|
不点 发表于 2013-11-6 18:17
贴出你的内置菜单,找找毛病。这已经是小菜了,等晚饭之后再聊吧。
内置菜单:
debug off
::find --set-root /grub/grub/unifont.hex
::read 0x1800820 || font /grub/grub/unifont.hex
::calc 46<<2+*0x8304
::read %@retval% || splashimage /grub/grub/TEST.BMP
graphicsmode -1 800
color normal=0x0F highlight=0x02 helptext=0x0E heading=0x05 standard=0x02 border=0x77
terminal --font-spacing=1:4
::(ud)/menuset 2 0 2 0 0 2
root (fd0) || root (fd0,0) || root (hd0) || root (hd0,0) || root (hd0,2)
/boot/grub/hotkey
calc 0+*0x8280>>8&0xff-0x80 || set usbtitle=正以 USB-HDD 方式启动 ! set usbtitle=正以 USB-FDD 方式启动
timeout 30
default 1
write 0x8274 0x2001 ::自动菜单编号
title %usbtitle%
clear
title 从硬盘启动(异常U启) \n\t 启动硬盘上的系统(硬盘可能与U盘冲突的情况下使用)\n\t 使用上下方向键选中并高亮一条菜单,按回车键或[B]键开始引导。\n\t 按[E]键在引导前编辑命令,或[C]键进入命令行。
map (hd0) (hd-1)
map (hd-1) (hd0)
map --hook
root (hd0,0)
chainloader +1
title 启动 0PE \n\t 启动 0PE 进行系统维护
map /0pe/0pe.iso (0xFF) || map --mem /0pe/0pe.iso (0xFF)
map --hook
chainloader (0xFF)
title 启动 XPPE \n\t 启动 XPPE 进行系统维护
map /boot/xppe.iso (0xFF) || map --mem /boot/xppe.iso (0xFF)
map --hook
chainloader (0xFF)
title 启动 03PE \n\t 启动 03PE 进行系统维护
map /boot/03pe.iso (0xFF) || map --mem /boot/03pe.iso (0xFF)
map --hook
chainloader (0xFF)
::title 启动 bootmgr 菜单 \n\t 启动 WINPE3.0,老机器先加载 plpbt 支持 USB2.0
::if "%@root%"=="(fd0,0)" (ud)/move && map (fd0) (hd0) && map --rehook && rootnoverify (hd0,0)
::chainloader /boot/Tbootmgr
title 启动 WIN8PE \n\t 启动 WIN8PE 进行系统维护
map /boot/8pe.iso (0xFF) || map --mem /boot/8pe.iso (0xFF)
map --hook
chainloader (0xFF)
title 启动 WIN8.1PE \n\t 启动 WIN8.1PE 进行系统维护
map /boot/81pe.iso (0xFF) || map --mem /boot/81pe.iso (0xFF)
map --hook
chainloader (0xFF)
boot
title U盘一键备份硬盘 \n\t U盘一键备份硬盘的测试
configfile /grub/grub/onekey.lst
boot
title 启动 linux 系统 \n\t 进入 linux 系统启动菜单
configfile /linux/linux.lst
boot
title 启动指尖操作系统 \n\t 进入指尖操作系统
map --mem /boot/os.lzma (hd)
map --hook
map (hd-1) (hd0)
map --hook
root (hd0,0)
chainloader /ntldr
title GRUB4DOS 资源管理器 \n\t GRUB4DOS 资源管理器
command /grub/automenu
boot
title 搜索硬盘 GHO 文件 \n\t 搜索硬盘 GHOST 备份文件
command /boot/usearth.bat cmd="echo %1" filpre="" ext=.gho dirext=1 subdir=2 devs="--devices=h" return="configfile"
boot
title 免密码直接进入本机操作系统 \n\t 可以在忘记操作系统登录密码时进入操作系统
map --mem /boot/KONBOOT.GZ (fd0)
map (hd0) (hd-1)
map (hd-1) (hd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title 清除WINDOWS操作系统密码 \n\t 清除操作系统密码PASSWORD CHANGER 5.0 DOS 版
map --mem /boot/PASSWORD.IMG (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title 进入 GRUB4DOS 命令行 \n\t 使用上下方向键选中并高亮一条菜单,按回车键或[B]键开始引导。\n\t 按[E]键在引导前编辑命令,或[C]键进入命令行。
commandline
title 重启计算机 \n\t 重新启动计算机
reboot |
|