Fix Windows Boot Error 0xc000000e a required device isn’t connected

I had installed Windows 10 on a second SSD to do some crypto mining. Then I moved that drive out to a dedicated mining case. But now when I’ve gone back to try boot from my old device I keep getting a BSOD Blue Screen of Death error on startup. The error is 0xc000000e “A required device isn’t connected”. However, my boot drive is connected, it is set as the boot drive and it has Windows 10 installed correctly. If I press F9 and “Select another OS” I can boot off the drive fine.

I found the following fix to rewrite the boot record and get rid of the other drive that is no longer in the system and now my PC boots from the original drive fine with no BSOD.

  1. Get a Windows 10 installer on a USB stick or make a Windows 10 recovery USB stick
  2. Boot from the USB
    repair-windows-bsod-boot-drive-0xc000000e-error-startup-1
  3. Click next on the installer window
    repair-windows-bsod-boot-drive-0xc000000e-error-startup-2
  4. You should now see a “Repair your computer” option in the bottom left
    repair-windows-bsod-boot-drive-0xc000000e-error-startup-3
  5. Click Troubleshoot
    repair-windows-bsod-boot-drive-0xc000000e-error-startup-5
  6. Click Advanced Options
    repair-windows-bsod-boot-drive-0xc000000e-error-startup-4
  7. Click on Command Prompt
  8. Your boot drive should be C:\ but if you want to be sure you can check with the following (press enter after each)
    1. Diskpart
    2. List vol
    3. This will show a list of disks with drive letters and names. Confirm your boot drive is C if not substitute C in these steps for whatever your boot drive letter is
    4. type exit and then press enter to get out of diskpart and back to the command line
  9. Now follow these steps to rebuild your boot record – press enter after each one
  10. bootrec /fixmbr
  11. bootrec /fixboot
    1. Sometimes you get access denied for this one. You can ignore it.
  12. bcdedit /export c:\bcdbackup
  13. attrib c:\boot\bcd -h -r -s
  14. ren c:\boot\bcd bcd.old
  15. bootrec /rebuildbcd
    1. you should get a success message
  16. exit
    1. you can now reboot the PC and it should work fine

 

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.