|
|
楼主 |
发表于 2011-6-22 20:04:37
|
显示全部楼层
来信多.一并回答.
不要w7PE 可删除 minipe\win7PE.ISO
用记事本改写 MENU.LST 即可.
timeout 19
default 0
find --set-root /MESSAGE
gfxmenu /MESSAGE
title [ 1 ] Windows Server 2003 PE
find --set-root /MINIPE/WINPE03.ISO
map /MINIPE/WINPE03.ISO (0xff)
map --hook
chainloader (0xff)
title [ 2 ] MS_DOS 7.1 引导
map --mem ()/IMGS/DOS.IMA (fd0) || find --set-root /IMGS/DOS.IMA (fd0) && map --mem ()/IMGS/DOS.IMA (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title [ 3 ] FS_DOS 引导
map --mem ()/IMGS/FSDOS.IMA (fd0) || find --set-root /IMGS/FSDOS.IMA (fd0) && map --mem ()/IMGS/FSDOS.IMA (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title [ 4 ] DISKGENIUS 磁盘管理
map --mem ()/IMGS/DGDOS.IMG (fd0) || find --set-root /IMGS/DGDOS.IMG (fd0) && map --mem ()/IMGS/DGDOS.IMG (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
添加DOS.请把IMG.IMA放IMGS
而参照DISKGENIUS 磁盘管理
添加.
注意前面的1.2.3.4....快捷序号. |
|