|
本帖最后由 Bourne1234 于 2014-7-25 21:29 编辑
小弟U盘一个UD区,一个可见区,可见区有一个8PE,如何启动这个8PE呢?在无忧潜水学习了很久,觅得两种方法,特来向菜鸟们分享,也用于自己Mark一下。大神路过勿喷,嘻嘻。
法1、参考天涯海角大大的帖子http://bbs.wuyou.net/forum.php?mod=viewthread&tid=149159
使用Bootice把U盘可见区PBR改为bootmgr,备份导出为文件“bootmgr.bin"
把bootmgr.bin 扔进 UD区(主分区或扩展分区都可以),
Fbinst菜单写法:
text " ---- F9 --> boot bootmgr----"
menu F9 syslinux "bootmgr.bin"
UD启动时选择F9即可启动可见区8PE
法2、
Fbinst菜单写:
text " ---- F9--> boot bootmgr----"
menu F9 buldr "grldb"
grldb(grldr改名)内置菜单写法:
find --set-root /bootmgr
chainloader /bootmgr
boot
成功启动,简单吧?
路过的大神,如果有更多的更好的方法,也请留下吧,谢谢。
|
|