FIX: Boot Configuration Data File is Missing

A blue screen with the message “The Boot Configuration Data file is missing some required information” usually shows up after restarting the computer, a failed Windows installation, or changes to the disk partitions. This means the Boot Configuration Data (BCD) file is missing or damaged.

boot configuration data file is missing

It often comes with error code 0xc0000034. The main cause is the \Boot\BCD file getting deleted or corrupted by mistake. Other possible reasons include failed updates, problems with dual-boot setups, or incorrect BIOS/UEFI settings.

Access Advanced Recovery Options Using Installation Media

Since your computer can’t boot up normally, you’ll need your operating system’s bootable DVD or USB drive to access recovery options. Here’s how:

  1. Insert your Windows installation DVD into your DVD drive, or use a USB installation media if you have one.
  2. Enter your computer’s BIOS and set it to boot from the installation media (DVD or USB).
  3. Restart your computer to load the Windows setup from your installation media.

1. Automatic Repair

  1. When the Windows setup screen appears, choose your language, time and currency format, and keyboard/input method. Then click Next.
  2. On the “Install Windows” screen, click Repair your computer, then choose Troubleshoot. Make sure not to select the Install Windows option.
  3. Click Advanced options, then select Automatic Repair or Startup Repair.
  4. Windows will scan for installed operating systems. Select the one you wish to repair.
  5. If Automatic Repair finds and corrects the problem, you’re all set. If not, continue with the next method below. Once finished, remove the installation media before restarting or your computer will load the setup again.

2. Command Line Repair

Boot your computer from the installation media as described above. When the Windows setup screen appears, select your language, time and currency format, and keyboard or input method, then click Next.

  1. On the “Install Windows” screen, click Repair your computer, then choose Troubleshoot. On the next screen, select Advanced Options, then Command Prompt. Enter your username and password if asked.windows-10-repair-1
  2. A Command Prompt window will open. Type the following command and press Enter:
    bootsect /nt60 all /force /mbr
  3. Once that command completes, type the next command and press Enter:
    bcdboot c:\Windows /s c: /l en-us

    2016-03-02_194511

  4. If your Windows installation is not on the C: drive, replace C: with the correct drive letter. For example, if Windows is on your D: drive, type bcdboot D:\Windows instead.

These commands will rebuild and repair your boot information. Now, restart your computer and remove the installation media. Your Windows should start normally without any boot issues.

ABOUT THE AUTHOR

Kevin Arrows


Kevin Arrows is a highly experienced and knowledgeable technology specialist with over a decade of industry experience. He holds a Microsoft Certified Technology Specialist (MCTS) certification and has a deep passion for staying up-to-date on the latest tech developments. Kevin has written extensively on a wide range of tech-related topics, showcasing his expertise and knowledge in areas such as software development, cybersecurity, and cloud computing. His contributions to the tech field have been widely recognized and respected by his peers, and he is highly regarded for his ability to explain complex technical concepts in a clear and concise manner.

Comments

4
    TI
    tina Oct 21, 2016

    When I put the second cms in bcdboot c:Windows /s c: /l en-us
    It says failure when attempting to copy boot files.

      KA
      K. Arrows Author Oct 26, 2016

      are you booting from usb or other installation media?

    SE
    Simon Elvins May 11, 2017

    this got me into safemode after trying pretty much all day with everything. I will now try to find out how to repair from inside windows, thanks so much!

    ST
    StoneSpider Aug 3, 2018

    Thanks. It worked for me

    I had dual boot OS (win 7&10) and had messed up my MBR boot configuration so my PC wouldn’t boot to OS selection, it would freeze at ”verifying DMI pool data’. I tried many recovery tools and spent a lot of time on the web trying to figure out a solution. Finally I came across this article and tried out Method 2, and my MBR issue was solved.

    However, I did get an error at c:Windows /s c: /l en-us (failure when attempting to copy boot files), I changed my drive path to f and it was successful.

    Thnx