|
|
下面是我的启动xp菜单项
iftitle [find --devices=h --set-root /ntldr && find --devices=h --set-root /windows/explorer.exe] 启动 WinXP/2003 \n\n\t通过引导/ntldr,启动 WinXP/2003 系统
find --devices=h --set-root /ntldr
chainloader /ntldr || chainloader --force /ntldr || reboot
xp装在D盘,C盘安装的win7.
win7可以启动
iftitle [find --devices=h --set-root /bootmgr && find --set-root --devices=h /windows/system32/winload.exe] 启动 Win7/Vista \n\n\t通过引导/bootmgr,启动 Win7/Vista 系统
if not exist /BOOT/GRUB/SLIC find --devices=hup --set-root /BOOT/GRUB/SLIC
/BOOT/GRUB/SLIC /BOOT/GRUB/OEM.BIN
find --devices=h --set-root /bootmgr
chainloader /bootmgr || chainloader --force /bootmgr || reboot
请热心人帮我改下xp菜单。 |
|