timeout 10
default 1
gfxmenu /BOOT/GRUB/MESSAGE
command --set-path=(bd)/BOOT/GRUB/
title 【01】 通过ISO安装系统文件(HL目录OS.ISO文件)
RUN --FIRA --MEM (hd1,0)/HL/OS.ISO
title 【02】 启动自定义ISO/IMG文件(HL目录)
RUN --txt --gfx --set-ext=.iso|.img|.ima|.| (hd1,0)/HL/.AUTOMENU
title 【03】 启动自定义文件(HL目录)
RUN --gfx (hd1,0)/HL/.AUTOMENU
title 【04】 启动自定义ISO/IMG文件(HL目录-自动列表方式)
RUN --txt --gfx --set-ext=.ISO|.IMG|.IMA|.| (hd1,0)/HL/
title 【05】 启动自定义ISO文件(HL目录HL.ISO)
RUN (hd1,0)/HL/HL.ISO
title 【06】 启动自定义LST文件(HL目录HL.LST)
RUN (hd1,0)/HL/GRUB/HL.LST
title 【07】 启动Windows NT/2000/XP/2003
RUN /ntldr
title 【08】 启动Windows Vista/Windows 7
RUN /bootmgr
title 【09】 返回菜单
configfile (md)4+8
本人在电脑城工作,测试100来台电脑,能支持二启的主板都OK,不支持二启都是错误21
另外:RUN版本要8.5版的,8.14和8.21在华硕=笔记本上启动不了,错误28:
Selected item cannot fit into memory
不知道原因,得Z大解决