|
9#

楼主 |
发表于 2010-5-15 18:16:13
|
只看该作者
回4楼:这个是我的菜单文件:
default 0
fontfile /BOOT/fonts.gz
splashimage /BOOT/bj.gz
title ☆<USB设备>系统维护和Ghost工具☆
clear
title ──────────────────────────────────
clear
title 【1】启动 GHOST 11 手动操作功能 (支持NTFS分区)
kernel /boot/memdisk.gz c=80 h=2 s=36 floppy
initrd /boot/ghost.img
title ──────────────────────────────────
clear
title 【3】启动 WinPE 维护系统
find --set-root /TYPE/SETUPLDR.BIN
chainloader /TYPE/SETUPLDR.BIN (hd0)+1
title 【4】启动 MaxDOS维护工具
kernel /BOOT/MENDISK.GZ c=80 h=2 s=36 floppy
initrd /BOOT/MAXDOS.IMG
title 【6】启动 ADDS 10 DOS中文版
map --mem /BOOT/ADD.IMA (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title 【7】启动 DGen分区软件DOS版
map --mem /BOOT/DGEN.IMA (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title ──────────────────────────────────
clear
title 【9】启动本机硬盘的 WINDOWS NT/2003/XP 系统
map (hd0) (hd1)
map (hd1) (hd0)
root (hd1,0)
chainloader (hd1,0)+1
boot
rootnoverify (hd1,0)
chainloader +1
title 【10】启动本机硬盘上 Vista/Win7 系统(如果存在)
find --set-root /bootmgr
chainloader /bootmgr
title 【11】重启计算机
reboot
title 【12】关闭计算机
halt |
|