Windows 10 error 0xc00000e9 on boot

1

When I try to boot Windows 10 I get a black screen and an error 0xc00000e9.

Then Windows does not start or load.

It is very frustrating situation. How to fix this?

windows-10
asked on Super User Jul 16, 2018 by ankit3302 • edited Jul 16, 2018 by Mokubai

1 Answer

1

You can boot from an installation media into WINRE to run startup repair. And then run the following command to fix the boot files:

Bootrec /fixmbr

Bootrec /fixboot

Bootrec /scanos

Bootrec /rebuildbcd

sfc /scannow

Dism /Online /Cleanup-Image /RestoreHealth

answered on Super User Jul 18, 2018 by Waka

User contributions licensed under CC BY-SA 3.0