积极答复者
Can't open the BCD template store.

问题
-
Hi,
I'd like to add a Win 8 VHD to Win 8.1 boot menu. The same VHD used to work for boot before. I used it in Hyper-V afterwards, and now want it back as a boot option.
However, I'm getting an error message when trying to add it to BCD:
C:\Windows\system32>bcdboot h:/windows
BFSVC Error: Could not open the BCD template store. Status = [c000000f]Any idea how to fix this...?
Jan
答案
-
Okay, finally got this working. In case anyone else encounters the issue, here's the solution. Go to Windows 8 repair console. Rebuild BCD with the following commands:
attrib c:\boot\bcd -h -r -s
del c:\boot\bcd
bootrec /rebuildbcdBoot Windows 8, and go to command prompt as admin. Enable hypervisor:
bcdedit /set hypervisorlaunchtype auto
Restart again. Done.
- 已标记为答案 kelvin_hsuModerator 2014年2月10日 8:12
全部回复
-
Hi,
This error means the boot loader corrupted.
Boot from the Windows 8 DVD, go to the advanced options and select command prompt.
Here run this command to repair corrupted/missing files:
bootrec.exe /fixmbr
If the issue persists,try running the command below:
BootRec.exe /FixBoot
Regards,
Kelvin hsu
TechNet Community Support- 已编辑 kelvin_hsuModerator 2014年1月18日 7:39
-
Okay, finally got this working. In case anyone else encounters the issue, here's the solution. Go to Windows 8 repair console. Rebuild BCD with the following commands:
attrib c:\boot\bcd -h -r -s
del c:\boot\bcd
bootrec /rebuildbcdBoot Windows 8, and go to command prompt as admin. Enable hypervisor:
bcdedit /set hypervisorlaunchtype auto
Restart again. Done.
- 已标记为答案 kelvin_hsuModerator 2014年2月10日 8:12