|
菜单是你NTBOOT里的menu.lst,我只是换了启动项目
default 0
timeout 10
color 11 12 13 14
debug off
write 0x8274 0x2e01
cat (md)0x20000+1 | set NTBOOT=
if not /i "%NTBOOT:~-6%"=="NTBOOT" && set NTBOOT=()/NTBOOT
title Winxp
command %NTBOOT% vboot=/boot/grub/winxp.vhd
title Win7
command %NTBOOT% nt6=/9/WIN7.VHD
title Win2003
command %NTBOOT% vboot=/03/03_CHILD.VHD
title WINPEV2
command %NTBOOT% iso_inst=winvblk cdrom=/WINPEV2.iso
title WINPEV2008
command %NTBOOT% iso_inst=winvblk cdrom=/2008iso/WINPEPLUSV2E2008.iso
title NTBOOT-2014-04-30.iso
command %NTBOOT% iso_inst=winvblk cdrom=/NTBOOT-2014-04-30.iso
title WinPE20120305
command %NTBOOT% iso_inst=winvblk cdrom=/2008iso/WinPE20120305.ISO这个PE可能是不连续的,启动的时候被自动载入内存,交换磁盘后还能正常启动,其他的ISO不行.
title win7pe
command %NTBOOT% NT6=/WC2008/w7re.wim
title SRSF6
if exist ()/boot/GRUB/SRSF6 || find --set-root /boot/GRUB/SRSF6
command /boot/GRUB/SRSF6
chainloader /ldrxpe
title USB_ACC
command /BOOT/GRUB/USB_ACC.0PE mode:auto --time-out-enable:10 --time-out-disable:10 --version:plpbt.bin(5.0.10)
configfile
title SD 2003 PE
command %NTBOOT% PE1=/WC2008/IMGPE.IM_
title ATIH2011.ISO
command %NTBOOT% iso_inst=winvblk cdrom=/ATIH2011.ISO
title N$.ISO
if not exist /BOOT/GRUB/RUN --fira --set-root --devices=chpu /BOOT/GRUB/RUN
command RUN --fira iso=/Win$.iso
title Windows NT/2000/XP/2003
find --set-root /ntldr
chainloader /ntldr
title 启动Microsoft Windows Vista
find --set-root /bootmgr
chainloader /bootmgr
title (hd0,0)
rootnoverify (hd0,0)
makeactive
chainloader +1
title (hd1,0)
rootnoverify (hd1,0)
makeactive
chainloader +1
title Win$.iso
command %NTBOOT% iso_inst=firadisk cdrom=/Win$.iso
title Windows Install(map)
configfile %NTBOOT%.LST/ISOINST.LST
title ReBoot
reboot
title PowerOff
halt |
|