|
推荐
楼主 |
发表于 2011-8-19 22:22:02
|
只看该作者
回复 #2 weibin6199 的帖子
我的menu.lst是这样的
#color blue/green yellow/red white/magenta white/magenta
timeout 5
default /default
gfxmenu /message
title boot windows xp
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 boot Windows 7
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
title commandline
commandline
title reboot
reboot
title halt
halt
不是windows7系统的问题,是引导windows7不能进,我没有对第一主分区(windows7)做任何操作
[ 本帖最后由 wowuyanle 于 2011-8-19 22:23 编辑 ] |
|