grub4dos启动方式的menu.lst

grub4dos启动linux系统、win和PE的menu.lst内容。

timeout 10
title ubuntu
find --set-root --ignore-floppies --ignore-cd /boot/grub/i386-pc/core.img
kernel /boot/grub/i386-pc/core.img



title deepin
kernel (hd0,6)/boot/grub/i386-pc/core.img

#title winxp
#chainloader (hd0,0)/ntldr

title find and boot.ISO
find --set-root /boot64.iso
map /boot64.iso (0xff) || map --mem /boot64.iso (0xff)
map --hook
chainloader (0xff)

title install ubuntu
find --set-root /ubuntu.iso
kernel /vmlinuz boot=casper iso-scan/filename=/ubuntu.iso locale=zh_CN.UTF-8
initrd /initrd