|
terminal console
graphicsmode -1 100:1000 100:1000 24:32
default 0
timeout 5
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
font > nul
font ()/boot/grub/unifont.hex > nul
command --set-path=()/BOOT/GRUB
title Winxp
command /NTBOOT vboot=/winxp/winxp.vhd
title Winxp2.5
command /NTBOOT vboot=/winxp.vhd
title Win8
command /NTBOOT NT6=/win81x64/win81_20140611.vhd
title Win8132
command /NTBOOT NT6=/win8/WIN8_VHD.VHD
title WIN8_V.VHDX
command /NTBOOT NT6=/WIN_VHD/WIN8_V.VHDX
title USM.ISO
command /NTBOOT iso_inst=firadisk cdrom=/PEISO/USM.ISO
title hd ntboot
command /boot/NTBOOT/ntboot menu
title --fira srs iso=/win$.iso --wvbk
if not exist /BOOT/GRUB/RUN --fira --set-root --devices=chpu /BOOT/GRUB/RUN
command RUN --fira srs iso=/PEISO/Win$.iso
title 111--fira srs iso=/win$.iso --wvbk
if not exist /BOOT/GRUB/RUN --fira --set-root --devices=chpu /BOOT/GRUB/RUN
command RUN --wvbk /PEISO/lmt.ISO
title Win7PE20110525.iso
command /NTBOOT iso_inst=winvblk cdrom=/PEISO/Win7PE20110525.iso
title mycd.iso
command /NTBOOT iso_inst=winvblk cdrom=/PEISO/mycd.iso
title WinPE20120305.ISO
command /NTBOOT iso_inst=winvblk cdrom=/PEISO/WinPE20120305.ISO
title 8.1RAMOSX64_2014.0730.ISO
command /NTBOOT iso_inst=winvblk cdrom=/PEISO/8.1RAMOSX64_2014.0730.ISO
title WINPE.IS_
command /NTBOOT PE1=/PEISO/WINPE.IS_
title USM8PE8F.WIM
command /NTBOOT NT6=/USM8PE8F.WIM |
|