- Details
- Geschrieben von Super User
- Kategorie: Windows 10
- Zugriffe: 667
Error:
File: \EFI\Microsoft\Boot\BCD
Status: 0xc000000f
Info: The Boot Configuration Data for your PC is missing or contains errors.
Solution:
Meistens klappt das, aber nicht immer (siehe nach =):
- Bootrec /fixMBR = Successful
- Bootrec /fixBoot = Access is denied
- Bootrec /RebuildBcd = Total identified Windows installations 0
Solution:
Windows 10 Installation Media:
- Insert the Media (DVD/USB) in your PC and restart.
- Boot from the media.
- Select Repair Your Computer.
Select Troubleshoot.
- Choose Command Prompt from the menu:
Type in the command:
Diskpart
List disk (Datenträger finden, welcher erste Disk ist)
Sel disk 0
List vol (Volume merken, welche BOOT/EFI beinhaltet (bei mir 2))
Sel vol 2
assign letter=V:
Exit
Terminal-Kommando:
V:
Nach dem Zuweisen eines Buchstaben nun die Partition komplett neu Formatieren:
format V: /FS:FAT32
Nach dem Formatieren das EFI neu Aufbauen:
bcdboot C:\windows /s V: /f UEFI (This replaces the above crossed out lines and works in Win 10 1709)