Fixing Windows Bootloader, Restoring Windows on Startup, How to?

Restoring Windows Startup: A Detailed Manual for Recent Windows Editions

Fixing Windows Bootloader, Restoring Windows on Startup, How to?

The Windows startup mechanism plays a vital role in booting your computer, launching the operating system when you power on. Should this process become damaged or improperly set up, your machine might fail to start, showing messages like "Boot manager not found" or "No startup device detected."

This guide walks you through fixing the Windows startup process, focusing on Windows 10 and 11, the most recent versions as of this writing.


Procedure for Restoring Windows Startup:

1. Getting Ready

Before beginning the repair, gather these items:

  • A startup-capable USB stick containing Windows setup files for your version (Windows 10 or 11).
  • The ability to enter BIOS/UEFI settings to adjust startup sequence, if needed.

Create a startup-capable USB using the Windows Setup Creation Tool for Windows 10 or 11.

2. Start from Setup Files

  1. Put the startup-capable USB stick into your computer.
  2. Restart your machine and access BIOS/UEFI by pressing the prompted key at startup (often F2, F10, Delete, or Esc).
  3. Adjust the startup sequence to prioritize the USB drive.
  4. Save your changes and restart. Your computer should now start from the setup files.

3. Open the Command Line

After starting from the setup files, follow these steps:

  1. Pick your language settings and click "Next."
  2. On the following screen, select Fix your computer (found at the bottom left).
  3. Go to Troubleshoot > Advanced Options > Command Prompt.

You now have access to the Command Prompt, which we'll use to fix the startup process.

4. Rebuild the Startup Settings

The first step in fixing the startup process involves rebuilding the startup settings. This includes looking for operating systems and rewriting the startup data.

In the Command Prompt, run these commands one at a time:

  1. Type bootrec /scanos and press Enter. This command looks for installed Windows systems not currently listed in the startup settings. Note any systems found.
  2. Type bootrec /fixmbr and press Enter. This command fixes the Master Boot Record (MBR) without changing the existing partition table.
  3. Type bootrec /fixboot and press Enter. This repairs the boot sector, creating a new boot sector for the partition.
  4. Type bootrec /rebuildbcd and press Enter. This searches for Windows installations again and adds them to the startup settings.

If the system finds a Windows installation that's not part of the startup settings, it will ask if you want to add it. Type Y (Yes) to include the installation in the startup settings.

5. Use bcdboot to Recreate Startup Files

Sometimes, the startup files themselves might be missing or damaged. The bcdboot command can recreate them:

  1. Find your system drive by typing diskpart and pressing Enter.
  2. Type list volume and press Enter to see your system drive (usually C: or D:).
  3. Exit diskpart by typing exit.

Once you've found the correct drive letter (replace C: below if needed), use this command to copy the startup files:

bcdboot C:\\\\Windows /s C:

This command copies the startup files from the Windows folder to the system partition.

6. Check and Fix Drive Issues

Drive errors can cause startup problems, so running a drive check is often helpful:

  1. In the Command Prompt, type chkdsk /f /r C: and press Enter. (Replace C: with the correct drive letter if needed.)
  2. The system will look for errors and try to fix any it finds.

7. Restart and Check

After completing these steps, restart your computer. Remove the USB drive and see if the system starts successfully into Windows.

8. Extra Steps for UEFI-Based Systems

If your system uses UEFI instead of BIOS, you might need additional steps to fix the startup process. UEFI systems store the startup data in an EFI partition, which can sometimes become damaged.

  1. In the Command Prompt, type diskpart and press Enter.
  2. Type list disk and press Enter to see the available disks.
  3. Choose the disk with your EFI partition by typing select disk X (replace X with the disk number).
  4. List the partitions with list partition and find the EFI partition.
  5. Choose the EFI partition by typing select partition Y (replace Y with the partition number).
  6. Give a letter to the EFI partition with assign letter=Z (replace Z with any available letter).

After assigning a letter, format the EFI partition and recreate the startup data:

format Z: /FS:FAT32
bcdboot C:\\\\Windows /s Z: /f UEFI

Lastly, restart the computer and check if the startup issue is resolved.


Final Thoughts

Fixing the Windows startup process is crucial when your system can't boot due to damaged startup files or incorrectly configured startup settings. The steps outlined above offer a thorough approach for repairing the startup process, whether your system uses BIOS or UEFI, and applies to Windows 10 and 11.

By following these methods, you can rebuild the startup process and get your system working again, minimizing downtime and data loss.








Read more




Open-source Apps

9,500+

Medical Apps

500+

Lists

450+

Dev. Resources

900+

/