Hi Loner T,
I read the threads you suggested as well as the link about hybrid MBR:
http://www.rodsbooks.com/gdisk/hybrid.html
Can I confirm the steps please? (and I'll be really anal-retentive about it: I've already made a mistake with fdisk once!)
And I think this would be a useful procedure to have since it seems lots of people have this issue.
(1) Backup everything (I use TimeMachine and CCC as well as WinClone)
(2) Download gpt if required
http://sourceforge.net/projects/gptfdisk/
(3) Start Mac Terminal
(4) Run these two commands to check my partitions:
And post results somewhere safe so I can be helped if problems (that's a clever idea):
sudu fdisk /dev/disk0
sudo gpt -r -vv show disk0
Alans-MacBook-Pro:~ arjarvis_mbp$ sudo fdisk /dev/disk0
Disk: /dev/disk0 geometry: 116737/255/63 [1875385008 sectors]
Signature: 0xAA55
Starting Ending
#: id cyl hd sec - cyl hd sec [ start - size]
------------------------------------------------------------------------
1: EE 0 0 2 - 25 127 14 [ 1 - 409639] <Unknown ID>
2: AF 25 127 15 - 1023 31 20 [ 409640 - 1698931968] HFS+
3: AB 1023 31 21 - 1023 118 44 [1699341608 - 1531680] Darwin Boot
*4: BF 1023 133 52 - 1023 70 5 [1700874240 - 174510080] <Unknown ID>
Alans-MacBook-Pro:~ arjarvis_mbp$ sudo gpt -r -vv show disk0
gpt show: disk0: mediasize=960197124096; sectorsize=512; blocks=1875385008
gpt show: disk0: Suspicious MBR at sector 0
gpt show: disk0: Pri GPT at sector 1
gpt show: disk0: Sec GPT at sector 1875385007
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 1698931968 2 GPT part - 48465300-0000-11AA-AA11-00306543ECAC
1699341608 1531680 3 GPT part - 426F6F74-0000-11AA-AA11-00306543ECAC
1700873288 952
1700874240 174510080 4 GPT part - EBD0A0A2-B9E5-4433-87C0-68B6B72699C7
1875384320 655
1875384975 32 Sec GPT table
1875385007 1 Sec GPT header
(5) Based on this info, my 4th Partition (BootCamp) has the id "BF".
It SHOULD be "07" in order for BootCamp to bootup on startup.
So I need to run a series of fdisk commands to change that.
(6) sudo fdisk -e /dev/rdisk0
(which seems to return an error: I'm not sure why we are running it if it gives an error??)
Alans-MacBook-Pro:~ arjarvis_mbp$ sudo fdisk -e /dev/rdisk0
fdisk: could not open MBR file /usr/standalone/i386/boot0: No such file or directory
Enter 'help' for information
fdisk: 1>
So is there a better command to run here?
Is this just a way to get fdisk to start running?
After this I'm a little bit confused.
The thread you sent me has two DIFFERENT sequences of Terminal commands:
https://discussions.apple.com/thread/4144252?answerId=23681966022#23681966022
Can you please confirm that these are correct?
(7) From the last part of this post:
setpid 4
07
write
Y
flag 4
write
Y
print
quit
(8) Or from the more dertailed instructions to RamosWipout earlier in that post:
help
print
setpid 4?
07
flag 4
write
I think (7) looks better. Correct?
Then I think you tell your system to restart.
(9) then you type in the following to check that it all worked:
sudo fdisk /dev/rdisk0
(10) And obviously check that your system DOES bootup into BootCamp at startup.
So can you please confirm these steps?
Especially if we should be using (7) or (8).
The other less competent users like myself really appreciate the help of you guys in this!
Alan Jarvis