|
本帖最后由 zxy357x 于 2011-10-1 15:52 编辑
实机测试通过!功能非常强大!
timeout 10
default 1
gfxmenu /BOOT/GRUB/MESSAGE
title 【01】 通过ISO安装系统文件(TYPE目录OS.ISO文件)
RUN --FIRA --MEM (hd1,0)/TYPE/OS.ISO
title 【02】 启动自定义ISO/IMG文件(TYPE目录)
RUN --txt --gfx --set-ext=.iso|.img|.ima|.| (hd1,0)/TYPE/.AUTOMENU
title 【03】 启动自定义文件(TYPE目录)
RUN --gfx (hd1,0)/TYPE/.AUTOMENU
title 【04】 启动自定义ISO/IMG文件(TYPE目录-自动列表方式)
RUN --txt --gfx --set-ext=.ISO|.IMG|.IMA|.| (hd1,0)/TYPE/
title 【05】 启动自定义ISO文件(TYPE目录TY.ISO)
RUN (hd1,0)/TYPE/TY.ISO
title 【06】 启动自定义LST文件(TYPE目录TY.LST)
RUN (hd1,0)/TYPE/GRUB/TY.LST
title 【07】 启动Windows NT/2000/XP/2003
RUN /ntldr
title 【08】 启动Windows Vista/Windows 7
RUN /bootmgr
title 【09】 返回菜单
configfile (md)4+8
|
|