Share via


Rebuild BCD -- bootrec /rebuildbcd is not working -- C:\boot path not found

Question

Monday, October 2, 2017 2:57 AM | 3 votes

I have been trying to rebuild the BCD on my laptop. I was able to run /fixmbr and /fixboot and then when i run /rebuildmbr it finds no windows systems.

Naturally before reposting another article about rebuilding the BCD I googled it. I found that Lifewire had the next steps that I was looking for. In their article about rebuilding the BCD. The article can be found by googling "how to rebuild the BCD lifewire" . However, when I get to the sixth step (adjusting the attributes to c:\boot\bcd) I get an error that says "Path not found - C:\boot."

Does anyone have any idea what I need to do to get past this? I figure that the boot directory would need to be created, but I am not familiar enough with Windows cmd to continue trying on my own.

All replies (21)

Tuesday, October 3, 2017 3:16 AM ✅Answered | 13 votes

Hi,

Please boot with your original Windows 10 installation media, select the repair mode during the  “install now “ screen. And choose the “Startup repair” option in the Windows Repair Environment.

Type diskpart

Type select disk 0

Type list partition

Then note the partition number where you installed Windows 10.

Type select partition X  (X is the partition number where Windows is installed)

type active

type exit

type bcdboot C:\windows (if C is your windows partition)

Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact [email protected].


Wednesday, January 24, 2018 7:25 PM

Worked for me! Thanks you!!


Sunday, January 28, 2018 3:02 PM

For me, it doesn’t say which partition has Windows 10. It just says Partition ### Type Size Offset Partition 1 System 360MB 1024KB Partition 2 Reserved 128MB 361MB Partition 3 Primary 912GB 489MB Partition 4 Recovery 830MB 912GB Partition 5 Recovery 17GB 913GB Which contains windows 10? Not only that but I tried selecting each one and testing it, but when I type active it says that: The selected disk is not on a fixed mbr disk. The ACTIVE command can only be used on fixed mbr disks.


Monday, January 29, 2018 7:00 AM | 1 vote

Check if setting your BIOS to UEFI helps


Thursday, April 5, 2018 4:31 AM

IMPRESSIVE!!! :shock:

You save me man! Thanks a lot!


Friday, April 6, 2018 3:08 AM

Thanks mate...you save my day. 


Friday, August 10, 2018 3:35 PM

Just a side note in case anyone is reading this thread.

Bootrec does not work with any Window 10 version after 14093.


Saturday, August 11, 2018 12:58 PM | 2 votes

takes a deep breath My System: Windows 10 Home Version 1703 OS build 15063.966 Trying to update to version 1803 (KB4340917) The updates continually failed. I literally had the windows 10 upgrade assistant annoying me every time I used my PC. It would automatically try to update and fail during the restart every time. Eventually I went to fix it... the following was the nightmare to the resolution. Put the computer into safe mode and tried removing recent windows updates. Restart and PC won’t boot. Use WIndows Recovery Environment (WRE) from a genuine DVD. Try the startup repair, fails. I forget the error. Also just to add, trying a refresh or reset throws a device is locked message from the WRE. Try command prompt. Run: bootrec /fixmbr - works bootrec /fixboot - works bootrec /rebuildbcd - fails Error is “The requested system device cannot be found” When searching this error forums/others say this is because of USB WRE. Not my issue. Try using Diskpart to set active partition, try to move boot files.. always fails. Try to from System file checker (sfc) running "sfc /scannow" Error :There is a system repair pending which requires a reboot to complete. A reboot does not resolve this. Tried dism.exe /image:C:\ /cleanup-image /revertpendingactions I forget the error but something along the lines of disk not available. However when trying to write new directories to the disk in command prompt, I am able to do so. As well as confirm through Diskpart that the drive isn’t read only. I’ve left out a ton of other troubleshooting and commands as I’m writing this after the incident and can’t remember all the commands and errors I recieved, I wish I could to help others more. Eventually the solution was to remove the drive from my PC, connect it to a friends PC and execute the commands.


Saturday, November 17, 2018 11:13 PM

Thank you


Saturday, January 19, 2019 6:55 PM

Your solution worked for me. 

Windows 10 and Kingston SSD 240GB


Sunday, February 3, 2019 4:46 AM

Thank you so much for save my day!


Monday, March 11, 2019 9:22 AM

In case you remember some time, could you please update? I got the exact same problems...


Friday, March 15, 2019 9:54 AM | 1 vote

Rebuildbcd for older systems, works only when system repair is performed with a Windows DVD and not a USB flash


Friday, March 22, 2019 10:50 PM

Hi, I get the message "the selected disk is not a fixed mbr disk" what do I do?


Saturday, March 23, 2019 8:58 AM

Hi, I get the message "the selected disk is not a fixed mbr disk" what do I do?

Hi, start a new thread please. ^^


Saturday, June 1, 2019 10:33 PM

SIDE NOTE!!!   The most important thing in the world if it's true!  Nobody seems to have said anything about it so I don't know. But I have a bad bcd won't startup error and it is not working for me.  I'm using cmd prompt within Kyhi rescue usb.  I find it reports there is no bcd file in c:\boot and when I do a 'dir'  I don't see one  Yet bootrec /rebuildbcd doesn't make one.

So I think this is right.  And numerous pages on the web take us through fixing this problem in this way...

So I think this fact needs publishing in a sticky in large bold font right up at the top of the thread.  :)


Friday, July 12, 2019 4:05 AM | 2 votes

Work on me too

If encountered MBR issue after "Type active", just type exit, press Enter, then proceed "type bcdboot C:Windows


Friday, July 12, 2019 6:58 AM | 3 votes

For  me, just type exit after MBR issue, then type bcdboot C:\windows, press enter.

And restart, it works.


Thursday, August 1, 2019 10:58 AM

I confirm. I had same error with Win8. I started wih USB with Win10, bcdboot c:\windows, restart and it works...


Wednesday, August 7, 2019 3:00 PM

Worked like a charm. Thanks


Saturday, February 29, 2020 10:42 PM

Setup:
Primary HDD with MBR and broken dual boot with Win2012 and GRUB.Secondary HDD with GPT and working UEFI Win10.

1. Created a bootable USB with Windows RE and GPT partition scheme.
Recovery steps above added the Windows to the UEFI boot manager. But GRUB was left untouched and c:\Boot folder was not created on the primary HDD with Win2012.

2. Created a bootable USB with Windows RE and MBR partition scheme.
Repeated recovery steps and c:\boot folder got created on the primary drive with Win2012. This allowed to remove the GRUB from primary HDD and put windows boot loader.

It's a peculiar property of Windows Installation drive to behave differently based on where it was loaded from so you have to keep it in mind.

With sincere, Puterdo.