I am trying to create a new partition so I can install Windows through Boot Camp. I boot into recovery mode using my Recovery Assistant USB and no matter what I do, when I try to resize my drive and create a new partition, I get this error. What am I doing wrong?
Tell me more
×
Ask Different is a question and answer site for
power users of Apple hardware and software. It's 100% free, no registration required.
|
Have you tried repartitioning with Boot Camp (just go through the Boot Camp process normally)? You shouldn't have to repartition manually in the first place. |
|||
|
|
Use Boot commands for mac os x |
|||
|
You should install OS X on an external hard drive and wipe your internal hard drive. Hopefully, if there's nothing on the internal drive, the OS won't bother mounting it. |
|||||||
|
diskutil list disk0(prints the partition table as OSX sees it)sudo gpt -r show disk0(prints the actual GUID partition table)sudo fdisk /dev/disk0(prints the MBR partition table, used by Boot Camp) - when Disk Utility can't partition, it's often because the GPT and MBR don't agree for whatever reason, and you have to manually fix it. – pmjordan Jul 11 '12 at 9:50