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?
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
User contributions licensed under CC BY-SA 3.0