|
菜单中的(bd)有时候我也会用(ud)
GRLDR内置菜单,Fbinsttool的utf-8压缩
debug off
timeout 30
default 0
configfile (bd)/BOOT/GRUB/MENU.LST
下面是MENU.LST,也是Fbinsttool的utf-8压缩
debug off
timeout 30
default 0
gfxmenu (bd)/BOOT/GRUB/MESSAGE
title 01. 启动本机 Windows 操作系统
find --set-root --devices=h /ntldr || find --set-root --devices=h /bootmgr || configfile (bd)/BOOT/GRUB/MENU.LST
map (hd0) ()
map () (hd0)
map --rehook
find --set-root --devices=h /ntldr || find --set-root --devices=h /bootmgr
chainloader /ntldr || chainloader /bootmgr
title 02. 单核Windows_2003PE(极速,外置SRS,支持网络) >>>
configfile (bd)/BOOT/GRUB/NV03FS.LST
title 03. 多核Windows_2003PE(极速,外置SRS,支持网络) >>>
configfile (bd)/BOOT/GRUB/NV03FM.LST
title 04. 启动Windows_2003PE(普通,外置SRS,支持网络) >>>
configfile (bd)/BOOT/GRUB/PT03F.LST
title 05. 启动Windows_8PE_x86(支持声、显、网卡及摄像头)
echo -e \n$[0003] Now Loading USM_Windows_8PE_x86_FULL
echo -e \n$[0003] This process may take a few minutes...
map (bd)/BOOT/USM8PE8F.ISO (0xff) > nul
map --hook
chainloader (0xff)
boot
title 06. 启动Windows_8PE_x64(支持声、显、网卡及摄像头)
echo -e \n$[0003] Now Loading USM_Windows_8PE_x64_FULL
echo -e \n$[0003] This process may take a few minutes...
map (bd)/BOOT/USM8PE6F.ISO (0xff) > nul
map --hook
chainloader (0xff)
boot
title 07. 启动 USB 加速器(适合老机) >>>
find --set-root --ignore-floppies --ignore-cd /BOOT/GRUB/US.LST && configfile /BOOT/GRUB/US.LST
title 08. 启动自定义ISO、IMG、IMA >>>
(bd)/boot/grub/run --mem --set-ext=.img|.ima|.iso (bd)/BOOT/IMGS/DIY/.AUTOMENU
title 09. 启动 USM 工具箱 >>>
configfile (bd)/BOOT/GRUB/USMTOOLS.LST
title 10. 启动 MAX DOS 工具箱
map --mem (bd)/BOOT/IMGS/MAXDOS.IMG (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title 11. 启动 GHOST 备份还原工具
map --mem (bd)/BOOT/IMGS/GHOST.IMG (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title 12. 一键安装SYSCEO.GHO(放在U盘CEO目录下)
map --mem (bd)/BOOT/IMGS/XGHOST.IMG (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0) |
|