|
2#
楼主 |
发表于 2012-2-14 07:51:10
|
只看该作者
debug off
default 0
timeout 20
#(ud)/menuset 3 0 20 0 0 0
mes /mess/message
command --set-path=(ud)/BOOT/GRUB/
color normal=33 highlight=33 helptext=333 heading=44 standard=2
font (ud)/boot/grub/UNIFONT.HEX
graphicsmode -1 800
#splashimage /BOOT/GRUB/SNOW.LZMA
clear
title boot win7ramos
fallback 1
find --set-root /win7rams_VHD.vhd
map --mem ()/win7rams_VHD.vhd (hd0)
map (hd0) (hd1)
map --hook
root (hd0,0)
chainloader (hd0)+1
title NTBOOT NT5.X/NT6.X
command RUN NTBOOT.ISO (0xf0)
title Ramos XP
map --mem (hd0,4)/Sources/RamXP.IMG (hd0)
map (hd0) (hd1)
map --hook
root (hd0,0)
chainloader +1
boot
chainloader /ntldr
title find and boot VbootXP.ISO
fallback 1
find --set-root /images/VbootXP.ISO
map /images/VbootXP.ISO (0xff) || map --mem /images/VbootXP.ISO (0xff)
map --hook
chainloader (0xff)
savedefault --wait=2
title win2008r2/win7
configfile /grub4dos/restore_vhd.lst
title find and boot win7pe.iso
fallback 1
find --set-root /images/win7pe.iso
map /images/win7pe.iso (0xff) || map --mem /images/win7pe.iso (0xff)
map --hook
chainloader (0xff)
savedefault --wait=2
title Server 2003 PEWX03
chainloader /WX03/SETUPLDR.BIN (hd0)+0
title Server 2003 PEWXRS
chainloader /WXRS/SETUPLDR.BIN (hd0)+0
title Server 2003 PE WQNZ
chainloader /WQNZ/SETUPLDR.BIN (hd0)+0
title Microsoft WinXP Sp3 PE
chainloader /WXPE/SETUPLDR.BIN (hd0)+0
title BRE_MGR
chainloader /BRE_MGR (hd0)+0
title BW7_MGR
chainloader /BW7_MGR (hd0)+0
title BOOTMGR
chainloader /BOOTMGR (hd0)+0
title BW8_MGR
chainloader /BW8_MGR (hd0)+0
title RamoS Win2003
find --set-root /2k3.img
map --mem /2k3.img (hd0)
map (hd0) (hd1)
map --hook
root (hd0,0)
chainloader /ntldr
boot
title RAMXP.iso
find --set-root /RAMXP.iso
map --mem /RAMXP.iso (0xff)
map --hook
root (0xff)
chainloader (0xff)
title Boot ntboot.iso
fallback 1
find --set-root /ntboot.iso.ISO
map /ntboot.iso.ISO (0xff) || map --mem /ntboot.iso.ISO (0xff)
map --hook
chainloader (0xff)
savedefault --wait=2
boot
title Ultimate Boot CD ISO
fallback 8
find --set-root /ubcd.iso
map /ubcd.iso (0xff) || map --mem /ubcd.iso (0xff)
map --hook
chainloader (0xff)
savedefault --wait=2
title winxp
find --set-root /ntldr
chainloader /ntldr
title commandline
commandline
title Boot from Floppy image
map --mem /MAXDOS.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title back to dos
quit
title reboot
reboot
title halt
halt --no-acpi |
|