I have a situation where I need to take the installation files of Windows 10 off the root of the flash drive and inside a new directory called windows10x64
.
Old Directory of BCD: /boot/BCD
New Directory of BCD: /Windows10x64/boot/BCD
Old Directory of Bootmgr: /bootmgr
New Directory of Bootmgr: /Windows10x64/bootmgr
Drive letter of USB: F:
When booting to the flash drive while the files were on the root is fine. When booting from the files after the files being moved I am met with an error:
File: \Boot\BCD
Status: 0xc000000f
Info: The Boot Configuration Data on you PC is missing or contains errors.
I tried using windows bcdboot to fix this but I am new to this program and had a hard time figuring it out on my own. So my question is this: How do I reconfigure my BCD so the paths are properly set to /Windows10x64
and not /
?
Any help is appreciated.. Thank you in advance! :)
User contributions licensed under CC BY-SA 3.0