|
发表于 2012-1-9 19:03:11
|
显示全部楼层
本帖最后由 zxy357x 于 2012-1-9 19:03 编辑
是ISO版吧,提取grldr,修改内置菜单,如下:
timeout 10
default 0
gfxmenu /BOOT/GRUB/MESSAGE
configfile (md)4+8
title 【01】 天意Win2003PE迷你维护系统
find --set-root /BOOT/SETUPLDR.BIN
chainloader /BOOT/SETUPLDR.BIN
title 【02】 天意Win7PE精简网络版
find --set-root /BOOT/TYW7.BIN
chainloader /BOOT/TYW7.BIN
title 【03】 启动RUN功能模块
configfile /BOOT/GRUB/RUN.LST
title 【04】 Onekey全自动备份还原系统
RUN --mem /BOOT/IMGS/OKDOS.IMA
title 【05】 运行MAXDOS工具箱
RUN --mem /BOOT/IMGS/MAXDOS.IMG
title 【06】 启动DOS时代菜鸟工具箱
RUN --mem /BOOT/IMGS/DTSTOOL.IMA
title 【07】 运行DiskGen磁盘管理
RUN --mem /BOOT/IMGS/MAXDOS.IMG DISKGEN
title 【08】 运行MemTest内存检测
kernel /BOOT/IMGS/MEMTEST.BIN
title 【09】 运行Windows免口令登陆
RUN /BOOT/IMGS/KON.IMG
title 【10】 启动USB智能加速(适用老电脑)
/BOOT/GRUB/USB_ACC.0PE
title 【11】 启动NTBOOT通用启动器
RUN /BOOT/IMGS/NTBOOT.ISO
再删除boot/BZIMAGE boot/ROOTFS.GZ
|
|