|
|
描述:
下载了天意1.6iso,想把其中的“内存检测模块”替换为“免口令模块”,就删除了内存检测,新加入了免口令模块,并修改了grldr菜单。完了量产启动,发现启动页面还是,内存检测模块。运行提示找不到文件,当然找不到,因为我删除了这个模块。
问题:
怎么样修改才能实现把内存检测模块替换为:免口令模块???
下边是我修改的菜单(我修改的第9项):
原始菜单:
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】 启动Slitaz迷你系统
kernel /BOOT/BZIMAGE root=/dev/null vga=normal autologin
initrd /BOOT/ROOTFS.GZ
title 【04】 启动RUN功能模块
configfile /BOOT/GRUB/RUN.LST
title 【05】 Onekey全自动备份还原系统
RUN /BOOT/IMGS/OKDOS.IMA
title 【06】 运行MAXDOS工具箱
RUN /BOOT/IMGS/MAXDOS.IMG
title 【07】 启动DOS时代菜鸟工具箱
RUN /BOOT/IMGS/DTSTOOL.IMA
title 【08】 运行DiskGen磁盘管理
RUN /BOOT/IMGS/MAXDOS.IMG DISKGEN
title 【09】 运行MemTest内存检测
kernel /BOOT/IMGS/MEMTEST.BIN
title 【10】 运行Windows登陆密码破解
RUN /BOOT/IMGS/PWD.IMG
title 【11】 启动USB智能加速(适用老电脑)
/BOOT/GRUB/USB_ACC.0PE
title 【12】 启动NTBOOT通用启动器
RUN /BOOT/IMGS/NTBOOT.ISO
修改后的菜单:
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】 启动Slitaz迷你系统
kernel /BOOT/BZIMAGE root=/dev/null vga=normal autologin
initrd /BOOT/ROOTFS.GZ
title 【04】 启动RUN功能模块
configfile /BOOT/GRUB/RUN.LST
title 【05】 Onekey全自动备份还原系统
RUN /BOOT/IMGS/OKDOS.IMA
title 【06】 运行MAXDOS工具箱
RUN /BOOT/IMGS/MAXDOS.IMG
title 【07】 启动DOS时代菜鸟工具箱
RUN /BOOT/IMGS/DTSTOOL.IMA
title 【08】 运行DiskGen磁盘管理
RUN /BOOT/IMGS/MAXDOS.IMG DISKGEN
title 【09】 运行windows免口令模块
kernel /BOOT/IMGS/KONBOOT.GZ
title 【10】 运行Windows登陆密码破解
RUN /BOOT/IMGS/PWD.IMG
title 【11】 启动USB智能加速(适用老电脑)
/BOOT/GRUB/USB_ACC.0PE
title 【12】 启动NTBOOT通用启动器
RUN /BOOT/IMGS/NTBOOT.ISO |
|