Issue Booting Windows 10 After Installation

Andrew Yunt

Reputable
Mar 16, 2014
35
0
4,540
Hello,

I recently completely wiped my Windows 8 operating system off my computer, including all partitions and did a fresh install from a flash drive of Windows 10. I've been currently having issues booting, whenever I restart I get the error "0xc0000034" and I'm forced to shutdown my PC and enter the BIOS to boot as the installation media again so I can enter cmd prompt and enter the following sequence of commands:

Bootrec /fixmbr
Bootrec /fixboot
Bootrec /scanos
Bootrec /rebuildbcd

This allows me to shut down my computer and boot using the Windows Boot Manager from the BIOS once, which will bring me to my installation of Windows 10. When I next shutdown my computer, I encounter the error and blue screen again. How can I make this permanent, as this is clearly a not a long term solution to booting my computer? Thanks.
 
Solution
I managed to solve the issue using the following commands:

"ren BCD BCD.old"

and

"bcdboot c:\Windows /l en-us /s v: /f ALL"

Hope this helps anybody with the same issue.
I managed to solve the issue using the following commands:

"ren BCD BCD.old"

and

"bcdboot c:\Windows /l en-us /s v: /f ALL"

Hope this helps anybody with the same issue.
 
Solution