This post will show you how to troubleshoot and fix Error 0xc0000098, The Windows Boot Configuration Data does not contain valid OS Entry in Windows 11/10. I have installed Windows 11 in a triple boot with Windows 10 and Ubuntu a couple of weeks ago. Everything was working fine like a charm. But yesterday, when I booted up the laptop. I encountered this error and was therefore unable to boot.
What is 0xc0000098 Boot configuration data file doesn’t contain valid information?
The 0xc0000098 error indicates that the Boot Configuration Data (BCD) file lacks valid information, often occurring after OS cloning or upgrading to Windows 10. This issue typically arises from a missing BCD entry or an incompatible hard drive driver.
Windows Boot Configuration Data does not contain valid OS Entry
Then, I checked the installation parameters and found that everything was set correctly. I tried to troubleshoot it with the Repair Disk but with no success. Finally, I fixed it, and the way that worked for me is being shared below so that others can benefit from it.
How to fix 0xc0000098 Boot Error
Basically, you need to perform a chkdsk operation to sort out the issue in such cases. But when I tried this, it didn’t work at all, and I received the following message:
The type of the file system is NTFS. Cannot lock current drive.
Then I came to know about the integral workaround, which goes like this:
1. Boot into safe mode with an elevated command prompt.
2. Type DISKPART command. It will launch the Disk Partition utility.
3. Now, type the list volume command. It will list the volumes on the system. Carefully note the volume for Windows 11. The image shown below is just for the convenience of users in applying commands.
4. Moving on, type select volume ### where (### represents the drive number in which your Windows is installed. It’ll select the volume in which you are getting the error i.e. the drive for Windows 11.
5. Finally, apply the following command :
attributes volume clear readonly
Applying the above command will fix the basic writing problems with the associated drive.
6. Type exit to leave diskpart utility.
Thus the manual workaround is over. Now its time to check for disk errors, to do that type:
chkdsk /f /r
That’s it. Now, Windows will ask you to reboot, and upon reboot, it will resolve the issue and allow for a normal boot.
Note: The Command applied in step 5 will work only if your system drive is infected and you’re getting errors on it. On a normal system, on which you have not experienced such an error, applying the command of step 5 will yield a bunch of command lists, but will not make the default drive writable.
Related: Your PC needs to be repaired, Error code 0xc0000098
If you have also received this error, please share your problem. Different systems may need a different fix for the same issue due to configuration parameters. The way shared here just worked for me, and I hope it works for your too. If it doesn’t, you might want to check out if running Startup Repair helps you.
How to fix file :\boot.BCD error?
To fix the :\boot.BCD error, start by booting your system with your Windows installation media. Select “Repair your computer,” navigate to “Troubleshoot,” then “Advanced options,” and choose “Command Prompt.” Enter the command bootrec /rebuildbcd
and press Enter. Restart your PC to see if the issue is resolved.
Random read: Dual Monitor Tools for Windows.
Just asking: In what sequence u installed these OS? Last was Win7? as u r using Win7 Boot manager? Win8 has better Boot manager ? Why not Win8 in last?
^^ Here is the order : Windows 7 < Windows 8 < Ubuntu.
P.S. : When you have triple boot, Windows 8's graphical boot manager appears no longer. First I have an option to select Ubuntu or Windows 7. Then if I select Ubuntu, it will boot to Ubuntu. If I select Windows 7, it will open classic boot menu rather than graphical boot menu where I can select Windows 7 and 8.
This is due to some strange reason like Windows or Linux can't read partition of each other. Also Ubuntu uses GRUB boot manager, this is the basic root of all complications.
Sometimes it requires restart to open particular OS. But if you use tool like EasyBCD, you can sort out the things well.
Here is how you can fix Windows 8 NTFS File Error
http://www.ifixit.com/Wiki/Windows_8_NTFS_FILE_ERROR
This one work for me:
http://blog.ideaz.net/2013/12/how-to-fix-windows-8-start-up-error.html
I know this article is old, but I recently had a BCD issue on the latest version of Windows 10 and this article and some of the comments below led in me in the right direction to repair it. Ultimately, I too, had to use bcdboot but I used Visual BCD Editor. CLI, yuck!