无忧启动论坛
标题:
grub2引导bootmgr问题。
[打印本页]
作者:
树边人
时间:
2014-3-16 21:36
标题:
grub2引导bootmgr问题。
发现引导不了 bcd 文件。
可以进入bootmgr。然后在加载bcd这个程序出错。 求解答。
if [ "${grub_platform}" == "pc" ]; then
menuentry "Microsoft Windows Vista/7/8 BIOS-MBR" {
insmod part_msdos
insmod ntfs
insmod search_fs_uuid
insmod ntldr
search --fs-uuid --set=root --hint-bios=hd2,msdos1 --hint-efi=hd2,msdos1 --hint-baremetal=ahci2,msdos1 6E20-29E9
ntldr /bootmgr 6E20-29E9
boot
}
fi
作者:
炼狱火海
时间:
2014-3-17 10:34
本人是文盲,以上内容文字均不认识,也看不懂是什么意思.
欢迎光临 无忧启动论坛 (http://bbs.wuyou.net/)
Powered by Discuz! X3.3