How to fix Boot BCD startup errors on Windows PCs

Martin Brinkmann
Feb 5, 2018
Updated • May 22, 2018
Windows
|
22

I was greeted by a Recovery error message the other day when I powered up a PC running Microsoft's Windows 10 operating system. The recovery screen stated that "Your PC/Device needs to be repaired. The Boot Configuration Data for your PC is missing or contains errors".

The PC shut down properly the day before and the whole thing was mysterious. The Recovery screen suggested to use recovery tools or contact a PC administrator or the PC/Device manufacturer for assistance.

Read on to find out how I repaired the PC and how you can do it as well.

Boot BCD startup errors

recovery pc needs to be repaired

Boot problems related to the BCD come in many different forms. Here is a short list of error messages that Windows may throw during boot:

  • Your PC/Device needs to be repaired. The Boot Configuration Data for your PC is missing or contains errors
  • There was a problem with a device connected to your PC. An unexpected I/O error has occurred.
  • Your PC needs to be repaired. The Boot Configuration Data file doesn't contain valid information for an operating system.
  • Windows failed to start. A recent hardware or software change might be the cause.

One common denominator is that the Recovery screen references the file \boot\bcd.

Cause of BCD related startup errors

The error can be a result of (among other reasons):

  • An unexpected shutdown.
  • Bluescreen or other errors that require a restart.
  • Data corruption.
  • Failing hard drives.
  • BCD file corruption or misconfiguration.
  • Malicious software.

What is BCD?

Boot Configuration Data (BCD) was introduced in Windows Vista by Microsoft. It replaced the boot.ini file in Vista. The BCD holds important boot-related information including the list of the available operating systems.

In short, it stores vital boot information required to start Windows. If the BCD is missing, corrupt or altered, Windows may not start properly anymore but display the Recovery screen at the top.

Fixing BCD issues if you cannot boot

All issues described above have in common that you cannot boot into Windows anymore. You cannot use tools like the Visual BCD Editor to correct the issue on the affected machine because of that as you cannot boot into Windows anymore.

Generally speaking, it is required that you boot into the advanced startup (Windows 10 or 8.1) or system recovery options (Windows 7) and run several commands from the command prompt there.

If you do have Windows installation media, you can use it to boot from and access the recovery options.

Windows 10 users can download media from Microsoft instead.

Step by Step guide

  1. Insert the installation media into the PC. Connect the USB Flash Drive to the computer or put the DVD into the DVD drive.
  2. Find out how to access the BIOS/UEFI of the machine. This should be displayed during boot. Common keys are F1, F12 or DEL.
  3. Change the boot order so that the computer boots from the USB or DVD drive before it boots from internal hard drives.
  4. Click next on the first screen of setup. That screen should highlight the installation language and keyboard.
  5. Select Repair your computer on the next screen.
  6. When the "choose an option" menu opens, select Troubleshoot.
  7. Select Advanced options.
  8. Select Command Prompt. This opens a command prompt interface.
  9. Run the following commands one after the other:
    1. bootrec /fixmbr -- This option writes a MBR to the system partition but does not overwrite the system partition in the process. It fixes MBR corruption and issues with non-standard MBR code.
    2. bootrec /fixboot -- This options writes a new boot sector to the system partition. Fixes damaged boot sectors, non-standard boot sectors, and issues caused by the installation of earlier Windows operating systems (pre-Vista). Ignore any error that may come up.
    3. bootrec /rebuildbcd -- This options scans all connected hard drives for Windows installations. If it finds additional installations, prompts you to add them to the BCD Store. Windows should pick up the installed operating system. Make sure you add it to the BCD store. Select (a) for all during the prompt, or add installations individually instead.
  10. Exit the command prompt window.
  11. Restart the PC to find out if the repair was successful.

Video walkthroughs

Resources

Related articles

Summary
How to fix Boot BCD startup errors on Windows PCs
Article Name
How to fix Boot BCD startup errors on Windows PCs
Description
I was greeted by a Recovery error message the other day when I powered up a PC running Microsoft's Windows 10 operating system. The recovery screen stated that "Your PC/Device needs to be repaired. The Boot Configuration Data for your PC is missing or contains errors".
Author
Publisher
Ghacks Technology News
Logo
Advertisement

Tutorials & Tips


Previous Post: «
Next Post: «

