Membru cu cele mai relevante răspunsuri
Can't open the BCD template store.

Întrebare
-
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
Răspunsuri
-
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.
- Marcat ca răspuns de kelvin_hsuModerator luni, 10 februarie 2014 08:12
Toate mesajele
-
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- Editat de kelvin_hsuModerator sâmbătă, 18 ianuarie 2014 07: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.
- Marcat ca răspuns de kelvin_hsuModerator luni, 10 februarie 2014 08:12
-
-
-
-
-
-