Home >Computer Tutorials >Troubleshooting >How to fix Boot device not found error in Windows?

How to fix Boot device not found error in Windows?

Patricia Arquette
Patricia ArquetteOriginal
2024-11-26 06:00:09229browse

The “Boot Device Not Found” error is a frequent problem preventing Windows from booting normally. This error mainly appears when the system is unable to detect the drive on which the operating system is installed. This problem may be brought about by several causes that might include issues with the hard drive connection, corrupt partitions, damaged drives, wrong settings in BIOS, or a malfunctioning MBR.

One very common cause is a BIOS that is set incorrectly, and the system is attempting to boot off of the wrong device. Other common causes include a physical hard drive problem, such as a loose connection, or a drive that is failing. The error also can occur if the boot sequence in the system is set so the operating system is not trying to boot from the appropriate device.

A hard reset has been performed by some users to fix the “Boot Device Not Found” error, which means disconnecting the power source, draining the residual charge, and reconnecting everything to reset hardware connections. In other cases, MBR repair or BIOS settings reset to default has been effective.

In case these steps do not work, one might need to check for hard drive damage or corruption. Running tools like CHKDSK will help identify bad sectors and fix corrupted files. In the event none of these methods works, operating system reinstall or repair using bootable media may be performed. Most data loss could occur in this process. It is, therefore, advised to backup files if possible before working on this.

This problem could be with the hardware if it persists even after troubleshooting, like a failing hard drive, which may require professional help or the use of data recovery utilities.

You can take further assistance from FortectMac Washing Machine X9 repair in order to sort out and possibly fix this error.

How to fix Boot device not found error in Windows?

Fix 1. Perform a hard reset

Sometimes, a simple reset can resolve the issue, as it helps reset the connection between the hardware and the BIOS. This process can clear minor configuration issues or faulty power connections, potentially resolving the “Boot Device Not Found” error.

  • Turn off your PC and disconnect the AC adapter.
  • Remove all peripheral devices connected to the system.
  • Press and hold the power button for 15 seconds to drain any residual power.
  • Press the power button again to restart the system.
  • Once the startup menu appears, use the arrow keys to select Start Windows normally and press Enter.

Fix 2. Check hard drive connections

Loose or damaged connections are a common reason for the error, especially if you recently moved or upgraded your system hardware. Reconnecting the hard drive might resolve the issue if the connection was the problem.

  • Turn off your PC and unplug the power cable.
  • Open the case (if applicable) and check if the hard drive/solid state drive is securely connected.
  • Reconnect the hard drive cables, ensuring both data and power connections are firmly in place.
  • Restart the PC to check if the issue is resolved.

Fix 3. Reset BIOS to default settings

A misconfigured BIOS can cause the error, especially if the boot order is incorrect. Restoring the BIOS settings to default often resolves the issue.

  • Restart your PC and press the BIOS access key (usually F2, F10, Del, or another button) to enter BIOS setup.
  • Go to one of the sections that would have an option to reset BIOS (varies depending on your motherboard).
  • Select Load optimized defaults or similar.
  • Press F10 to save changes and exit.
  • Restart the PC and check if it boots normally.

How to fix Boot device not found error in Windows?

Fix 4. Run CHKDSK to repair the hard drive

Corrupted sectors or damaged files on the hard drive can lead to the “Boot Device Not Found” error. Running CHKDSK to scan and repair the disk can help resolve this issue.

  • Boot your PC from a Windows installation media (USB/DVD).
  • Choose Repair your computer, then navigate to Troubleshoot > Advanced options > Command Prompt.
  • In the Command Prompt window, type:
    chkdsk /f /r C:
  • Replace “C:” with your hard drive's letter if necessary.
  • Press Enter and wait for the process to complete.

How to fix Boot device not found error in Windows?

Fix 5. Rebuild the MBR

If the MBR is damaged, it can prevent your system from booting correctly. Rebuilding the MBR can help restore the boot process.

  • Boot from a Windows installation media (USB/DVD).
  • Go to Repair your computer and select Troubleshoot > Advanced options > Command Prompt.
  • In Command Prompt, type the following commands and press Enter after each:
    bootrec /fixmbr
    bootrec /fixboot
    bootrec /rebuildbcd
  • Restart the computer to check if the error is resolved.

Fix 6. Reset the PC

If none of the previous fixes work, you may need to reset your PC. This can be done through a bootable Windows installation media, but note that it may result in data loss.

  • Click on Start and pick Settings.
  • Go to Windows Update/Update & Security.
  • Select Advanced options.
  • Under Additional options, select Recovery.
  • Under Recovery options, click Reset PC.
  • Select the option to Keep your files and then press Cloud download.
  • Follow on-screen instructions to finish the process.

How to fix Boot device not found error in Windows?

Fix 7. Use Media Creation Tool to repair-install Windows

If the previous method did not help or you have no option to reset the PC, you can try reinstalling Windows without losing your files.

  • Visit the official Microsoft website and download Windows 10 installation media (Windows 11 version).
  • Double-click the installer (MediaCreationTool_WinXX_XX.exe), select Yes when UAC shows up, and agree to the terms.
  • Launch the installer.
  • Click Yes when UAC shows up.
  • Agree to the terms and click Next.
  • Select the correct Language and Edition of Windows, or you can simply press Use the recommended options for this PC and press Next.
  • Choose the ISO file and click Next.
  • Select the location – choose one easy to find, for example, the Downloads folder.
  • Wait till all the necessary files are downloaded and Windows Installation Media is created.
  • When done, click Finish.

Next, you need to mount the ISO and proceed with the following instructions:

  • Go to the location where you previously saved the ISO.
  • Right-click on Windows.ISO and select Mount.
  • Run the setup.exe file.
  • Select Change how setup downloads updates.
  • Pick Not right now and click Next.
  • Accept License terms again.
  • Click Change what to keep.
  • Here, you have several options: Keep your files and apps, Keep files only, or Keep nothing – choose what suits you the best. Click Next.
  • Finally, click Install to begin the installation process.

How to fix Boot device not found error in Windows?

The above is the detailed content of How to fix Boot device not found error in Windows?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn