ubuntu PAE 支援

參考網址:https://forum.ubuntu.org.cn/viewtopic.php?t=461162

ERROR: PAE is disabled on this Pentium M

14.04版安装时选择“安装ubuntu”后错误提示:
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

这个出错信息表明你的CPU不支持PAE扩展。 
PAE技术可以让32位的CPU识别大于4GB,但小于64GB的内存。在奔腾 Pro以后的所有32位CPU都是支持PAE的,所以现在Ubuntu默认安装的时候,会去检查PAE是否有效。

PS.
Ubuntu 12.04及以后的版本都需要CPU支持PAE。

可以用一些方法解決 讓舊電腦風華再現


这个最简单,你懂的。
因为Ubuntu14.04 在安装的时候支持一个选项 forceape(意思就是强制忽略PAE检查),添上这个参数之后,就可以在你的奔腾M CPU上安装最新版的Ubuntu了。
启动你那个32位的Ubuntu 14.04安装盘,在第一个界面,就是那个紫色的,屏幕下方有个键盘图标和一个圈中小人的界面,按下键盘上的Tab键,这时会弹出一个选择语言的对话框,选则你想要的语言,并回车。
之后按F6,会有一个灰色的菜单出现,接着按什么键我忘了,要么是Esc,要么是e键,反正就是进入编辑,
原始的是

代码: 全选

Boot Options file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz quiet splash --

只需在末尾处添加forepae即可。

代码: 全选

Boot Options file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz quiet splash -- forcepae

之后回车,就进入正常安装了。

本篇發表於 Linux系統。將永久鏈結加入書籤。