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 got it fixed and the way which worked for me is being shared below so that others can benefit from it.

Fix 0xc0000098 Boot Error

Basically, you need to performed a chkdsk operation to sort out the issue in such cases. But when I tried this, it doesn’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 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 10. The image shown below is just for convenience of users for 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 10.

  5. Finally apply the following command : Applying the above command will fix the basic writing problems with the drive associated.

  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: That’s it. Now the Windows will ask you to reboot and on reboot, it will fix the issue and make the way for 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 error, applying the command of step 5 will yield a bunch of command lists, but will not make the default drive writable. If you have also received this error, feel free to 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. Random read: Dual Monitor Tools for Windows 10.