Fixing insert boot media windows 10 Errors: Step-by-Step Guide

Windows 10 operating system (OS) has a number of boot errors, such as Insert boot media in selected boot device failed, Insert boot media fails, Insert boot media is missing, Insert boot media not found, Insert boot media not found press any key to continue, and more.

  • Insert boot media errors are related to the BIOS, and in this article, we will show you how to fix it.
  • Updating the BIOS will fix the insert boot media error in Windows 10, as will starting your computer in Safe Mode.
  • Also, you can try to clear the CMOS, but that can be risky, so proceed with caution.

Run the troubleshooter

  1. Press the Windows key + I to launch the Settings app.
  2. Click the Update & security option.
  3. Now, click the Troubleshoot option.
  4. Select Other troubleshooters.
    Select Other troubleshooters.
  5. Finally, click the Run the troubleshooter button under Insert Boot Media.

Run the Disk Cleanup tool

  1. Launch Disk Cleanup by right-clicking the Start button and selecting Disk Cleanup.
  2. Select the checkbox for Windows and System files, and then click OK.
    Select the checkbox for Windows and System files, and then click OK.

Repair the BCD store

  1. Windows 10 recognizes the boot device list (BCD) file as an important system file, so it’s not recommended to modify it.
  2. However, if you’ve noticed the error occur after you’ve installed a new OS, the boot files might be damaged and corrupted (or missing).
    However, if you've noticed the error occur after you've installed a new OS, the boot files might be damaged and corrupted (or missing).
  3. To repair the BCD file and restore the boot files, you’ll need to follow the steps below.
  4. First, right-click on Start.
  5. Select Command prompt (Admin).
  6. Enter the following command and press Enter: bcdedit.exe /copynul
    Enter the following command and press Enter: bcdedit.exe /copynul
  7. This will copy the Windows Boot Manager (Boot Mgr) on the Desktop.
  8. Delete the Boot Mgr file by right-clicking on it and selecting Delete.
  9. Now, right-click on the Desktop and select New then Folder.
  10. Enter the name of the folder as BCD (without the quotes).
  11. Enter the following command and press Enter: bcdedit.exe /export BCD > bcd.bak
  12. Enter the following command and press Enter: bcdedit.exe /import bcd.bak > bcd
    Enter the following command and press Enter: bcdedit.exe /import bcd.bak > bcd

Create a new BCD store

  1. Launch Command prompt as administrator.
  2. Enter the following command and hit Enter: bcdedit /createstore C: bcdedit /store:C: /loadoptions noexecute
  3. If prompted, enter root’s password.
  4. Copy the bootrec /rebuildbcd command and paste it in the Command prompt.
  5. Reboot the computer.
    Reboot the computer.
Scroll to Top