|
风神 发表于 2013-6-3 11:00
menu菜单里改成default 2
谢谢兄弟,但真没弄明白怎样改。菜单如下:
timeout 15
default 3
gfxmenu /BOOT/GRUB/MESSAGE
configfile (md)4+8
title 【01】 运行MaxDos9.3工具箱
find --set-root /BOOT/IMGS/MAXDOS.IMG
map --mem /BOOT/IMGS/MAXDOS.IMG (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title 【02】 启动 Win03PE 精 简 版
F6IMG
find --set-root /BOOT/WINPE.ISO
echo $[1106] Loading WINPE, Please Wait ...
checkrange 0x30001:-1 read 0x8298 > nul && map --mem /BOOT/WINPE.ISO (0xff) ! map /BOOT/WINPE.ISO (0xff)
map --e820cycles=3
map --hook
chainloader (0xff)
title 【03】 启动Win8x64PE维护版
find --set-root /boot/bcfmgr
chainloader /boot/bcfmgr
title 【04】 >>从 本 地 硬 盘 启 动<<
find --set-root --ignore-floppies --ignore-cd /bootmgr || find --set-root --ignore-floppies --ignore-cd /ntldr
map () (hd0)
map (hd0) ()
map --rehook || echo 无需交换磁盘顺序,直接从本地盘启动
find --set-root --ignore-floppies --ignore-cd /bootmgr || find --set-root --ignore-floppies --ignore-cd /ntldr
chainloader (hd0)+1
boot
title 【05】 启动Win8PE全能精简版
find --set-root /boot/bcemgr
chainloader /boot/bcemgr
title 【06】 Ghost 备份还原 智能版
find --set-root /BOOT/IMGS/OKDOS.IMA
map --mem /BOOT/IMGS/OKDOS.IMA (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title 【07】 >>跳转到增强功能菜单
configfile /BOOT/GRUB/run.lst
title 【08】 启 动 Puppy linux 系 统
find --set-root /boot/VMLINUZ
kernel /boot/VMLINUZ pmedia=cd
initrd /boot/INITRD.GZ
|
|