Lasy 发表于 2017-1-8 16:56:15

grub4dos制作多系统U盘安装出现ERROR15:File not found

首先声明,我是初学,很多地方不懂,还望见谅。
平时装系统都是用PE装,后来发来PE装不了Ubuntu,只能把Ubuntu镜像刻录到U盘上装。
想找一种U盘装多系统的方法,于是找到了grub4dos,然而刚测试Ubuntu就出现了问题,还望大佬们指点。
操作过程如下:
U盘系统引导

提取Ubuntu镜像中的文件

U盘目录

U盘中ubuntu目录

menu.lst内容
default 0
timeout 10
find --set-root /grldr
gfxmenu /message
fontfile /fonts

title --ubuntu setup
kernel /ubuntu/vmlinuz boot=casper iso-scan/filename=/ubuntu/ubuntu-16.04-desktop-amd64.iso locale=zh_CN.UTF-8
initrd /ubuntu/initrd.lz   

title --start from hard disk
map (hd0) (hd1)
map (hd1) (hd0)
map --hook
rootnoverify (hd0,0)
makeactive
chainloader +1

title --reboot
reboot

title --shutdown
halt
简易启动测试器测试结果:

hxwgz 发表于 2017-1-8 17:34:48

kernel /ubuntu/vmlinuz.efi ...........

不知 发表于 2017-1-8 19:15:31

楼上说得对,根本就没有vmlinuz这个文件。只有vmlinuz.efi。

Lasy 发表于 2017-1-8 20:13:39

hxwgz 发表于 2017-1-8 17:34
kernel /ubuntu/vmlinuz.efi ...........

谢谢,确实是这样。。。
从网上文章看的,他确实没加后缀,我还以为就要这样呢。。。

Lasy 发表于 2017-1-8 20:14:02

不知 发表于 2017-1-8 19:15
楼上说得对,根本就没有vmlinuz这个文件。只有vmlinuz.efi。

嗯,谢了
页: [1]
查看完整版本: grub4dos制作多系统U盘安装出现ERROR15:File not found