Comments

  1. Meir said on May 7, 2022 at 7:50 am
    Reply

    I got access denied after doing tge commands.. Is there any solution for this?

  2. Mr Israel said on April 3, 2022 at 10:14 am
    Reply

    Are there no shortkeys that will take you to recovery mode from booting?

  3. jh said on February 23, 2022 at 3:19 pm
    Reply

    I have used the (bootrec /fixmbr, bootrec /fixboot,bootrec /scanos, and bootrec /rebuildbcd) and it does work temporarily… BUT after about 30-60 mins my computer will restart and I have to re-do all the steps. Is there a way to fix this on my own?

  4. Anonymous said on February 23, 2022 at 2:08 pm
    Reply

    I have used the (bootrec /fixmbr, bootrec /fixboot,bootrec /scanos, and bootrec /rebuildbcd) and it does work temporarily… BUT after about 30-60 mins my computer will restart and I have to re-do all the steps. Is there a way to fix this on my own?

  5. Ige Jesufunbi said on April 19, 2021 at 2:25 pm
    Reply

    Thanks so much, it works, thanks so much

  6. Bappi Kearley said on April 8, 2020 at 9:48 am
    Reply

    I have today had this error come up and followed the instructions booted to recovery entered command prompt, typed in bootrec /fixmbr ( operation completed successfully) typed bootrec /fixboot and ACCESS denied.

    how do i proceed there are no remedies i can find around this.

  7. Varadharajan k said on April 6, 2020 at 7:24 am
    Reply

    Above method does not fixes when system uses UEFI mode. To fix this there is an another command

  8. Bob said on February 2, 2020 at 1:35 am
    Reply

    bootree referenced above, not a recognizable term @ cmd

  9. jess said on May 6, 2019 at 6:09 am
    Reply

    should I follow the step by step guide or the walk through video.
    the steps are different from my understanding.

    1. Martin Brinkmann said on May 6, 2019 at 6:43 am
      Reply

      Try the step by step guide first!

  10. Leza said on February 8, 2018 at 6:56 am
    Reply

    How do i unzip files on windows 7
    And iv no disk wot do i do

  11. Cigologic said on February 6, 2018 at 3:30 pm
    Reply

    The standard bootrec commands (bootrec /fixmbr, bootrec /fixboot, bootrec /rebuildbcd) can be quite effective in repairing the BCD store & allowing the PC to boot up again.

    However, I found that on Win 7, the BCD store repaired by the aforementioned commands is so barebones that the PC no longer has the ‘Advanced Boot Options’ menu with ‘Repair My Computer’ option, which was normally accessible by repeatedly pressing the F8 key after powering on the PC.

    The below site shows how to recreate the “full” BCD store from scratch using the bcdedit command:
    https://mrlithium.blogspot.com/2011/10/my-boot-configuration-data-bcd-store.html

  12. Sophie said on February 6, 2018 at 1:31 pm
    Reply

    @farmers – so many times I used to run (and did recently), and have System Restore fail on me. The scenario goes that it whirs away, and looks like its doing stuff, and then finally announces that it was not successful. Incredible how flaky I’ve found this over the years.

    Now I just use Macrium, and its never failed me. I have SR turned off, and also, SR on an SSD is not a good idea anyway.

  13. farmers said on February 6, 2018 at 2:41 am
    Reply

    When I encounter these errors, I sometimes find that some of the bootrec commands listed here fail when run from a usb boot drive. Apparently this is normal, too. But I’ve found boot problems like this have been becoming more complicated to fix with recent versions of Windows. Even the good old System Restore function (which I know is of no help in this particular scenario) is seemingly getting phased out in Windows 10, which has a habit of turning the feature off all by itself, particularly after new build updates. MS even know about the problem, and don’t appear to think it is an issue as they say Windows 10 now has ‘better’ ways of fixing problems.

  14. ForeverOverAndOverReInstallerGuy said on February 5, 2018 at 6:39 pm
    Reply

    Then again, considering the facts that Redmond releases a new OS twice a year and with most big updates in between all your tweaked settings are reset to default, is it worth the hassle of trying to repair this and that for hours on an OS which is still essentially Beta..? I have found that it’s much easier to have all my files on a separate drive (also on external drives of coz..) and if, no WHEN, windows 10 goes belly-up I just reinstall the whole thing. But that’s just me.

    1. lehnerus2000 said on February 6, 2018 at 1:56 am
      Reply

      I also use separate partitions for my OS, Documents, Music, Pictures & Videos.

      You should consider using Imaging Software.
      There are various Free Imaging programs available, like Macrium Reflect Free Edition (which I use).
      The Images are smaller than the original partitions but Music, Pictures & Videos don’t compress much.

      On my PC (apart from the SSD, my hardware is ~8 years old):
      – My Backup Image creation speed is ~5GB/minute.
      – It takes less than 10 minutes to create my OS Backup Image.
      – It takes ~15 minutes to restore my OS and all software.

      This is much faster than reinstalling Windows, resetting my preferences and reinstalling all of my software. :)

  15. exrelayman said on February 5, 2018 at 2:39 pm
    Reply

    A wee bit of info and advice for those like me who are NOT techies and come here because of that fact.

    Write down using pen and paper every daggone step you do when you mess with bios. Restore to a good image has no effect on bios, which is separate from windows. If what you do causes trouble, you will need that physical record to undo how you got in trouble.

    All bios are not the same. More than once I have tried to follow online bios instructions such as are in this post and found to my dismay that the part of bios I am advised to alter does not even exist in my bios. Sometimes you simply cannot make that bios change. I have tried more than once to alter the bios in my Dell windows 10 laptop and not been able to do so, or have even made the recommended change and it caused problems, when the meticulous record I kept saved my posterior.

    Dell tech says my windows 10 laptop has built into it that 3 unsuccessful boot attempts will get you the advanced recovery screen, which you normally need to access by restarting windows while holding down the shift key. I have to take this on trust since I can’t make 3 bad boot attempts happen so I can make a test. If in fact that does not happen I will have no other option but trundle over to Best Buy and pay for out of warranty service, so I sure hope it never does. But this circumstance makes it scary for me to alter bios, because how do I know I won’t kill the failsafe that is supposed to be there?

    The take away: be afraid, be very afraid of messing with bios in windows 10. Your good backups are worthless for bios screwups.

    1. DVDRambo said on February 5, 2018 at 4:55 pm
      Reply

      I recommend that you use a small local shop, with experienced techs that will help you beyond what Best Buy usually does. You never know what you’ll get at Best Buy.

  16. Sophie said on February 5, 2018 at 1:55 pm
    Reply

    In essence, Martin’s difficulties highlight what I’ve often found with Windows. Inexplicable things can (and will) happen, for what appears as no reason at all. Especially if you don’t update the O/S “at all”, like me, and rely instead on knowledge, intuition, and many other mitigating actions to threats.

    Windows will often….sooner or later, just do odd stuff.

    @ TeIV, yes…restoring an image (I use Macrium) will surely put that right.

    It does leave you wondering what the next day will bring sometimes! That’s why, just in my opinion, I like to remove ALL variables, and unseen/undocumented issues that Win-update will likely bring with it.

    The other day I was getting boot-loop and BSOD on a more minor PC to my main one. Just couldn’t explain what had changed from one day to the next. It ended up being a faulty memory upgrade that had worked fine since September last year….that suddenly malfunctioned. Took a little while to understand what it was, and thankfully, it was not Windows’s problem (this time!!!)

    1. Bloatware Kills PCs said on February 6, 2018 at 4:03 am
      Reply

      More problems seem to happen if you DO update windows than if you don’t! LOL I haven’t updated any of my Win 7 PCs since ~2014, I don’t run antivirus on them, I’ve disabled every service except the essential Windows services, I only run a firewall on them for security. I’ve had practically no issues with Windows after all the bloat was removed other than minor problems caused by third party software or hardware changes. Even switching from HD to SSD didn’t require an update. The only time I update is either for a specific issue, which you can Google the cause of usually or for a genuinely critical security patch (the majority of those can be reduced by not running a Microsoft browser, scripts in Office, or using Microsoft networking).

      1. Sophie said on February 6, 2018 at 11:33 am
        Reply

        Yes, I’m totally with you! I read my note again, and it looks as if I’m suggesting the opposite….when in fact, what you write is 100% as I see it.

        Basically turn off practically EVERYTHING, and rely on your own good sense and mitigations.

  17. TelV said on February 5, 2018 at 1:27 pm
    Reply

    Presumably restoring the OS using a System Image would also do the trick?

Leave a Reply

Check the box to consent to your data being stored in line with the guidelines set out in our privacy policy

We love comments and welcome thoughtful and civilized discussion. Rudeness and personal attacks will not be tolerated. Please stay on-topic.
Please note that your comment may not appear immediately after you post it.