我参照ptptptptptpt的帖子viewtopic.php?t=41781&highlight=试了试做8.04可以实现,但是把ISO里的文件全释放到U盘的根目录下貌似比较乱,我就在U盘里建了个文件夹,比如ubuntu,然后把ISO里的文件释放到ubuntu下,然后我把原来的menu.lst
代码: 全选
default 0
timeout 12
title ubuntu 7.04 live cd
find --set-root /casper/vmlinuz
kernel /casper/vmlinuz boot=casper splash
initrd /casper/initrd.gz
代码: 全选
default 0
timeout 12
title ubuntu 7.04 live cd
find --set-root /ubuntu/casper/vmlinuz
kernel /ubuntu/casper/vmlinuz boot=casper splash
initrd /ubuntu/casper/initrd.gz
关于这个grub4dos也是看了不少资料了,不过刚接触还不是很清楚,谁给我解释一下boot=casper splash是干什么用的,去掉这句这“live u盘”还能实现吗?诚心请教谢谢了!