u盘装grub4dos,引导ubuntu总是失败

启动讨论 grub/grub2/syslinux/grub4dos/Lilo
回复
chenghaibo
帖子: 98
注册时间: 2010-10-06 18:10

u盘装grub4dos,引导ubuntu总是失败

#1

帖子 chenghaibo » 2012-03-23 14:54

这是menu.lst
title Boot Ubuntu
find --set-root /Ubuntu
kernel /Ubuntu/vmlinuz boot=casper iso-scan/filename=/Ubuntu/ubuntu-10.04.4-desktop-i386.iso locale=zh_CN.UTF-8
initrd /Ubuntu/initrd.lz
boot

可以看看见grub的菜单,可是进入boot ubuntu之后,就是一直黑屏,完全没有反应
有人见过这个问题吗?
头像
onshoestring
论坛版主
帖子: 4666
注册时间: 2009-09-06 5:53

Re: u盘装grub4dos,引导ubuntu总是失败

#2

帖子 onshoestring » 2012-03-23 15:00

title Boot Ubuntu
find --set-root /Ubuntu/ubuntu-10.04.4-desktop-i386.iso
kernel /Ubuntu/vmlinuz boot=casper iso-scan/filename=/Ubuntu/ubuntu-10.04.4-desktop-i386.iso locale=zh_CN.UTF-8
initrd /Ubuntu/initrd.lz
boot
chenghaibo
帖子: 98
注册时间: 2010-10-06 18:10

Re: u盘装grub4dos,引导ubuntu总是失败

#3

帖子 chenghaibo » 2012-03-23 17:12

onshoestring 写了:title Boot Ubuntu
find --set-root /Ubuntu/ubuntu-10.04.4-desktop-i386.iso
kernel /Ubuntu/vmlinuz boot=casper iso-scan/filename=/Ubuntu/ubuntu-10.04.4-desktop-i386.iso locale=zh_CN.UTF-8
initrd /Ubuntu/initrd.lz
boot
这样提示bzimage setup=**** size=*****
然后就重启了,没有进入livecd
这该怎么办呢
谢谢
头像
leavfin
帖子: 599
注册时间: 2012-01-12 13:32

Re: u盘装grub4dos,引导ubuntu总是失败

#4

帖子 leavfin » 2012-03-23 17:58

以前硬盘安装Debian的时候 是放在fat32分区下的 据说ntfs分区不支持
不知道Ubuntu怎么样 参考参考
chenghaibo
帖子: 98
注册时间: 2010-10-06 18:10

Re: u盘装grub4dos,引导ubuntu总是失败

#5

帖子 chenghaibo » 2012-03-23 21:12

leavfin 写了:以前硬盘安装Debian的时候 是放在fat32分区下的 据说ntfs分区不支持
不知道Ubuntu怎么样 参考参考
u盘是fat32的
头像
onshoestring
论坛版主
帖子: 4666
注册时间: 2009-09-06 5:53

Re: u盘装grub4dos,引导ubuntu总是失败

#6

帖子 onshoestring » 2012-03-24 10:19

chenghaibo 写了:
onshoestring 写了:title Boot Ubuntu
find --set-root /Ubuntu/ubuntu-10.04.4-desktop-i386.iso
kernel /Ubuntu/vmlinuz boot=casper iso-scan/filename=/Ubuntu/ubuntu-10.04.4-desktop-i386.iso locale=zh_CN.UTF-8
initrd /Ubuntu/initrd.lz
boot
这样提示bzimage setup=**** size=*****
然后就重启了,没有进入livecd
这该怎么办呢
谢谢
不清楚原因,再试试校验iso md5,重新复制,vmlinuz,initrd.lz
kingthen
帖子: 38
注册时间: 2012-01-02 17:28

Re: u盘装grub4dos,引导ubuntu总是失败

#7

帖子 kingthen » 2012-03-24 19:01

leavfin 写了:以前硬盘安装Debian的时候 是放在fat32分区下的 据说ntfs分区不支持
不知道Ubuntu怎么样 参考参考
ubuntu 可以直接在NTFS分区 引导安装
kingthen
帖子: 38
注册时间: 2012-01-02 17:28

Re: u盘装grub4dos,引导ubuntu总是失败

#8

帖子 kingthen » 2012-03-24 19:03

chenghaibo 写了:
onshoestring 写了:title Boot Ubuntu
find --set-root /Ubuntu/ubuntu-10.04.4-desktop-i386.iso
kernel /Ubuntu/vmlinuz boot=casper iso-scan/filename=/Ubuntu/ubuntu-10.04.4-desktop-i386.iso locale=zh_CN.UTF-8
initrd /Ubuntu/initrd.lz
boot
这样提示bzimage setup=**** size=*****
然后就重启了,没有进入livecd
这该怎么办呢
谢谢
U盘引导安装 vmlinuz文件损坏时 出现过类似情况 检验一下文件
chenghaibo
帖子: 98
注册时间: 2010-10-06 18:10

Re: u盘装grub4dos,引导ubuntu总是失败

#9

帖子 chenghaibo » 2012-03-24 23:11

kingthen 写了:
chenghaibo 写了:
onshoestring 写了:title Boot Ubuntu
find --set-root /Ubuntu/ubuntu-10.04.4-desktop-i386.iso
kernel /Ubuntu/vmlinuz boot=casper iso-scan/filename=/Ubuntu/ubuntu-10.04.4-desktop-i386.iso locale=zh_CN.UTF-8
initrd /Ubuntu/initrd.lz
boot
这样提示bzimage setup=**** size=*****
然后就重启了,没有进入livecd
这该怎么办呢
谢谢
U盘引导安装 vmlinuz文件损坏时 出现过类似情况 检验一下文件
iso 校验过了,md5值对
vmlinuz也重新解压出来了
但还是重启
iceyer
帖子: 33
注册时间: 2009-08-21 2:48

Re: u盘装grub4dos,引导ubuntu总是失败

#10

帖子 iceyer » 2012-03-26 15:15

应该是
find --set-root (hd0,0)
之类的吧
回复