default 0
timeout 8
command --set-path=(bd)/GRUB/
UNIFONT (bd)/GRUB/U16HEI
title [0] 选择启动硬盘示例菜单 Boot From (hdX)\n 请输入要启动的硬盘号。\n 例如输入1表示从(hd1)启动。\n 如果直接回车,或输入错误,则从(hd0)启动。\n Menu by Pseudo 2010-09-05
errorcheck off
#最多检测4个硬盘
geometry (hd0) && pause --wait=0 && geometry (hd1) && pause --wait=0 && geometry (hd2) && pause --wait=0 && geometry (hd3)
errorcheck on
WENV set x=$input,Input hd number here:
WENV get x || WENV set x=0
WENV run map (hd0) (hd${x})
WENV run map (hd${x}) (hd0)
map --hook || clear
chainloader (hd0)+1
title [1] 进入Grub4Dos命令行 Grub4Dos Commanline
commandline
title [2] 其它菜单项自己写 Other Menu Item todo
clear http://bbs.wuyou.net/forum.php?mod=viewthread&tid=175342&page=1#pid2033634这里P大写的这个命令现在用不了了,哪位大大帮忙修改下,谢谢! 原来把run改成call就行了
default 0
timeout 8
command --set-path=(bd)/GRUB/
UNIFONT (bd)/GRUB/U16HEI
title [0] 选择启动硬盘示例菜单 Boot From (hdX)\n 请输入要启动的硬盘号。\n 例如输入1表示从(hd1)启动。\n 如果直接回车,或输入错误,则从(hd0)启动。\n Menu by Pseudo 2010-09-05
errorcheck off
#最多检测4个硬盘
geometry (hd0) && pause --wait=0 && geometry (hd1) && pause --wait=0 && geometry (hd2) && pause --wait=0 && geometry (hd3)
errorcheck on
WENV set x=$input,Input hd number here:
WENV get x || WENV set x=0
WENV run map (hd0) (hd${x})
WENV run map (hd${x}) (hd0)
map --hook || clear
chainloader (hd0)+1
title [1] 进入Grub4Dos命令行 Grub4Dos Commanline
commandline
title [2] 其它菜单项自己写 Other Menu Item todo
clear
再请教P大写的这个菜单现在不能用了,哪位大大修改下,谢谢!