| 
 | 
回复 #14 pseudo 的帖子
我的菜单是这样的 
你老帮我看看怎么样添加,帮我搞定算了 
我真看不懂你的菜单 
因为我这个和你的不一样 
timeout 10 
default 0 
find --set-root /MESSAGE 
gfxmenu /MESSAGE 
 
title [ 0 ]  自动安装系统(请耐心等待) 
 
title [ 1 ] 启动PE菜单 
configfile ()/LST/pe.lst || find --set-root /LST/pe.lst && configfile ()/LST/pe.lst 
 
title [ 2 ] 启动DOS菜单 
configfile ()/LST/DOS.LST || find --set-root /LST/DOS.LST && configfile ()/LST/DOS.LST 
 
title [ 3 ] 启动硬盘分区菜单 
configfile ()/LST/disk.lst || find --set-root /LST/disk.lst && configfile ()/LST/disk.lst 
 
title [ 4 ] 启动GHOST菜单 
configfile ()/LST/ghost.lst || find --set-root /LST/ghost.lst && configfile ()/LST/ghost.lst 
 
title [ 5 ] 启动硬盘检测菜单 
configfile ()/LST/hd.lst || find --set-root /LST/hd.lst && configfile ()/LST/hd.lst 
 
title [ 6 ] 启动内存检测菜单 
configfile ()/LST/MTEST.lst || find --set-root /LST/DOS.LST && configfile ()/LST/MTEST.lst 
 
title [ 7 ] 启动清除密码菜单 
configfile ()/LST/pass.lst || find --set-root /LST/pass.lst && configfile ()/LST/pass.lst 
 
title [ 8 ] 载入光盘镜像安装 
map --mem ()/LOADISO.IMG (fd0) || find --set-root /LOADISO.IMG (fd0) && map --mem ()/LOADISO.IMG (fd0) 
map --hook 
chainloader (fd0)+1 
rootnoverify (fd0) 
 
title [ 9 ] 先加载 USB2.0再启动WinPE(不支持2.0的老主板) 
kernel /BOOT/PLPBT.BIN || find --set-root /BOOT/PLPBT.BIN && kernel /BOOT/PLPBT.BIN 
pause --wait=0 USB2.0 Module is ok! 
map --mem /PE/mape.iso (0xff) 
map --hook 
chainloader (0xff) 
 
title  [ F ]  加载FIRADISK模块,完成后返回此菜单 
cat --length=0 ()/BOOT/FIRADISK.IMG || find --set-root ()/BOOT/FIRADISK.IMG 
map --mem ()/BOOT/FIRADISK.IMG (fd0) 
map --hook 
configfile ()/MENU.LST 
 
title [ R ] RE_BOOT 重新启动 
reboot |   
 
 
 
 |