|
本帖最后由 Roosevelt122007 于 2015-7-14 16:26 编辑
RT~~
在U盘上安装 Grub4DOS, 准备引导安装ubuntu-15.04-desktop-amd64.iso
目前可以成功引导了~
将iso 拷贝到u 盘根目录,并且重命名,然后改回之前的vmlinuz.efi 就可以了
原因未知,
现在可以开进liveCD了, 然后在终端 先 sudo -l /isodevice, 安装类型选其他, 自己分区就可以了。。。
出现这种情况的情况, 暂时不清楚,因为没有时间, 暂不深究,以后有空再认真学习~~
另外,还要感谢 不点 大神的热心回复~
menu.lst 文件如下:
现在:
title Try Ubuntu without installing x64
usb --init --delay=1
root (hd0,0)
kernel /casper/vmlinuz.efi boot=/casper iso-scan/filename=/ubuntu64.iso rootwait ro locale=zh_CN.UTF-8
initrd /casper/initrd.lz
boot
之前,
title Try Ubuntu without installing x64
usb --init --delay=1
find --set-root --ignore-floppies --ignore-cd /Ubuntu/x64/vmlinuz
kernel /Ubuntu/x64/vmlinuz boot=/Ubuntu/x64 iso-scan/filename=/Ubuntu/x64/ubuntu-15.04-desktop-amd64.iso quiet rootwait rw locale=zh_CN.UTF-8
initrd /Ubuntu/x64/initrd
需要说明的是, 因为x64 没有vmlinuz, 只有vmlinuz.efi
所以,按照这个帖子的 http://bbs.wuyou.net/forum.php?mod=viewthread&tid=349694 的介绍
去下载了 vmlinuz 和 initrd 这两个文件~
但是~
运行中会出现安装界面, 但是到第三步的时候,提示: 扫描硬盘, 寻找安装程序的ISO 映像文件
图片如下:
请问大神能告诉我这个该怎么做? |
|