|
将GRLDR.mbr或WEE写入MBR引导
如果用U盘启动过电脑,或是在某些未知操作的情况下
可能出现starting cmain()...提示后停止 不能引导, 只有重写MBR后又能引导,不知哪里有错,请各位帮忙指导一下.
WEE的内置菜单如下
default 0
timeout 1
title Cx boot menu
title ==========================
title Cxldr
find --set-root /cxldr
/cxldr
title Windows
find --set-root /bootmgr
/bootmgr
find --set-root /ntldr
/ntldr
title ==========================
CXLDR菜单如下
debug off
default 0
timeout 3
find --set-root --devices=h /image.img && parttype 0x12 && gfxmenu /message
configfile (md)4+8
title 启动Windows
map --mem /ntboot.img (fd0)
map --hook
configfile (fd0)/menu.lst
title 一键还原
find --set-root --devices=h /system.tbi && password =123456 || chainloader (hd0)+1
map --mem /image.img (fd0)
map --hook
configfile (fd0)/menu.lst
title WIN7PE
map --mem /win7pe.iso (0xFF)
map --hook
chainloader (0xFF)
boot
title 内存检测
kernel /memtest86+-4.20.bin.gz
会不会与GFXMENU有关?
[ 本帖最后由 xiaoy 于 2011-3-10 22:28 编辑 ] |
|