|
我用的grldr为524版。我的菜单是这样的:
(bd)/BOOT/GRUB/USB_ACC.0PE --version: --time-out-enable:3 --time-out-disable:3
timeout 10
default 0
gfxmenu (bd)/BOOT/GRUB/MESSAGE
configfile (md)4+8
title 【01】 运行天意WinPE 2003
RUN --mem (bd)/BOOT/WINPE.ISO
title 【02】 启动Win7PE维护系统
RUN --mem (bd)/BOOT/win7pe.ISO
title 【03】 启动Slitaz迷你系统
kernel (ud)/boot/BZIMAGE root=/dev/null vga=normal autologin
initrd (ud)/boot/ROOTFS.GZ
title 【04】 启动自定义ISO/IMG文件(TYPE目录)
RUN --set-ext=.iso|.img|.ima.| /TYPE/.AUTOMENU
title 【05】 运行MAXDOS工具箱
RUN (bd)/BOOT/IMGS/MAXDOS.IMG
title 【06】 运行一键Ghost
RUN (bd)/BOOT/IMGS/okdos.IMA
title 【07】 运行DiskGen磁盘管理
RUN (bd)/BOOT/IMGS/MAXDOS.IMG diskgen
title 【08】 运行SRSF6工具模块
(bd)/SRSF6/SRSF6 /SRSF6/SRS
title 【09】 启动Windows NT/2000/XP/2003
RUN /ntldr
title 【10】 启动Windows Vista/Windows 7
RUN /bootmgr |
|