Christopher Murphy wrote:
You *can* do something non-standard if you're willing to learn new things, and understand the risk. You can use gdisk to create a new hybrid MBR, and instead of the normal kind with GPT partitions 2 3 4 added to the hybrid MBR, you can add only 6. This will cause GPT partitions 1 through 5 to be stuffed into MBR partition 1 as a protected partition type 0xEE. So Windows won't even see your other partitions at all, which means in Windows you won't have the usual read-only HFS+ support for an existing Mac volume. But at least your other partitions are safe and you don't have to delete anything. On the not so good side, any time you make any change (add or subtract or resize) and OS X volume, it will break Windows from booting again and you'll have to manually create a new hybrid MBR.
Is there further guidance out there for an approach like this by chance? I'm looking to triple boot my 2014 MacBook Pro with Mavericks, Win7, and Ubuntu. This applies to the bootcamp subject because it is not possible to install Windows 7 without Bootcamp due to USB3 drivers on this model. Making it a required first step. As of now, I have the bootcamp hybrid MBR set up properly with Win 7 working -- though knowing any partition edit will mess this up. Using rEFInd boot manager already.
Current:
$ diskutil list
/dev/disk0
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *251.0 GB disk0
1: EFI EFI 209.7 MB disk0s1
2: Apple_HFS Macintosh HD 210.1 GB disk0s2
3: Apple_Boot Recovery HD 650.0 MB disk0s3
4: Microsoft Basic Data BOOTCAMP 40.0 GB disk0s4
The additional that will put me past the supported 4:
5. Ubuntu 14.04
6. Ubuntu SWAP [may be able to avoid this with swap file instead]
7. Shared FAT32 space ~4GB [can also toss this if it puts me one partition over]
Any input? Would be hesitant to drop the Apple Recovery Partition if at all possible. May be more appropriate to start a separate thread if there's not a guide already out there.