|
原帖由 zxw 于 2011-8-28 20:26 发表
请详细汇报:
1.封装版?脚本版?
2.启动设备的具体情形?
3.grldr版本?
4.以何种方式启动run?具体写法?
5.最好debug 3,跟踪一下,在出现错误提示之处,截图传上来。
顺便将8.5版run传上来,我未保存。
5.U盘已量产好了被同事拿走了,当时错误时没有相机拍下,只抄下错误代码。
用上8.5run非常完美
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
这是我修改天意老师的RUN模块 |
|