leroydouglas wrote:
DesperateTimes wrote:
I ran gdisk trying to get bootcamp to work.
See if there is anything in this article:
in order to convert a MBR partition to GPT without data loss, you need to backup your important data before converting. Note: When you convert MBR to GPT, all your data on Mac will be lost.
Typically, the GPT-to-MBR does not convert the secondary GPT entries. The secondary GPT is at the end of the disk as shown in this.
sudo gpt -vv -r show /dev/disk0
Password:
gpt show: /dev/disk0: mediasize=512110190592; sectorsize=512; blocks=1000215216
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 1000215215
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 742676624 2 GPT part - 48465300-0000-11AA-AA11-00306543ECAC
743086264 1269536 3 GPT part - 426F6F74-0000-11AA-AA11-00306543ECAC
744355800 40
744355840 255858688 4 GPT part - EBD0A0A2-B9E5-4433-87C0-68B6B72699C7
1000214528 655
1000215183 32 Sec GPT table
1000215215 1 Sec GPT header
It is possible to recover the GPT from the secondary table. GPT Fdisk will detect this and prompt the user to select from available options.