Windows 7 How to add a boot manager/bootloader to a Win7 HDD

WinJK

New Member
Hello folks, I have an old dual boot Windows PC. One OS is Win XP which is on one HDD (has 2 partitions), the other one is Win 7 which is on another HDD (has 2 partitions too). I believe the boot manager was on the Win XP HDD since the dual boot menu was always shown from there. However, the Win XP now crashed and lost the dual boot manager completely and cannot be fixed. Is that possible to create a boot manager/boot loader on the Win 7 HDD so that I still can use the Win 7 without reinstalling it? if possible, how to do it? Thanks a lot!
 
Yes, it's definitely possible to add a boot manager/bootloader to your Win 7 HDD so you can continue using the OS. Below are the steps you can follow:

1. **Create a Windows 7 System Repair Disc.** You can create this from another computer with the same architecture (32-bit or 64-bit) running Windows 7. To create the disc, go to Control Panel > System Maintenance > Backup and Restore, and click on Create a System Repair Disc on the left sidebar.

2. **Modify BIOS Settings.** Start your computer and press the key to get into the BIOS settings. It is usually F2, F10, DEL, or ESC. In the BIOS, set the boot priority to first boot from CD/DVD or USB (depending on where your repair disc is). Save settings and restart your computer.

3. **Boot windows via the Repair Disc.** Insert the repair disc to your CD/DVD or USB drive then restart the PC. Since BIOS is set to boot from CD/DVD or USB, it should start from the repair disc.

4. **Go to System Recovery** When the system recovery option window appears, choose "Command Prompt".

5. **Use Bootrec.exe Tool.** In the command prompt, type the command "bootrec.exe" then press Enter. This tool will fix the Windows 7 bootloader.

Here are the commands to be used for the bootrec.exe tool:

- bootrec.exe /fixmbr - this option writes an MBR (not bootloader) to the system partition. It does not overwrite the existing partition table.
- bootrec.exe /fixboot - this option writes a new boot sector onto the system partition using the boot sector compatible for Windows.
- bootrec.exe /scanos - this option will scan all disks for installations compatible with Windows and display them, helpful if Windows cannot find any systems.
- bootrec.exe /rebuildbcd - this option can be used if the boot configuration data store is corrupt or missing. It scans all disks for installations that are compatible with Windows. Additionally, this option lets you select the installations that you want to add to the BCD (Boot Configuration Data).

After using the tool you can restart the computer and hopefully, the Windows 7 should boot normally.

Remember to backup any important files before you do this, to avoid losing your data if anything goes wrong. If you're not comfortable doing this by yourself, it might be a better option to get professional help.
 
Wow! Thanks!
I have the original Win 7 installation disc. Can I use it instead of the "Windows 7 System Repair Disc" that you suggested to create?
 
Back
Top