|
这是我的grldr菜单,给你参考
(bd)/BOOT/GRUB/USB_ACC.0PE --version: --time-out-enable:3 --time-out-disable:3
timeout 10
default 0
gfxmenu ()/MESSAGE || find --set-root /MESSAGE && gfxmenu ()/MESSAGE
configfile (md)4+8
title 启动 常用PE LINUX工具菜单
configfile ()/LST/PE.LST || find --set-root /LST/PE.LST && configfile ()/LST/PE.LST
title 启动 常用DOS IMG 工具菜单
configfile ()/LST/DOS.LST || find --set-root /LST/DOS.LST && configfile ()/LST/DOS.LST
title 启动 常用备份还原工具菜单
configfile ()/LST/GHOST.LST || find --set-root /LST/GHOST.LST && configfile ()/LST/GHOST.LST
title 启动 常用磁盘分区工具菜单
configfile ()/LST/DISK.LST || find --set-root /LST/DISK.LST && configfile ()/LST/DISK.LST
title 启动 常用硬件维护工具菜单
configfile ()/LST/HARDWARE.LST || find --set-root /LST/HARDWARE.LST && configfile ()/LST/HARDWARE.LST
title 启动 常用密码破解工具菜单
configfile ()/LST/PASSWORD.LST || find --set-root /LST/PASSWORD.LST && configfile ()/LST/PASSWORD.LST
title 启动 常用系统修复工具菜单
configfile ()/LST/FIX.LST || find --set-root /LST/FIX.LST && configfile ()/LST/FIX.LST
title 启动 一键安装GHO到一分区
map --mem ()/IMG/XGHOST.IMG (fd0) || find --set-root /IMG/XGHOST.IMG (fd0) && map --mem ()/IMG/XGHOST.IMG (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title 启动 SRSF6 TOOLS IMAGE
configfile /SRSF6/SRSF6.LST
title 启动 USB 2.0 (PLPBT模式)
kernel /BOOT/IMGS/PLPBT.BIN || find --set-root /BOOT/IMGS/PLPBT.BIN && kernel /BOOT/IMGS/PLPBT.BIN
title 启动 NT5.X/NT6.X 通用工具
map --mem ()/IMG/NTBOOT.IMG (fd0) || find --set-root /IMG/NTBOOT.IMG (fd0) && map --mem ()/IMG/NTBOOT.IMG (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title 启动 NT/2000/XP/2003
find --set-root --ignore-floppies --ignore-cd /ntldr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /ntldr
chainloader /ntldr
title 启动 VISTA/2008/WIN 7
find --set-root --ignore-floppies --ignore-cd /bootmgr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /bootmgr
chainloader /bootmgr
title 重启 计算机
reboot
title 关闭 计算机
halt |
|