[Fix] BCD Error 0xc0000098 During Boot

When you start your computer, BCD error 0xc0000098 may appear, and pressing F1 may boot the system into Windows. Here’s the entire error message:

Recovery

Your PC/Device needs to be repaired

The Boot Configuration Data file doesn't contain valid information for an operating System

File: \Boot\BCD

Error code: 0xc0000098

You'll need to use recovery tools. If you don't have any installation media (like a disc or USB device), contact your PC administrator or PC/Device manufacturer.

bcd error 0xc0000098

Symptom 2

If you attempt to reinstall Windows, the setup fails and records the following events into the setupact.log.

Warning [SetupHost.exe] winreGetWinReGuid open store failed: 0xc0000098
Info [SetupHost.exe] winreGetWinReGuid returning 0X3EE

Info MOUPG MoSetupPlatform: Opening BCD store...
Error MOUPG CDlpActionDiskSpaceReq::CalculateRequiredDiskSpaceInstallReq(2227): Result = 0x800703EE[gle=0x000000cb]

Symptom 3

When you run bcdedit to view the settings in the boot configuration database (BCD), the following error may occur:

The boot configuration data store could not be opened.

The volume for a file has been externally altered so that the opened file is no longer valid.

bcdedit cannot open BCD store - volume externally altered

Symptom 4

When you boot into Windows RE and run the bootrec /rebuild command to rebuild the BCD, the following error may appear:

Element not found.

rebuildbcd element not found error

Cause

The above issues occur if the EFI boot partition file system is corrupted. Running the WinRE command “bootrec /rebuildbcd” may be unable to overwrite the “BCD” file (Y:\EFI\Microsoft\Boot\BCD) in such cases.

Error code hex 0xc0000098 / decimal -1073741672 means the following:



STATUS_FILE_INVALID ntstatus.h
The volume for a file has been externally altered such that the opened file is no longer valid.

Formatting the EFI boot partition and running the bcdboot command-line regenerates the BCD (and copies the boot files) and resolves the errors.

Important: The fix below applies to UEFI-based systems. It doesn’t work on MBR disks. See How to Find if a Disk Uses MBR or GPT

Resolution

To fix the BCD error 0xc0000098 and other errors noted above, format the EFI boot partition and rebuild the BCD and boot files via Windows RE.

The article How to Rebuild the EFI Boot Partition, BCD, and Boot Files. contains detailed, step-by-step instructions on this subject.

After rebuilding the EFI boot partition, run the bcdedit command to check your settings.

bcdedit output from admin command prompt

The error code 0xc0000098 and the other errors should no longer occur.


One small request: If you liked this post, please share this?

One "tiny" share from you would seriously help a lot with the growth of this blog. Some great suggestions:
  • Pin it!
  • Share it to your favorite blog + Facebook, Reddit
  • Tweet it!
So thank you so much for your support. It won't take more than 10 seconds of your time. The share buttons are right below. :)

Ramesh Srinivasan is passionate about Microsoft technologies and he has been a consecutive ten-time recipient of the Microsoft Most Valuable Professional award in the Windows Shell/Desktop Experience category, from 2003 to 2012. He loves to troubleshoot and write about Windows. Ramesh founded Winhelponline.com in 2005.

Leave a Comment