我直接替换了run。run.lst菜单如下:
timeout 10
default 2
command --set-path=(ud)/BOOT/GRUB
gfxmenu (ud)/BOOT/GRUB/MESSAGE
title 【01】 启动WinPE 2003(兼容模式)
F6IMG
RUN (ud)/BOOT/winPE.iso
title 【02】 通过ISO安装系统文件(TYPE目录OS.ISO文件)
RUN --FIRA ISO=/TYPE/OS.ISO
title 【03】 启动自定义ISO/IMG文件(TYPE目录)
RUN --automenu --show.iso.img.ima.gz. /TYPE/
title 【04】 启动自定义文件(TYPE目录)
RUN --automenu /TYPE/
title 【05】 启动自定义ISO/IMG文件(自动列表方式)
RUN --autolist --show.iso.img.ima.gz. /TYPE/
title 【06】 启动自定义LST文件(TYPE目录TY.LST)
RUN /TYPE/TY.LST
title 【07】 启动Windows NT/2000/XP/2003
RUN /ntldr
title 【08】 启动Windows Vista/Windows 7
RUN /bootmgr
title 【09】 启动RAMOS
RUN --ramos /ramxp.img
title 【10】 返回菜单
configfile (md)4+8
grldr内置菜单如下:
timeout 10
default 0
command --set-path=(ud)/BOOT/GRUB
gfxmenu (ud)/BOOT/GRUB/MESSAGE
configfile (md)4+8
title 【01】 运行天意WinPE 2003
echo $[1106] Loading TYPE, Please Wait ...
F6IMG
checkrange 0x30001:-1 read 0x8298 > nul && map --mem (ud)/BOOT/WINPE.ISO (0xff) ! map (ud)/BOOT/WINPE.ISO (0xff)
map --e820cycles=3
map --hook
chainloader (0xff)
title 【02】 启动Win7PE维护系统
echo $[1106] Loading WIN7PE, Please Wait ...
checkrange 0x30001:-1 read 0x8298 > nul && map --mem (ud)/BOOT/WIN7PE.ISO (0xff) ! map (ud)/BOOT/WIN7PE.ISO (0xff)
map --hook
chainloader (0xff)
title 【03】 启动Slitaz迷你系统
kernel (ud)/boot/BZIMAGE root=/dev/null vga=normal autologin
initrd (ud)/boot/ROOTFS.GZ
title 【04】 启动RUN功能模块
configfile (ud)/BOOT/GRUB/RUN.LST
title 【05】 运行DOS时代菜鸟工具箱
map --mem (ud)/BOOT/IMGS/DTS.IMA (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title 【06】 运行OneKey全自动备份还原
map --mem (ud)/BOOT/IMGS/OKDOS.IMA (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title 【07】 运行DiskGen磁盘管理
RUN (ud)/BOOT/IMGS/DTS.IMA 1c
title 【08】 运行免口令系统登录工具
map (ud)/BOOT/IMGS/KON.IMG (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title 【09】 启动USB智能加速功能(适用老电脑)
(ud)/BOOT/GRUB/USB_ACC.0PE
title 【10】 启动NTBOOT通用启动盘
RUN (ud)/BOOT/IMGS/NTBOOT.ISO
把maxdos换成dos时代菜鸟工具了。 |