|
MENU.LST菜单下加入以下内容,可是还是无法引导WIN7系统启动。
title [04] 启动本机Windows NT/2K/XP/2003系统
fallback 7
find --set-root --ignore-floppies --ignore-cd /ntldr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /ntldr
chainloader /ntldr
title [05] 启动本机VISTA/2008/Windows7系统
fallback 8
find --set-root --ignore-floppies --ignore-cd /bootmgr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /bootmgr
chainloader /bootmgr
title [06] 启动本机Windows 9x/Me系统
fallback 6
find --set-root /io.sys
chainloader /io.sys
title [07] 从硬盘引导系统
checkrange 0x80 read 0x8280 && map (hd1) (hd0)
checkrange 0x80 read 0x8280 && map --hook
chainloader (hd0)+1 |
|