|
pxe detect
configfile
default 0
timeout 5
title find /menu.lst, /boot/grub/menu.lst, /grub/menu.lst
errorcheck off
configfile /menu.lst
configfile /boot/grub/menu.lst
configfile /grub/menu.lst
if "%@root%"=="(ud)" && calc *0x82A0=*0x82b9&0xff
if "%@root:~1,1%"=="f" && find --set-root --devices=f /menu.lst && configfile /menu.lst
find --set-root --ignore-floppies --ignore-cd /menu.lst && configfile /menu.lst
find --set-root --ignore-floppies --ignore-cd /boot/grub/menu.lst && configfile /boot/grub/menu.lst
find --set-root --ignore-floppies --ignore-cd /grub/menu.lst && configfile /grub/menu.lst
errorcheck on
commandline
pxe detect
configfile
default 0
timeout 1
tltle boot from win7ramos============================================A
find --set-root /w7_16gx86.vhd
map --mem --top (hd0,0) /w7_16gx86.vhd (hd0)
map --hook
root (hd0,0)
chainloader /bootmgr
boot
tltle boot from win7ramos==========================================B
find --set-root(hd0) /w7_16gx86.vhd
map --mem --top(hd0) /w7_16gx86.vhd (hd0)
map (hd0) (hd1)
map --hook
root (hd0,0)
chainloader /bootmgr
boot
debug off
timeout 0
default 0
title RAMOS win7x32================================================C
find --set-root(hd0) /w7_16gx86.vhd
map --mem --top(hd0) /w7_16gx86.vhd (hd0)
map (hd0) (hd1)
map --hook
root (hd0,0)
chainloader /bootmgr
boot |
|