|
楼主 |
发表于 2012-2-19 08:16:34
|
显示全部楼层
zxy357x 发表于 2012-2-18 19:44
把你的菜单列出来
command --set-path=(bd)/BOOT/GRUB/
timeout 10
default 0
gfxmenu /BOOT/GRUB/MESSAGE
configfile (md)4+8
title 【01】 启动Win2003PE系统
chainloader /BOOT/SETUPLDR.BIN
title 【02】 启动Win7PE精简网络版
chainloader /BOOT/TYW7.BIN
title 【03】 启动RUN功能模块
RUN --autolist-all (hd1,0)/TYPE/
title 【04】 启动MAXDOS工具箱
RUN /BOOT/IMGS/MAXDOS.IMG
title 【05】 启动Ghost备份与恢复
RUN /BOOT/IMGS/MAXDOS.IMG ghost
title 【06】 启动MHDD硬盘检测工具
RUN /BOOT/IMGS/MAXDOS.IMG mhdd
title 【07】 启动DiskGen硬盘分区工具
RUN /BOOT/IMGS/MAXDOS.IMG diskgen
title 【08】 启动KonBoot免密码登录系统
RUN /BOOT/IMGS/KONBOOT.IMG
title 【09】 启动Windows操作系统
chainlaoder (hd0)+1
boot |
|