[boot loader]
default=multi(0)disk(0)rdisk(0)partition(1)\windows
timeout=2
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\windows="Microsoft Windows XP x86 " /NOEXECUTE=OPTIN /FASTDETECT
C:\wzldr="WDOS工具箱"
C:\WXPE\PELOAD=通用 PE 工具箱
C:\hildr="Windows Vista/2008/7 Setup from Hard Disk"
修改成下面的就可以?(XP系统下,win7系统盘符识别为H)
[boot loader]
default=multi(0)disk(0)rdisk(0)partition(1)\windows
timeout=2
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\windows="Microsoft Windows XP x86 " /NOEXECUTE=OPTIN /FASTDETECT
H:\bootmgr="win7 x64"
C:\wzldr="WDOS工具箱"
C:\WXPE\PELOAD=通用 PE 工具箱
C:\hildr="Windows Vista/2008/7 Setup from Hard Disk"
试验过了,还是不能启动win7系统。(我现在xp系统下,显示c d f h 4个盘符,启动盘符修改成c d e f g h都不行)
# This is a sample menu.lst file. You should make some changes to it.
# The old install method of booting via the stage-files has been removed.
# Please install GRLDR boot strap code to MBR with the bootlace.com
# utility under DOS/Win9x or Linux.
color blue/green yellow/red white/magenta white/magenta
timeout 30
## menu border color
color border=0xEEFFEE
## set vbe mode
graphicsmode -1 640 480:800
## loading splashimage
splashimage /boot/grub/splashimage.xpm || splashimage /boot/grub/splashimage.bmp
default /default
## Menu AutoNumber
write 0x8274 0x2001
title find and load NTLDR of Windows NT/2K/XP\n find and load NTLDR of Windows NT/2K/XP
fallback 1
find --set-root --ignore-floppies --ignore-cd /ntldr
map () (hd1)
map (hd1) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /ntldr
chainloader /ntldr
savedefault --wait=2