|
本帖最后由 tt911 于 2013-12-19 08:56 编辑
C:\NTBOOT.LST\menu.lst
terminal console
debug 0
timeout 10
color 11 12 13 14
write 0x8274 0x2e01
graphicsmode -1 100:1000 100:1000 24:32
if exist ()/boot/grub/unifont.hex || find --set-root /boot/grub/unifont.hex
font ()/boot/grub/unifont.hex
if exist ()/boot/grub/back.bmp splashimage ()/boot/grub/back.bmp
if not exist NTBOOT set NTBOOT=/boot/ntboot/ntboot
title Boot From HardDisk(auto detect exist systems)
command %NTBOOT%.LST/detect.lst
title NT5.x From IMG(ramdisk)
command %NTBOOT% NT5=/BOOT/ramdisk.IMG
title NT5.x(PE) From iso/img etc.
command %NTBOOT% pe1=/boot/imgs/xppe.is_
title NT6.X From VHD
command %NTBOOT% NT6=/boot/boot.vhd
title NT6.X(PE3) From WIM
command %NTBOOT% NT6=/boot/imgs/win7pe.wim
title Boot From VHD(vboot)
command %NTBOOT% vboot=/boot/vboot.vhd
title Windows Install
configfile %NTBOOT%.LST/ISOINST.LST
title =====reboot computer=====
reboot
title =====shutdown computer=====
halt
title ====装载WES7内存wim=====
command %NTBOOT% NT6=/RamOSWim.wim 这行可以正常的启动
title ====Win8.1 9600俄罗斯.ISO=====
command %NTBOOT% NT6=/Win8.1PE_SU_zhong.iso 为啥这个却不能呢?
|
|