Windows 7 not booting after hdd swap
My problem is that I cannot get windows to boot after swapping my hard drives to a new machine. I had a 2010 MacBook Pro 15" with a 512 gb SSD with only OSX and a 750 gb HDD with a 250 gb partition for Windows and a 500 gb partition for storage(Formatted with Mac OS Extended) installed in the superdrive slot. Everything was working fine in the 2010 model but when I moved it over to the 2012 MacBook Pro 15" it will not boot. I have had a few different errors such as "Operating System not found" and the most recent is "No Bootable Device Found." I have also tried making a repair disk and tried using it multiple times with different errors each time. Now when I boot to that it just says "This version of System Recovery is not compatible with the version of Windows you are trying to repair" even though its the same bootable usb I used other times and it loaded fine.
The kicker is that it loads just fine in Parallels and all my files are visible from OSX but it will not boot natively to Windows. Which is what I need to be able to use the full power of the graphics card. I will also note that I used the instructions here http://twocanoes.com/support/winclone/migrating-a-bootcamp-partition-with-winclo ne so that I could install the bootcamp drivers for the 2012 model.
Any and all help would be greatly appreciated.
I should also mention that during the process of all this I deleted an extra partition on the HDD that I was not using named 10.10 Test. It was already broken and I was trying to eliminate anything extra that I was not using.
Oh and maybe this will help too:
nicholas-macbook-pro:~ nicholas$ diskutil list
/dev/disk0
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *512.1 GB disk0
1: EFI EFI 209.7 MB disk0s1
2: Apple_HFS Macintosh SSD 511.3 GB disk0s2
3: Apple_Boot Recovery HD 650.0 MB disk0s3
/dev/disk1
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *750.2 GB disk1
1: EFI EFI 209.7 MB disk1s1
2: Apple_HFS Storage 500.0 GB disk1s2
3: Microsoft Basic Data BOOTCAMP 249.8 GB disk1s3
/dev/disk2
#: TYPE NAME SIZE IDENTIFIER
0: FDisk_partition_scheme *16.2 GB disk2
1: Windows_FAT_32 NO NAME 16.2 GB disk2s1
nicholas-macbook-pro:~ nicholas$ sudo gdisk /dev/disk1
Password:
GPT fdisk (gdisk) version 0.8.10
Warning: Devices opened with shared lock will not have their
partition table automatically reloaded!
Partition table scan:
MBR: hybrid
BSD: not present
APM: not present
GPT: present
Found valid GPT with hybrid MBR; using GPT.
Command (? for help): p
Disk /dev/disk1: 1465149168 sectors, 698.6 GiB
Logical sector size: 512 bytes
Disk identifier (GUID): 1E40793B-35DF-4A7C-B23B-BBDF9D33F7ED
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 1465149134
Partitions will be aligned on 8-sector boundaries
Total free space is 263893 sectors (128.9 MiB)
Number Start (sector) End (sector) Size Code Name
1 40 409639 200.0 MiB EF00 EFI System Partition
2 409640 976965631 465.7 GiB AF00 Storage
3 977227776 1465147391 232.7 GiB 0700 WINDOWS
Command (? for help):
nicholas-macbook-pro:~ nicholas$ sudo fdisk /dev/disk1
Disk: /dev/disk1 geometry: 91201/255/63 [1465149168 sectors]
Signature: 0xAA55
Starting Ending
#: id cyl hd sec - cyl hd sec [ start - size]
------------------------------------------------------------------------
1: EE 1023 254 63 - 1023 254 63 [ 1 - 409639] <Unknown ID>
2: AF 1023 254 63 - 1023 254 63 [ 409640 - 976555992] HFS+
*3: 07 1023 254 63 - 1023 254 63 [ 977227776 - 487919616] HPFS/QNX/AUX
4: 00 0 0 0 - 0 0 0 [ 0 - 0] unused
nicholas-macbook-pro:~ nicholas$ sudo gpt -vv -r show /dev/disk1
gpt show: /dev/disk1: mediasize=750156374016; sectorsize=512; blocks=1465149168
gpt show: /dev/disk1: Suspicious MBR at sector 0
gpt show: /dev/disk1: Pri GPT at sector 1
gpt show: /dev/disk1: Sec GPT at sector 1465149167
start size index contents
0 1 MBR
1 1 Pri GPT header
2 32 Pri GPT table
34 6
40 409600 1 GPT part - C12A7328-F81F-11D2-BA4B-00A0C93EC93B
409640 976555992 2 GPT part - 48465300-0000-11AA-AA11-00306543ECAC
976965632 262144
977227776 487919616 3 GPT part - EBD0A0A2-B9E5-4433-87C0-68B6B72699C7
1465147392 1743
1465149135 32 Sec GPT table
1465149167 1 Sec GPT header
nicholas-macbook-pro:~ nicholas$