How to fix 0xc00000e error during Windows 10 boot?

The error 0xc00000e has a chance of occurrence during the boot of the Windows 10 operating system. Its cause is a corrupted MBR and a boot configuration file (BCD), so your Windows system can not be loaded correctly. To fix this situation, you need to restore the specified system elements, after which the error 0xc00000e will be resolved.

Let’s fix error code 0xc00000e on Windows 10

0xc00000e

You can restore the possibility of your system to boot using the Command line. Unfortunately, you can not access this tool for you in the usual ways, because the operating system can not be loaded. You will need to boot through the installation media with Windows 10, and then open the Command line through the Windows Recovery Environment.

Boot through the Windows installation media and proceed as follows: System recovery → Troubleshooting → Advanced settings → Command line. Opening the console in front of you, enter the following series of commands into it:

  • Bootrec /fixmbr
  • Bootrec /fixboot
  • Bcdedit /export c:\bcdbackup
  • attrib c:\boot\bcd -h -r -s
  • ren c:\boot\bcd bcd.old
  • bootrec /rebuildbcd

When the commands are finished, press Y and Enter. Then enter the exit command and press Enter to close the Command line. Restart your computer and try to download Windows 10. Now error 0xc00000e should be resolved.

Subscribe
Notify of
guest
1 Comment
Inline Feedbacks
View all comments