|
|
楼主 |
发表于 2011-7-5 20:25:56
|
显示全部楼层
原帖由 2011gxp 于 2011-7-5 17:37 发表 
你的PE启动菜单是怎么做的,分享一下
timeout 10
default 0
gfxmenu ()/MESSAGE || find --set-root /MESSAGE && gfxmenu ()/MESSAGE
configfile (md)4+8
title 启动 WXRS 03PE微型操作系统
map --mem ()/ISO/WXRS03.ISO (0xff) || find --set-root /ISO/WXRS03.ISO (0xff) && map ()/ISO/WXRS03.ISO (0xff)
map --hook
chainloader (0xff)
title 启动 WXRS XPPE微型操作系统
map --mem ()/ISO/WXRSXP.ISO (0xff) || find --set-root /ISO/WXRSXP.ISO (0xff) && map ()/ISO/WXRSXP.ISO (0xff)
map --hook
chainloader (0xff)
title 启动 WXRS Win7PE 操作系统
map --mem ()/ISO/WXRS7.ISO (0xff) || find --set-root /ISO/WXRS7.ISO (0xff) && map ()/ISO/WXRS7.ISO (0xff)
map --hook
chainloader (0xff)
title 启动 HPY 03PE 微型操作系统
map --mem ()/ISO/HPY03.ISO (0xff) || find --set-root /ISO/HPY03.ISO (0xff) && map ()/ISO/HPY03.ISO (0xff)
map --hook
chainloader (0xff)
title 启动 HPY Win7PE微型操作系统
map --mem ()/ISO/HPY7.ISO (0xff) || find --set-root /ISO/HPY7.ISO (0xff) && map ()/ISO/HPY7.ISO (0xff)
map --hook
chainloader (0xff)
title 启动 0PE 1.2.6 (2011-05-02)
configfile /BOOT/GRUB/MENU.0PE
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 启动 MAIN MENU
configfile (md)4+8 |
|