在为 ubuntu 12.04.5 或更高版本的 i386 iso 正确配置 Grub4dos 条目以从 iso 映像引导(即允许在具有 PAE 的现代机器上引导)后,您可能会遇到以下问题 - 加载后内核你得到消息:
This kernel requires the following features not present on the CPU:
pae
Unable to boot - please use a kernel appropriate for your CPU.
应该对(几乎可以工作的)grub4dos menu.lst 条目进行哪些修改:
title Run Ubuntu 16.04.5 x86
find --set-root /ubuntu-16.04.5-desktop-i386.iso
map --read-only --heads=0 --sectors-per-track=0 /ubuntu-16.04.5-desktop-i386.iso (0xff)
map --hook
root (0xff)
kernel /casper/vmlinuz file=/cdrom/preseed/ubuntu.seed boot=casper iso-scan/filename=/ubuntu-16.04.5-desktop-i386.iso splash
initrd /casper/initrd