无忧启动论坛

标题: GRUB启动出现错误,高手帮帮忙 [打印本页]

作者: mrzhouqq    时间: 2010-12-25 17:54
标题: GRUB启动出现错误,高手帮帮忙
我的是120G移动硬盘F32格式,启动出现以下错误:
find --set-root /myudisk.id
error 15:file not found
文件是这样放的:

我的菜单是这样写的

default 1
timeout 15
find --set-root /myudisk.id
fontfile /ezboot/FONTS.GZ
splashimage /ezboot/BACK.xpm.gz

title [0]RUN DISK
rootnoverify (hd0,0)
makeactive
chainloader +1

title [1]Win PE
find --set-root /myudisk.id
chainloader /MiniPE/LDRXPE

title [2]DOS 工具箱
find --set-root /myudisk.id
map --mem /ezboot/MSDOS.IMG (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)

title [3]重新启动
reboot

title [4]关闭计算机
halt

到底是哪里错了?
作者: sratlf    时间: 2010-12-25 18:19
把 find --set-root /myudisk.id 一句去掉
作者: mrzhouqq    时间: 2010-12-25 20:08
原帖由 <i>sratlf</i> 于 2010-12-25 18:19 发表 <a href="http://bbs.wuyou.net/redirect.php?goto=findpost&pid=2120985&ptid=184031" target="_blank"><img src="http://bbs.wuyou.net/images/common/back.gif" border="0" onload="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onmouseover="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open(this.src);}" onmousewheel="return imgzoom(this);" alt="" /></a><br />
把 find --set-root /myudisk.id 一句去掉
<br />
出现这样的:error 22:nosuch partitiom
是不是不支持120G的移动硬盘?
作者: awnuitfk    时间: 2010-12-26 10:13
default 1
timeout 15
find --set-root /MiniPE/LDRXPE
fontfile /ezboot/FONTS.GZ
#字体目录
splashimage /ezboot/BACK.xpm.gz
#背景目录
title [0]RUN DISK
rootnoverify (hd0,0)
makeactive
chainloader +1

title [1]Win PE
find --set-root /MiniPE/LDRXPE
chainloader /MiniPE/LDRXPE

title [2]DOS 工具箱
find --set-root /MiniPE/LDRXPE
map --mem /ezboot/MSDOS.IMG (fd0)
#DOS工具箱IMG文件目录
map --hook
chainloader (fd0)+1
rootnoverify (fd0)

title [3]重新启动
reboot

title [4]关闭计算机
halt
作者: 2010MLJM    时间: 2010-12-29 17:50
把文件的分布路径发一下吧
这样很难判断哪里出问题的
作者: wgx1688    时间: 2010-12-31 19:04
原帖由 mrzhouqq 于 2010-12-25 20:08 发表

出现这样的:error 22:nosuch partitiom
是不是不支持120G的移动硬盘?
好像用FIND就能找出当前找到的驱动器




欢迎光临 无忧启动论坛 (http://bbs.wuyou.net/) Powered by Discuz! X3.3