无忧启动论坛
标题:
怎样用Grub4引导win7[已解决]
[打印本页]
作者:
2011hanmocool
时间:
2011-3-24 16:30
标题:
怎样用Grub4引导win7[已解决]
同学的电脑,经过几次折腾后先在情况是这样的:
第一分区是XP
第三分区win7
现在能进XP,问题是如何在XP下引导win7??在XP下装了Grub4dos后,menu.list的win7引导项填写如下:
title Windows 7
set root (hd0,2)
chainloader /bootmgr
然后改了boot.ini后进入Grub再进入win7 但出现下列情况:
20100301202049-997500814.jpg
(29.32 KB, 下载次数: 91)
下载附件
2011-3-24 16:33 上传
好像是BCD的问题啊
问一下怎么解决???
THK
[
本帖最后由 2011hanmocool 于 2011-3-25 17:05 编辑
]
作者:
wannaknow
时间:
2011-3-24 21:00
标题:
回复 #1 2011hanmocool 的帖子
第一,这个软件叫grub4dos,不叫Grub4,也许几十年后有grub4。
第二,set root不是这么干的。。。你应该直接写root (hd0,2)
第三,你确定你的bootmgr在(hd0,2)吗?你按c进命令行,敲find /bootmgr试试,十有八九显示(hd0,0)
所以,你这句应该写成find --set-root /bootmgr
第四,你试试
title Windows 7
find --set-root /bootmgr
chainloader /bootmgr
root (hd0,2)
find --set-root /boot/bcd
dd if=(,)+1 of=(md)3E+1
boot
第五,你在xp下执行bcdedit,把结果发上来看看?
作者:
abc22048
时间:
2011-3-24 21:54
title 启动Windows XP/2000
find --set-root --ignore-floppies /ntldr
chainloader /ntldr
###
title 启动Windows 7/Vista
find --set-root --ignore-floppies /bootmgr
chainloader /bootmgr
作者:
iab1351920
时间:
2011-3-24 22:30
title Windows 7 / VISTA
find --set-root /bootmgr
chainloader /bootmgr
作者:
jeremy
时间:
2011-3-25 07:30
用BOOTICE修改BCD从BOOT启动
作者:
2011hanmocool
时间:
2011-3-25 17:05
谢谢楼上的各位,问题已解决!!!
欢迎光临 无忧启动论坛 (http://wuyou.net./)
Powered by Discuz! X3.3