default 0
timeout 5
color red
text "=========================="
color yellow
text "F1. GRUB Menu"
menu F1 grldr "grldr"
color red
text "=========================="
color yellow
text "F2. BURG Menu ( GRUB V2.0 )"
menu F2 grldr "buldr"
color red
text "=========================="
进入GRUB启动PE命令:
set gfxmode=1024x768
. ${prefix}/gui.cfg
menuentry "WIN03 PE 69M / 我心如水PE支持网络WIM杀毒包" --class windows {
map --set (boot)/ISO/03PENET.ISO (cd96)
cdload --image=0 ($root)
}
进入Grub启动PE命令:
timeout 20
default 0
gfxmenu (ud)/message
title [3] WIN03 PE 69M (NET&WIM) / 我心如水PE支持网络WIM杀毒包
map --mem (ud)/ISO/03PENET.ISO (0xff)
map --hook
chainloader (0xff)