看到fbinst菜单产生了分开选择启动的grldr菜单的思路
如是者写了
default 1
timeout 5
menu F1 grldr "1grldr"
menu F2 grldr "grldr"
那是失败的
看到平常别人应该是做作启动grub,syslinux等不同菜单
是fbinst菜单不能启动不同grub还是我写错了?
这个启动多grub请问错在哪?
另外想把0pe的菜单放进我原来的
title windows 7 x86 sp1
find --set-root --ignore-floppies --ignore-cd /bootmgr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /bootmgr
chainloader /bootmgr
请问如何加接口
都直接进0pe作者: 3370123 时间: 2011-7-26 09:58
default 0
timeout 5
color red
text ""
text ""
text ""
color yellow/blue
text " F1. Boot From grub"
menu F1 grldr "grldr"
color red
text ""
text ""
color yellow/blue
text " F2. Boot From burg"
menu F2 grldr "buldr"
color red
text ""
text ""
color yellow/blue
text " F3 USB_ACC"
menu F3 grldr "grldr.bin"
color red
text ""
原帖由 3370123 于 2011-7-26 09:58 发表
default 0
timeout 5
color red
text ""
text ""
text ""
color yellow/blue
text " F1. Boot From grub"
menu F1 grldr "grldr"
color red
text ""
text ""
...