| Tweet |
Sometimes instead of blue screen of death (BSOD), we get errors of similar codes from boot manager. This errors are resultant of damaged files due to changes made by software. One of these error is “0xc000000f – The Boot Selection Failed Because A Required Device Is Inaccessible“. Following is the screenshot of this error:

In this article, we’ll tell you how to troubleshoot this error with the help setup disc. So, here we go…
1. Insert the setup disc under the DVD drive (Setup disc of any Windows OS can be used here). For example, let us consider that we’ve entered setup disc of Windows 7.

2. Due to this error, the system partition is still in working order, but aid to this recovery tools will suspect for installation on another partition. So it will show 0 MB however the actual size of that partition is 38 GB (consider for an example). Click the Next button after locating Windows 7 under System Recovery Options.

3. Now enter the following commands one by one:
diskpart
list volume
It will indicate the RAW volume, which is actually the NTFS partition and is responsible for the generation of boot error.

4. Now our main target is to convert this RAW volume into NTFS partition. To do so, type the following command:
chkdsk /r /f d:
That’s it. Once this command used, the main partition now generates the error “The first NTFS boot sector is unreadable or corrupt.” But the good thing is that it actually repairs the second partition.

In this way RAW volumes is converted into NTFS partition. Also the other errors involving indexes, master file table etc. are identified and repaired automatically. Reboot the machine, error should be disappear now.
This article was posted in "How To, Troubleshooting, Windows 7, Windows 8, Windows Vista, Windows XP'' section by Kapil Arya.
If you enjoyed this article, subscribe to our RSS feed or free newsletter to get all new articles directly in your Inbox. If you have a Windows, technology article to share, then feel free to send us.
mike
thanks bro.. awesome article and a great job on screenshots…. welldone!!
Leomate
I think you there is a mixing of drives. thinking of checking bios setting
odio
Great topic! one thing is sure that you r putting only working content anyway this error can be fixed easily with Easy BCD in case you dont have DVD:
http://bit.ly/EBeMa
Enjoy @
sahani d
@ odio too costly software mate! not enough money to waste on simple issue ;)
PASH
Never got such issue bt thnx for valuble info____
andre
wow truly admirable!
geekexplore
Don’t we start the PC in safe mode with this error???