无忧启动论坛

 找回密码
 注册
搜索
系统gho:最纯净好用系统下载站投放广告、加入VIP会员,请联系 微信:wuyouceo
查看: 3063|回复: 5
打印 上一主题 下一主题

请教grub如何写才能引导xp和win7

[复制链接]
跳转到指定楼层
1#
发表于 2010-4-16 21:29:58 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
官方的帮助里面是把2个系统的引导分成2个菜单的,如下:
title find and load NTLDR of Windows NT/2K/XP
fallback 1
find --set-root --ignore-floppies --ignore-cd /ntldr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /ntldr
chainloader /ntldr
savedefault --wait=2

title find and load BOOTMGR of Windows VISTA
fallback 2
find --set-root --ignore-floppies --ignore-cd /bootmgr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /bootmgr
chainloader /bootmgr
savedefault --wait=2


如何写才能不管xp还是vista都可以引导呢?
2#
发表于 2010-4-16 22:15:17 | 只看该作者
我是这样写的不知对不对:
title windows XP
find --set-root /ntldr
chainloader /ntldr

title windows 7
find --set-root /bootmgr
chainloader /bootmgr
回复

使用道具 举报

3#
发表于 2010-4-17 00:02:56 | 只看该作者

回复 #1 l4ever 的帖子

想法很有意思  就是完全不可能  XP和Vista引导文件不同名
回复

使用道具 举报

4#
 楼主| 发表于 2010-4-17 02:15:49 | 只看该作者
原帖由 icons 于 2010-4-16 22:15 发表
我是这样写的不知对不对:
title windows XP
find --set-root /ntldr
chainloader /ntldr

title windows 7
find --set-root /bootmgr
chainloader /bootmgr

xp那样写在我台式机上无法运行
回复

使用道具 举报

5#
发表于 2010-4-17 11:39:14 | 只看该作者
title  1.............................
find --set-root --ignore-floppies --ignore-cd /ntldr || find --set-root --ignore-floppies --ignore-cd /bootmgr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /ntldr || find --set-root --ignore-floppies --ignore-cd /bootmgr
chainloader /ntldr || chainloader /bootmgr

------------------------------------------------------------------------------

记得是0pe里的写法
回复

使用道具 举报

6#
发表于 2010-4-17 13:32:48 | 只看该作者
楼上的方法很对!~!~
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|Archiver|捐助支持|无忧启动 ( 闽ICP备05002490号-1 )

闽公网安备 35020302032614号

GMT+8, 2024-11-29 04:41

Powered by Discuz! X3.3

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表