|
需要修改\boot\grldr.bin文件,其内置的菜单文件内容如下:
find --set-root /boot/grub/hwdisk.ico
fontfile /boot/grub/fonts
splashimage /boot/grub/Splash.xpm.gz
background 008080
timeout 60
default 2
title 超级N合一系统维护启动盘
find --set-root /boot/grub/hwdisk.ico
title hwd6 @ wuyou (09.04.12)
find --set-root /boot/grub/hwdisk.ico
title [01] 老毛桃集成红叶 PE (支持https)
find --set-root /boot/grub/hwdisk.ico
map +1 (hd0)
chainloader /boot/ldrxpe (hd0)+1
title [02] 驱动 USB2.0 后启动 PE(仅老主板适用)
find --set-root /boot/grub/hwdisk.ico
map --mem /boot/imgs/usb2pe.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title [03] 按F6加载磁盘驱动再启动PE(先放f6.img在磁盘根目录)
find --set-root /f6.img
map --mem /f6.img (fd0)
find --set-root /boot/grub/hwdisk.ico
map +1 (hd0)
chainloader /boot/ldrxpe (hd0)+1
title [04] 深山红叶 DOS 工具箱 2007
find --set-root /boot/grub/hwdisk.ico
map --mem /boot/imgs/dos2007.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title [05] MAX DOS 微型工具箱 V7.0
find --set-root /boot/grub/hwdisk.ico
map --mem /boot/imgs/maxdos.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title [06] 超级急救盘 07.07.07 (Diskgen2.0)
find --set-root /boot/grub/hwdisk.ico
map --mem /boot/imgs/dostools.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title [07] 矮人DOS工具箱 V5.3
find --set-root /boot/grub/hwdisk.ico
map --mem /boot/imgs/ar5.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title [08] GHOST 11.5 备份与恢复
find --set-root /boot/grub/hwdisk.ico
map --mem /boot/imgs/ghost.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title [09] Acronis True Image ES v9.5.8018 简体中文版
find --set-root /boot/grub/hwdisk.ico
map --mem /boot/imgs/ati95.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title [10] 磁盘分区工具 ADDS 10.0.2160 简体中文版
find --set-root /boot/grub/hwdisk.ico
map --mem /boot/imgs/adds10.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title [11] 磁盘分区工具 PM 8.05 中英双语版
find --set-root /boot/grub/hwdisk.ico
map --mem /boot/imgs/pm805.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title [12] 磁盘分区工具 DM 9.57 中文版
find --set-root /boot/grub/hwdisk.ico
map --mem /boot/imgs/dm957.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title [13] 江民杀毒 KV 2006
find --set-root /boot/grub/hwdisk.ico
map --mem /boot/imgs/kv2006.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title [14] 硬盘坏道修复程序 HDDREG 1.51
find --set-root /boot/grub/hwdisk.ico
map --mem /boot/imgs/hddreg15.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title [15] 效率源硬盘修复程序 2007
find --set-root /boot/grub/hwdisk.ico
map --mem /boot/imgs/xly2007.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title [16] 诺顿磁盘医生 NU 2002
find --set-root /boot/grub/hwdisk.ico
map --mem /boot/imgs/nu2002.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title [17] 雨浪飘零 BIOS 维护工具箱 V1.2
find --set-root /boot/grub/hwdisk.ico
map --mem /boot/imgs/biosdos.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title [18] 微软内存检测
find --set-root /boot/grub/hwdisk.ico
map --mem /boot/imgs/WINDIAG.IMG (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title [19] 故障恢复控制台
find --set-root /boot/grub/hwdisk.ico
chainloader /boot/cmldr
title [20] 纯 DOS 7.1 系统
find --set-root /boot/grub/hwdisk.ico
map --mem /boot/imgs/msdos71b.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title [N] 启动本机 Windows NT 系统
find --set-root /boot.ini
map +1 (hd0)
chainloader /ntldr
title [V] 启动本机 Vista 系统
find --set-root /bootmgr
chainloader /bootmgr
title [I] 启动 isolinux 菜单 (仅用于光盘模式)
chainloader --force --raw /boot/isolinux.bin
title [R] 重启计算机
reboot
title [X] 关闭计算机
halt
可以参照上述内容进行修改,改好后重新导入grldr.bin即可
|
|