I hope this is not redundant but I do not fully understand the steps you helped GMF-Berlin with. Would you please advise me on a similar situation?
No Bootable Device - SSD Yosemite BootCamp Setup
SYSTEM INFORMATION:
MacBook Pro 8,1 13” Early 2011
OS X Yosemite Version 10.10.1
Boot ROM Version MBP81.0047.B27
500GB Toshiba HDD with two partitions:
1) Partition formatted as Mac OS Extended (Journaled) running OS X 10.10.1
2) BOOTCAMP formatted as NTFS running Win7
250GB Samsung Evo 550 SSD with two partitions:
1) Partition formatted as Mac OS Extended (Journaled) running OS X 10.10.1
2) BOOTCAMP formatted as MS-DOS (FAT32) hoping to install Win7
WHAT I WANT:
I am an engineering student and have to run Windows-based programs for school. I have used my MBP running BOOTCAMP for over three years on the original HDD and am almost done with school. I would like to embrace the future and speed up programs both my Mac and Windows partitions by using an SSD.
WHAT I HAVE DONE:
— removed optical drive from laptop
— moved HDD to optical drive location using OWC adapter frame
— placed new SSD in SATA port
— formatted SSD as described below and successfully installed Yosemite
this took a while; had to replace the SATA bus cable cause my new SSD was picky
— downloaded en_windows_7_professional_with_sp1_x64_dvd_u_676939.iso
— created bootable USB using multiple flash drives (8GB Lexar; 16 GB Lexar; 16 GB PNY) from above ISO via following methods after formatting the USB to MS-DOS (FAT32):
1) BootCamp Assistant, with & without checking box 2/3 (Download the latest Windows support software from Apple)
2) Disk Utility; imaged/restored mounted ISO to USB partition with Master Boot Recored (MBR) scheme (not GUID Partition Table or Apple Partition Map)
3) Microsoft bootable disk creation software on a PC
— created BOOTCAMP partition using the following methods:
1) BootCamp Assistant, split 250GB SSD evenly for both Mac and BootCamp partitions
2) Disk Utility
Both partitions show up in Disk Utility
THE PROBLEM I HAVE:
Upon reboot through BootCamp Assistant partition, the following error appeared:
No bootable device found -- insert bootable disk and tap any key
When I reboot holding option, neither the bootable USBs I created nor the BootCamp partition appear as boot options. They also do not appear under System Preferences > Startup Disk. However, they do appear in Disk Utility as valid partitions/disks.
THINGS I HAVE TRIED:
— booting into disk utility mode by holding down the option key
tried booting before AND after inserting the USB
— different flash drives by different manufacturers (all USB 2.0)
— different methods of creating bootable disk, as described above
— editing the Boot Camp Assistant “.plist” file (see REF_1 below for file contents)
THINGS I HAVE NOT TRIED:
— removing my HDD and returning my original superdrive to the optical drive bay, then recreated partition to install Win7 using legitimate installation disk.
— WinClone worked well for me long ago to resize my HDD partitions, but it only works with NTFS and I would like to avoid that and stay with FAT because I have read many threads warning about Yosemite SSD BootCamp issues with NTFS.
PACKAGE AND TERMINAL REFERENCES:
REF_1
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>32BitSupportedModels</key>
<array>
<string>MacBook7,1</string>
<string>MacBookAir5,2</string>
<string>MacBookPro10,1</string>
<string>MacPro5,1</string>
<string>Macmini5,3</string>
<string>iMac12,2</string>
</array>
<key>BuildMachineOSBuild</key>
<string>14A360</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleDisplayName</key>
<string>Boot Camp Assistant</string>
<key>CFBundleExecutable</key>
<string>Boot Camp Assistant</string>
<key>CFBundleGetInfoString</key>
<string>Boot Camp Assistant 5.1.2, Copyright © 2014 Apple Inc. All rights reserved</string>
<key>CFBundleIconFile</key>
<string>DA</string>
<key>CFBundleIdentifier</key>
<string>com.apple.bootcampassistant</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>Boot Camp Assistant</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>5.1.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>497</string>
<key>DARequiredROMVersions</key>
<array>
<string>IM41.0055.B08</string>
<string>IM42.0071.B03</string>
<string>IM51.0090.B03</string>
<string>IM52.0090.B03</string>
<string>IM61.0093.B01</string>
<string>MP11.005C.B04</string>
<string>MB11.0061.B03</string>
<string>MBP11.0055.B08</string>
<string>MBP12.0061.B03</string>
<string>MM11.0055.B08</string>
</array>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>6A280m</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>14A359</string>
<key>DTSDKName</key>
<string>macosx10.10internal</string>
<key>DTXcode</key>
<string>0600</string>
<key>DTXcodeBuild</key>
<string>6A280m</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
<string>10.9.0</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>PreESDRequiredModels</key>
<array>
<string>MacBook7</string>
<string>MacBookAir5</string>
<string>MacBookPro10</string>
<string>MacPro5</string>
<string>Macmini6</string>
<string>iMac13</string>
</array>
<key>PreUEFIModels</key>
<array>
<string>MacBook7</string>
<string>MacBookAir5</string>
<string>MacBookPro10</string>
<string>MacPro5</string>
<string>Macmini6</string>
<string>iMac13</string>
</array>
<key>USBBootSupportedModels</key>
<array>
<string>MacBook7,1</string>
<string>MacBookAir3,2</string>
<string>MacBookPro8,3</string>
<string>MacPro5,1</string>
<string>Macmini4,1</string>
<string>iMac12,2</string>
</array>
<key>Win7OnlyModels</key>
<array>
<string>MacBook7,1</string>
<string>MacBookAir3,2</string>
<string>MacBookPro5,5</string>
<string>MacPro2,1</string>
<string>Macmini4,1</string>
<string>iMac10,1</string>
</array>
</dict>
</plist>
REF_2: Terminal Results for “diskutil list"
Williams-MacBook-Pro:~ williamchenoweth$ diskutil list
/dev/disk0
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *250.1 GB disk0
1: EFI EFI 209.7 MB disk0s1
2: Apple_HFS WilliamSSD 124.2 GB disk0s2
3: Apple_Boot Recovery HD 650.0 MB disk0s3
4: Microsoft Basic Data BOOTCAMP 125.0 GB disk0s4
/dev/disk1
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *500.1 GB disk1
1: EFI EFI 209.7 MB disk1s1
2: Apple_HFS Macintosh HD 350.0 GB disk1s2
3: Apple_Boot Recovery HD 650.0 MB disk1s3
4: Microsoft Basic Data BOOTCAMP 149.2 GB disk1s4
Williams-MacBook-Pro:~ williamchenoweth$
REF_3: Terminal Results for “diskutil cs list"
Williams-MacBook-Pro:~ williamchenoweth$ diskutil cs list
No CoreStorage logical volume groups found
REF_4: Terminal Results for “sudo gpt -vv -r show /dev/disk0”
Williams-MacBook-Pro:~ williamchenoweth$ sudo gpt -vv -r show /dev/disk0
Password:
gpt show: /dev/disk0: mediasize=250059350016; sectorsize=512; blocks=488397168
gpt show: /dev/disk0: Suspicious MBR at sector 0
gpt show: /dev/disk0: Pri GPT at sector 1
gpt show: /dev/disk0: Sec GPT at sector 488397167
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 242577328 2 GPT part - 48465300-0000-11AA-AA11-00306543ECAC
242986968 1269536 3 GPT part - 426F6F74-0000-11AA-AA11-00306543ECAC
244256504 264
244256768 244140032 4 GPT part - EBD0A0A2-B9E5-4433-87C0-68B6B72699C7
488396800 335
488397135 32 Sec GPT table
488397167 1 Sec GPT header
REF_5: Terminal Results for “sudo gpt -vv -r show /dev/disk1”
Williams-MacBook-Pro:~ williamchenoweth$ sudo gpt -vv -r show /dev/disk1
gpt show: /dev/disk1: mediasize=500107862016; sectorsize=512; blocks=976773168
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 976773167
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 683593744 2 GPT part - 48465300-0000-11AA-AA11-00306543ECAC
684003384 1269536 3 GPT part - 426F6F74-0000-11AA-AA11-00306543ECAC
685272920 168
685273088 291500032 4 GPT part - EBD0A0A2-B9E5-4433-87C0-68B6B72699C7
976773120 15
976773135 32 Sec GPT table
976773167 1 Sec GPT header
REF_6: Terminal Results for “sudo fdisk /dev/disk0”
Williams-MacBook-Pro:~ williamchenoweth$ sudo fdisk /dev/disk0
Disk: /dev/disk0 geometry: 30401/255/63 [488397168 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 - 242577328] HFS+
3: AB 1023 254 63 - 1023 254 63 [ 242986968 - 1269536] Darwin Boot
4: 0B 1023 254 63 - 1023 254 63 [ 244256768 - 244140032] Win95 FAT-32
REF_7: Terminal Results for “sudo fdisk /dev/disk1”
Williams-MacBook-Pro:~ williamchenoweth$ sudo fdisk /dev/disk1
Disk: /dev/disk1 geometry: 60801/255/63 [976773168 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 - 683593744] HFS+
3: AB 1023 254 63 - 1023 254 63 [ 684003384 - 1269536] Darwin Boot
*4: 07 1023 254 63 - 1023 254 63 [ 685273088 - 291500032] HPFS/QNX/AUX