default 0
timeout 5
gfxmenu /message
fontfile /fonts
title tobacco Live Ubuntu
find --set-root /casper/vmlinuz
kernel /casper/vmlinuz boot=casper ro ignore_uuid
initrd /casper/initrd.img
title reboot
reboot
title halt
halt
这样制作出来的iso,实验时点击easyboot的ubuntu菜单后可以顺利进入grub菜单,但是再点击grub菜单中的tobacco Live Ubuntu
就会提示
find --set-root /casper/vmlinuz-2.6.35-23-generic
file not found
之类的错误提示。
于是我又改为
title tobacco Live Ubuntu
root (cd)
kernel /casper/vmlinuz boot=casper ro ignore_uuid
initrd /casper/initrd.img
结果提示变成了
“kernel /casper/vmlinuz-2.6.35-23-generic boot=casper ro ignore_uuid
file not found“
简言之就是找不到文件,我知道因为u盘跟光盘不同,所以命令也不能照搬。后来经过别人指点,ls了一下,原来路径全部要是大写!更正了以后虽然能够引导ubuntu了,但是加载了一部分就卡住了(正常情况是黑屏白字滚动,然后进入图形界面,现在黑屏白字滚了几屏就停住了),不知道怎么回事。有高人做过类似的实验吗?