grub4dos引导安装linux出现找不到iso的问题

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
aluness
帖子: 10
注册时间: 2015-08-26 12:43
系统: xubuntu+win7

grub4dos引导安装linux出现找不到iso的问题

#1

帖子 aluness » 2015-08-26 12:50

现在的系统是xubuntu和win7,xubuntu是U盘装的,我想试一下grub从C盘引导,我就把grub4dos里的文件解压到C盘,iso文件里的那两个文件也解压出来了,然后用easyBCD建立引导,也改了里面的配置文件,过去我这样操作是可以成功进入安装盘的,现在不知道为什么,在进入安装盘的时候出现找不到iso文件的错误
aluness
帖子: 10
注册时间: 2015-08-26 12:43
系统: xubuntu+win7

Re: grub4dos引导安装linux出现找不到iso的问题

#2

帖子 aluness » 2015-08-26 14:12

各位大神帮帮忙啊
头像
九天星
帖子: 1441
注册时间: 2007-07-14 20:45

Re: grub4dos引导安装linux出现找不到iso的问题

#3

帖子 九天星 » 2015-08-26 14:21

检查一下路径
aluness
帖子: 10
注册时间: 2015-08-26 12:43
系统: xubuntu+win7

Re: grub4dos引导安装linux出现找不到iso的问题

#4

帖子 aluness » 2015-08-26 14:41

九天星 写了:检查一下路径
root (hd0,0)
kernel /vmlinuz boot=casper iso-scan/filename=/BioInfoServ-5.03_live_DVD.iso locale=zh_CN splash
initrd /initrd.lz
boot
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: grub4dos引导安装linux出现找不到iso的问题

#5

帖子 poloshiao » 2015-08-26 15:30

kernel /vmlinuz boot=casper iso-scan/filename=/BioInfoServ-5.03_live_DVD.iso locale=zh_CN splash
http://diddy.boot-land.net/grub4dos/files/examples.htm
Example 1
root (hd0,0) [enter] - mount partition, note feedback (see below).
NOTE(s) - Using the root command will fail if the filesystem is not recognised
試試 別的 ISO 看看.
aluness
帖子: 10
注册时间: 2015-08-26 12:43
系统: xubuntu+win7

Re: grub4dos引导安装linux出现找不到iso的问题

#6

帖子 aluness » 2015-08-26 15:32

poloshiao 写了:
kernel /vmlinuz boot=casper iso-scan/filename=/BioInfoServ-5.03_live_DVD.iso locale=zh_CN splash
http://diddy.boot-land.net/grub4dos/files/examples.htm
Example 1
root (hd0,0) [enter] - mount partition, note feedback (see below).
NOTE(s) - Using the root command will fail if the filesystem is not recognised
試試 別的 ISO 看看.
我用的是xubuntu最新的iso
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: grub4dos引导安装linux出现找不到iso的问题

#7

帖子 poloshiao » 2015-08-26 17:52

http://diddy.boot-land.net/grub4dos/files/examples.htm
試試
chainloader (hd0,0)+1
boot
rootnoverify (hd0,0)
find --set-root /io.sys # io.sys 可能需要替換
我用的是xubuntu最新的iso
你的 iso 放在 /dev/sda1 ? 路徑 ?
aluness
帖子: 10
注册时间: 2015-08-26 12:43
系统: xubuntu+win7

Re: grub4dos引导安装linux出现找不到iso的问题

#8

帖子 aluness » 2015-08-26 18:09

poloshiao 写了:http://diddy.boot-land.net/grub4dos/files/examples.htm
試試
chainloader (hd0,0)+1
boot
rootnoverify (hd0,0)
find --set-root /io.sys # io.sys 可能需要替換
我用的是xubuntu最新的iso
你的 iso 放在 /dev/sda1 ? 路徑 ?
就在C盘的根目录下呀
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: grub4dos引导安装linux出现找不到iso的问题

#9

帖子 poloshiao » 2015-08-26 18:25

就在C盘的根目录下呀
C盘是在 /dev/sda1 ?
只有一顆硬盤 ?
補充說明
如果同時存在兩顆硬盤(包含 U 盤)
/dev/sda /dev/sdb ... 不是固定的
意思是 hd0 hd1 ... 不是固定的

http://diddy.boot-land.net/grub4dos/files/cli.htm#find1
使用 find 可以幫你列出來 有多少硬盤
grub> find (
Possible disks are: hd0 hd1 rd cd
aluness
帖子: 10
注册时间: 2015-08-26 12:43
系统: xubuntu+win7

Re: grub4dos引导安装linux出现找不到iso的问题

#10

帖子 aluness » 2015-08-26 19:18

C盘是在 /dev/sda1 下
只有一顆硬盤
没有U盘
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: grub4dos引导安装linux出现找不到iso的问题

#11

帖子 poloshiao » 2015-08-26 20:05

在进入安装盘的时候出现找不到iso文件的错误
把 錯誤訊息 全部複製 貼上來
不要摘要 以免遺漏重要訊息
aluness
帖子: 10
注册时间: 2015-08-26 12:43
系统: xubuntu+win7

Re: grub4dos引导安装linux出现找不到iso的问题

#12

帖子 aluness » 2015-08-26 20:32

poloshiao 写了: 把 錯誤訊息 全部複製 貼上來
不要摘要 以免遺漏重要訊息
附件
IMG_20150826_123029.jpg
aluness
帖子: 10
注册时间: 2015-08-26 12:43
系统: xubuntu+win7

Re: grub4dos引导安装linux出现找不到iso的问题

#13

帖子 aluness » 2015-08-26 20:39

IMG_20150826_123037.jpg
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: grub4dos引导安装linux出现找不到iso的问题

#14

帖子 poloshiao » 2015-08-26 20:53

錯誤訊息
找不到 /dev/sr0
1. /dev/sr0 指光盤 scsi3-mmc
2. 檢查一下 你在 scsi3-mmc 跟你現在進行的工作 有何關係
3. 如果是 實體 scsi3-mmc 把裡面的光盤取出 或 從 Bios 把 scsi3-mmc 暫時 disable 看看
4. 如果不清楚 光盤 scsi3-mmc 如何出現的
請提供 你的 ISO 從哪裡下載的 ?
aluness
帖子: 10
注册时间: 2015-08-26 12:43
系统: xubuntu+win7

Re: grub4dos引导安装linux出现找不到iso的问题

#15

帖子 aluness » 2015-08-26 21:21

poloshiao 写了:
錯誤訊息
找不到 /dev/sr0
1. /dev/sr0 指光盤 scsi3-mmc
2. 檢查一下 你在 scsi3-mmc 跟你現在進行的工作 有何關係
3. 如果是 實體 scsi3-mmc 把裡面的光盤取出 或 從 Bios 把 scsi3-mmc 暫時 disable 看看
4. 如果不清楚 光盤 scsi3-mmc 如何出現的
請提供 你的 ISO 從哪裡下載的 ?
http://xubuntu.org/
回复