Fixing a Disk or partition Cloned to new SSD not booting
Post date: Jan 24, 2016 2:53:59 AM
Boot into into a Win7 recovery setup (win7 repair option on a system restore disk will work just find).
Make sure the New drive & partition are marked active
simplest way to do this is just run a a startup repair from the recovery options (this will work even if NO windows installation was found during the recovery environment loading)
The second way is to use diskpart from the command line. This is more involved and you'll need to know the layout of your drives & partitions but an example of a making the 1st partition on the 1st drive active would be as fallows (from the cli).
diskpart
select disk 0
select partition 1
active
exit
open a command prompt
run the fallowing 1 after another
Bootrec.exe /FixMbr
Bootrec.exe /FixBoot
Bootrec.exe /RebuildBcd
If you still can't boot no worries, just rebuilt the windows boot files (this example assumes windows is installed to your C drive.
bcdboot.exe C:\Windows /s C:
reboot
If your get a boot menu listing more then 1 listing of "Windows 7". Just edit the boot menu and remove one of the copies OR simpler yet just hide the menu.
Right click on "computer"
Select Properties
Click on advanced system settings
Select Advanced tab
Under startup and recovery, click on settings
Under operating system select the one you want to boot i.e. the operating system which works fine
UnCheck the option “Time to display list of operating systems”
Click on OK
Restart the computer.