VirtualBox错误ID: PAEmode解决

今天在导入virtualbox的虚拟机ubuntu系统时,报错,无法打开虚拟机

报错内容如下:

错误 ID: PAEmode 严重: 致命错误

The guest is trying to switch to the PAE mode which is currently disabled by default in VirtualBox. PAE support can be enabled using the VM settings (System/Processor).

解决办法:

点击VirtualBox主界面上的设置 -> 系统 -> 处理器 -> 勾选单选框“扩展特性:□启用PAE/NX” -> 确定

然后重新运行虚拟机就不会再出现“错误 ID: PAEmode”了。

原文地址:https://www.cnblogs.com/Genesis-007/p/6473931.html