Christopher Murphy wrote:
So that points to a bootloader problem, for whatever reason Winclone hasn't restored the MBR boot strap code. Windows Startup Repair ought to be able to detect this, but if it doesn't then the bootrec.exe /FixBoot command ought to do that.
@Nuvect... Did you try this? You will need appropriate CD/USB to boot and repair.
On my system...
bless --info --verbose
EFI found at IODeviceTree:/efi
Current EFI boot device string is: '<array><dict><key>MemoryType</key><integer size="64">0xb</integer><key>StartingAddress</key><integer size="64">0xff990000</integer><key>IOEFIDevicePathType</key><string>HardwareMem oryMapped</string><key>EndingAddress</key><integer size="64">0xffb2ffff</integer></dict><dict><key>IOEFIDevicePathType</key><strin g>MediaFirmwareVolumeFilePath</string><key>Guid</key><string>2B0585EB-D8B8-49A9- 8B8C-E21B01AEF2B7</string></dict><dict><key>IOEFIBootOption</key><string>HD</str ing></dict></array>'
Boot option is 8BE4DF61-93CA-11D2-AA0D-00E098032B8C:Boot0080
Processing boot option 'Mac OS X'
Boot option matches XML representation
Could not find disk device for string
Could not find network interface.
Firmware feature mask: 0xE003FF37
Firmware features: 0xE003F537
Legacy mode suppported
Boot option is a legacy device
Searching for legacy type 'HD'
filesystem[0] '/dev/disk0s2' => '/'
Firmware feature mask: 0xE003FF37
Firmware features: 0xE003F537
Legacy mode suppported
Got IODeviceTree:/rom
Got start address ff990000
Got size 1a0000
Found PCI interconnect in protocol characteristics
IOGUIDPartitionScheme
APPLE SSD SM1024F Media
IOBlockStorageDriver
IOAHCIBlockStorageDevice
AppleAHCIDiskDriver
IOAHCIDevice
PRT0
AppleAHCI
SSD0
IOPP
RP05
AppleACPIPCI
PCI0
AppleACPIPlatformExpert
MacBookPro11,3
Root
filesystem[2] '/dev/disk0s4' => '/Volumes/BOOTCAMP'
Firmware feature mask: 0xE003FF37
Firmware features: 0xE003F537
Legacy mode suppported
Got IODeviceTree:/rom
Got start address ff990000
Got size 1a0000
Found PCI interconnect in protocol characteristics
IOGUIDPartitionScheme
APPLE SSD SM1024F Media
IOBlockStorageDriver
IOAHCIBlockStorageDevice
AppleAHCIDiskDriver
IOAHCIDevice
PRT0
AppleAHCI
SSD0
IOPP
RP05
AppleACPIPCI
PCI0
AppleACPIPlatformExpert
MacBookPro11,3
Root
Matching legacy device 'disk0s4'
Legacy boot device detected
mount: /Volumes/BOOTCAMP
Mount point for /Volumes/BOOTCAMP is /Volumes/BOOTCAMP
GPT detected
Booter partition required at index 5
System partition found
Preferred system partition found: disk0s1
Returning booter information dictionary:
<CFBasicHash 0x7fd15340ae50 [0x7fff7c5bff00]>{type = mutable dict, count = 3,
entries =>
0 : <CFString 0x10e874e70 [0x7fff7c5bff00]>{contents = "System Partitions"} = (
disk0s1
)
1 : <CFString 0x10e875650 [0x7fff7c5bff00]>{contents = "Data Partitions"} = (
disk0s4
)
2 : <CFString 0x10e875670 [0x7fff7c5bff00]>{contents = "Auxiliary Partitions"} = (
)
}
sudo gpt -vv show /dev/disk0
Password:
gpt show: /dev/disk0: mediasize=1000555581440; sectorsize=512; blocks=1954210120
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 1954210119
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 1452530904 2 GPT part - 48465300-0000-11AA-AA11-00306543ECAC
1452940544 1269536 3 GPT part - 426F6F74-0000-11AA-AA11-00306543ECAC
1454210080 992
1454211072 499998720 4 GPT part - EBD0A0A2-B9E5-4433-87C0-68B6B72699C7
1954209792 295
1954210087 32 Sec GPT table
1954210119 1 Sec GPT header
sudo fdisk /dev/disk0
Disk: /dev/disk0 geometry: 121643/255/63 [1954210120 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 - 1452530904] HFS+
3: AB 1023 254 63 - 1023 254 63 [1452940544 - 1269536] Darwin Boot
*4: 07 1023 254 63 - 1023 254 63 [1454211072 - 499998720] HPFS/QNX/AUX
You may want to pose this question on the Winclone Support forum as well. (Also see help for --legacydrivehint).
@Christopher... The 1MB boundary alignment can be confusing.
Message was edited by: Loner T