1. Symptoms of the problem
When computer is powered up, an error message "Status: 0xc000000f
Info: An error occured while attempting to read the boot configuration data" appears:
2. Normal boot sequence
The rest of this article refers to Windows 7, but all information below applies to Windows Vista and Windows 8 as well.
Normally Windows 7 boots as shown below:
- BIOS loads 1st sector from HDD (Master Boot Record), verifies 55 AA signature and transfers control to Master Boot Record.
- Master Boot Record scans partition table for active partition, then it loads 1st sector from active partition, verifies 55 AA signature, and transfers control to Boot Sector.
- Boot Sector loads 15 additional sectors from the beginning of disk (Volume Boot Record) and transfers control to first additional sector of VBR.
- Volume Boot Record loads BOOTMGR file from root directory of boot partition into the memory and transfers control to it.
- BOOTMGR loads Boot\BCD registry hive and displays boot menu. BOOTMGR is able to run memory test and set safe mode boot flag per explicit user request. But normally, it loads winload.exe when computer boots normally (cold startup) or winresume.exe (when computer resumes from hibernation).
- Winload.exe opens SYSTEM registry hive, gets list of drivers, loads NTOSKRNL.exe, loads drivers (*.SYS files) and transfers control to NTOSKRNL.exe.
- Winresume.exe loads memory dump from hiberfil.sys and transfers control to it.
3. Defect in the boot sequence which leads to 'status 0xC000000F' boot error
Defect in the boot sequence which is a reason for 'status 0xC000000F' error is shown below:
- BIOS loads 1st sector from HDD (Master Boot Record), verifies 55 AA signature and transfers control to Master Boot Record.
- Master Boot Record scans partition table for active partition. There is one active partition, so Master Boot Record loads 1st sector from active partition (Boot Sector), and transfers control to it.
- Boot Sector loads 15 additional sectors from the beginning of disk (Volume Boot Record) and transfers control to first additional sector of VBR.
- Volume Boot Record loads BOOTMGR file from root directory of boot partition into the memory and transfers control to it.
- BOOTMGR tries to load Boot\BCD registry hive, but BCD is corrupt or misconfigured.
- The rest of usual boot events does not happen.
4. How to fix status 0xC000000F
2) Boot EBCD:
3) Run File Manager from the main menu:
4) Press Alt+F1 and choose your boot partition from the menu. In Windows 7 and Windows 8 boot partition has size about 100MB in size and "System Reserved" volume label. In Windows Vista separate boot partition does not exist, computer boots from system disk where Windows OS files are installed (use UP and DOWN arrow keys and ENTER to navigate the menu):
5) Press TAB to switch input focus to the left panel, and go to Boot folder (using arrow keys UP and DOWN and ENTER to enter the folder):
6) List of files should appear on the left panel. BCD file should be in the list, BCD.LOG, BCD.LOG1 and BCD.LOG2 may also appear in the list. Navigate to that files using arrow keys, then select them INSERT key:
7) After selection:
8) Press F6. File rename dialog will pop up:
9) Type BCD_OLD.* on keyboard and press ENTER:
10) Make sure BCD files were renamed successfully to BCD_OLD files, then press F10 and ENTER to exit EBCD File Manager:
11) Choose Mount & Boot Center in the main menu:
12) Wait:
13) Enable checkbox (checkboxes) on the intersection of the bootloader and operating system (operating systems) it should load:
14) Mount & Boot Center should look like below. Press OK to commit changes (BCD registry hive and corresponding log will be created from scratch at this point):
15) "Status 0xC000000F" boot problem should be fixed now. Choose 'Reboot' in the EBCD main menu:
Please note: Because BCD (Boot Configuration Data) was recreated from scratch, you may need to adjust boot timeout, menu order etc from within Windows when it boots successfully.