0

There was a common HDD with an old Windows 7 installation. A new SSD was bought, a new fresh Windows 7 was installed on it as a dual boot with the old HDD system.

Now, I could see that the new SSD OS needs the bootloader on the old HDD, but never thought it would actually not work without the HDD.

The HDD broke, now the OS on the SSD doesn't boot. "BOOTMGR is missing"

I tried loading from a bootable USB flash with command prompt, the SSD is visible, the rebuild of the bootrec /rebuildbcd was successful.

Still the SSD OS doesn't load. It says no OS found.

karel
  • 13,706

1 Answers1

3

Actually all your system files are safe in your SSD.But you are missing a small piece of software , bootloader, which is a computer program that loads the main operating system or runtime environment for the computer after completion of the self-tests.

you can rewrite the bootloader to your MBR(in SSD) using the following methods.

1)Try Using the Automated Startup Repair from the Windows Install Disc.

enter image description here

2) else you can get to the Command Prompt.enter image description here

type

bootsect /nt60 all.

consider reading this article

Ashildr
  • 2,770
  • 5
  • 28
  • 45