当我尝试在 Ubuntu 10.04 主机上的 VirutalBox 4.1.18 中以客户机身份安装 Ubuntu 12.04 时收到此消息。
This kernel requires the following feature not present on the CPU: pae
一些主机规格:
- 主机的内核是:
Linux 2.6.32-41-generic-pae GNU/Linux
- lscpu (主机)
Architecture: i686
:,CPU op-mode(s): 32-bit, 64-bit
grep --color=always -i PAE /proc/cpuinfo
确实pae
在其输出中显示。
使用的 12.04 iso 是:ubuntu-12.04.0-桌面-i386.iso
为了进行比较/检查,我下载并安装了 Linux Mint 13 Cinnamon 到完全相同的 VM 上的同一主机上(我只是更改了 .iso 映像)。它运行良好。它的 iso 是:linuxmint-13-cinnamon-dvd-32 位.iso
在我看来,我已经巴基斯坦.. 这里发生了什么?
更新:我原本以为 Linux Mint 也需要巴基斯坦(基于 Ubuntu),但我刚刚 grep --color=always -i PAE /proc/cpuinfo
在 Mint VM 中运行了;。它没有显示任何输出。所以问题似乎出在 VirtualBox 上。如果是这样的话,我该如何让 Virtualbox 进入巴基斯坦模式?
答案1
在 VirtualBox Manager 上,打开虚拟机配置,然后选择系统在左侧,打开处理器选项卡。确保启用 PAE/NX已检查。
对于命令行
VBoxManage modifyvm <VM_name> --pae on