在等待重新启动后,我在黑色终端屏幕上收到了下面的错误消息。我试着在可用的选项中找到“药力”,但没有。有人能帮忙吗?
ERROR: PAE is disabled on this Pentium M
(PAE can potentially be enabled with Kernel parameter
"forcepae" - this is unsupported, may cause unknown
problems, and will taint the kernel)
This kernel requires the following features not present on the CPU:
pae
Unable to boot - please use a kernel appropriate for your CPU发布于 2014-05-04 23:25:34
当您看到Ubuntu时,按选项卡,选择您的语言,按F6 (对于“其他选项”),然后在末尾添加forcepae一词。整个引导选项行将是:
file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz quiet splash forcepae -- forcepae发布于 2014-04-23 21:47:11
发布于 2014-09-03 06:58:52
PAE未启用
您的系统使用未启用PAE的CPU。Ubuntu只支持Ubuntu12.04以下的非PAE系统.要升级到更高版本的Ubuntu,必须启用PAE (如果可能的话),请参阅:http://help.ubuntu.com/community/EnablingPAE
https://askubuntu.com/questions/454017
复制相似问题