|
timeout 10 //等待10秒,如果期间无键盘操作,10秒后选择default 指定的菜单
default 11 //default指定默认菜单为菜单11,菜单从0开始的,不要看“title [1] ”中的数字,自己数一下。
//如果你的电脑装的是 win7 你可以改为 default 12
gfxmenu (ud)/message
(ud)/BOOT/FONTS/UNIFONT (ud)/BOOT/FONTS/U16HEI
title [1] 启动Pseudo 0PE1.2 XP中文版 //菜单0
(ud)/BOOT/FONTS/UNIFONT --unload
configfile (ud)/BOOT/GRUB/MENU.0PE
//省略部分菜单
title [C] 启动Windows NT/2000/XP/2003 //菜单11
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 [D] 启动Windows Vista/Windows 7 //菜单12
find --set-root --ignore-floppies --ignore-cd /bootmgr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /bootmgr
chainloader /bootmgr
[ 本帖最后由 Plantsoot 于 2010-9-6 23:45 编辑 ] |
|