无忧启动论坛

标题: 如何建立grldr菜单引导硬盘Win8启动 [打印本页]

作者: mxzg2008    时间: 2013-1-9 10:07
标题: 如何建立grldr菜单引导硬盘Win8启动
如何建立grldr菜单引导硬盘Win8启动?

title  Micosoft Windows vista/7/8
fallback 4
find --set-root --ignore-floppies --ignore-cd /bootmgr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /bootmgr
chainloader /bootmgr

以上菜单只能引导硬盘Win vista/7,不能引导硬盘Win 8
向各位求教能引导硬盘Win 8的菜单写法。先谢谢了!

补充说明:硬盘Win vista/7/8为不同电脑上的单系统而非多系统。

     为什么要建立grldr菜单引导硬盘Win8启动呢?主要是因为运行"konboot”
     后要再次回到启动菜单,运行上述菜单后不能引导硬盘Win8启动,请各位大大帮忙解决?

[ 本帖最后由 mxzg2008 于 2013-1-10 09:32 编辑 ]
作者: 不点    时间: 2013-1-9 10:25
当没有 Win7/Vista 而只有 Win8 的时候,应该引导的是 Win8 吧?

当双启动的时候,引导的是究竟是哪一个,这就不好说了。请有经验的人来答复。
作者: 527104427    时间: 2013-1-9 11:26
原帖由 <i>mxzg2008</i> 于 2013-1-9 10:07 发表 <a href="http://bbs.wuyou.net/redirect.php?goto=findpost&pid=2654031&ptid=274074" 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 />
如何建立grldr菜单引导硬盘Win8启动?<br />
<br />
title  Micosoft Windows vista/7/8<br />
fallback 4<br />
find --set-root --ignore-floppies --ignore-cd /bootmgr<br />
map () (hd0)<br />
map (hd0) ()<br />
map --rehook<br />
find --set- ...
<br />
用ntboot更简单
作者: 2012test3    时间: 2013-1-9 12:39
原帖由 <i>mxzg2008</i> 于 2013-1-9 10:07 发表 <a href="http://bbs.wuyou.net/redirect.php?goto=findpost&pid=2654031&ptid=274074" 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 />
如何建立grldr菜单引导硬盘Win8启动?<br />
<br />
title  Micosoft Windows vista/7/8<br />
fallback 4<br />
find --set-root --ignore-floppies --ignore-cd /bootmgr<br />
map () (hd0)<br />
map (hd0) ()<br />
map --rehook<br />
find --set- ...
<br />

应该是你win8的启动信息没写到bcd里面去,所以grub4dos找bootmgr的时候,就找到了win7的盘,并引导win7;我的做法是用bootice之类的软件编辑bcd项,然后沿用你的菜单项即可。
另外,为何不直接指定bootmgr位置还find去寻找?这样要是bootmgr有多个的话,很容易引导出错的。
作者: shan    时间: 2013-2-23 20:51
楼上的菜单可行吗?试验一下
作者: 2010hover_sky    时间: 2013-2-24 12:58
原帖由 <i>shan</i> 于 2013-2-23 20:51 发表 <a href="http://bbs.wuyou.net/redirect.php?goto=findpost&pid=2685594&ptid=274074" 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 />
楼上的菜单可行吗?试验一下
<br />


我这样引导不了xp,改成hd1,也不行。
作者: 2012d97264668    时间: 2013-3-1 11:10
楼主,你是单硬盘多系统还是多硬盘多系统啊?我的Win8引导成功了!双硬盘,一个Win7一个Win8.
作者: 2011bigbarry    时间: 2013-3-6 19:55
原帖由 2012test3 于 2013-1-9 12:39 发表


应该是你win8的启动信息没写到bcd里面去,所以grub4dos找bootmgr的时候,就找到了win7的盘,并引导win7;我的做法是用bootice之类的软件编辑bcd项,然后沿用你的菜单项即可。
另外,为何不直接指定bootmgr ...

指定路径也许是一个好办法。但若重新取名不知可行否?(我没试过)
比如:
bootmgr7
bootmgr8
作者: 2011bigbarry    时间: 2013-3-6 20:00
原帖由 mxzg2008 于 2013-1-9 10:07 发表
如何建立grldr菜单引导硬盘Win8启动?

title  Micosoft Windows vista/7/8
fallback 4
find --set-root --ignore-floppies --ignore-cd /bootmgr
map () (hd0)
map (hd0) ()
map --rehook
find --set- ...



既然楼主说电脑是单系统,那应该可以引导win8.
我就是这么做的!
甚至我用一个入口解决引导xp或win8,菜单大致如下:

title Boot Windows XP or Windows 8 from harddisk
find --set-root --ignore-floppies --ignore-cd /bootmgr && chainloader /bootmgr
find --set-root --ignore-floppies --ignore-cd /ntldr && chainloader /ntldr






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