无忧启动论坛

标题: 一句难懂的GRUB引导,大师级的过来指点下小弟 [打印本页]

作者: winxp168    时间: 2010-6-17 18:47
标题: 一句难懂的GRUB引导,大师级的过来指点下小弟
find --set-root --ignore-floppies --ignore-cd /bootmgr
chainloader /bootmgr
boot

如上,第二行明白。第一行就不懂了。
在硬盘引导正常,在U盘无法进行。
请教第一句在U盘的写法
作者: qq58945591    时间: 2010-6-17 19:14
寻找bootmgr并设置为根分区,忽略软驱,忽略光区搜索。
作者: winxp168    时间: 2010-6-17 19:30
有点眉目了,只是不懂在硬盘可以。在U盘不行
作者: winxp168    时间: 2010-6-17 21:27
问题已解决,谢谢热心师兄qq58945591。虽然这条命令行不通,我决定封装ISO再用GRUB引导
作者: wanderer11    时间: 2010-7-5 23:12
原帖由 <i>qq58945591</i> 于 2010-6-17 19:14 发表 <a href="http://bbs.wuyou.net/redirect.php?goto=findpost&pid=1979117&ptid=168348" 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 />
寻找bootmgr并设置为根分区,忽略软驱,忽略光区搜索。
<br />

谢谢提示,以前在这里我也是不大清楚的
作者: 81129950    时间: 2010-7-6 01:19
find(查找) --set(设置)-root(根目录) --ignore-floppies(不找软驱) --ignore-cd(不找光驱) /bootmgr(找这个文件)
找bootmgr这个文件,并把这个文件所在的分区设为根目录.我是这样理解的.




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