How to create a boot manager/bootloader on Win11

dylan 80 Reputation points
2024-05-30T16:45:11.72+00:00

Hello folks,

I have a dual boot Windows PC with Win 7 and Win 11 installed on separate hard drives. The Win7 HDD, which had the boot manager, has crashed and can't be fixed. Is it possible to create a boot manager/bootloader on the Win 11 SSD without having to reinstall the OS?

If so, can someone provide steps on how to do it?

Thanks in advance!

Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
4,996 questions
Microsoft System Center
Microsoft System Center
A suite of Microsoft systems management products that offer solutions for managing datacenter resources, private clouds, and client devices.
893 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,772 questions
0 comments No comments
{count} votes

Accepted answer
  1. Hania Lian 10,446 Reputation points Microsoft Vendor
    2024-05-31T01:11:15.8666667+00:00

    Hello,

    Yes, it is possible to create a boot manager on your Windows 11 SSD without having to reinstall the operating system. Here are the steps you can follow:

    Create a Windows 11 Bootable USB Drive: You’ll need a USB drive with at least 8GB of storage to create a bootable media using the Windows Media Creation Tool.

    Change the Boot Order in BIOS: Restart your PC and enter the BIOS setup. Change the boot order to boot from the USB drive first.

    Repair the Boot Manager: Boot from the USB drive and use the Windows 11 installation environment to repair the boot manager. This can usually be done through the “Repair your computer” option in the installation media.

    Use Command Prompt for Advanced Repairs: If the automatic repair doesn’t work, you can use the Command Prompt from the Windows 11 installation media to manually rebuild the Boot Configuration Data (BCD) store.

    Here are the commands you would typically use in the Command Prompt:

    bootrec /fixmbr

    bootrec /fixboot

    bootrec /scanos

    bootrec /rebuildbcd

    After running these commands, restart your computer, and it should boot into Windows 11 using the new boot manager on the SSD.

    Please Note: Remember to back up any important data before making changes to your system, as these operations can be risky and may lead to data loss if not done correctly.

    Best Regards,

    Hania Lian

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

0 additional answers

Sort by: Most helpful