MacOS – How to partition 128 MB space on El Capitan

disk-utilitymacbook promacospartitionssd

I'm trying to dual boot Ubuntu with El Captain MacBook Pro mid 2012 following this guide: How to Dual-Boot OS X and Ubuntu

I want to partition a 128 MB space called Ubuntu Boot Loader along side my main partition but, when using Disk Utility, this task seems impossible. It will create another untitled partition (half the size of my drive (128 GB)) and then when I hit accept it will only create that Untitled 128 GB partition (but name it Ubuntu Boot Loader) and it will fail on creating my 128 MB partition. I have no idea how to simply make a small partition, is there an easier way to do it on Mac without dealing with all the BS introduced by Disk Utility? Can provide pics of whats happening if needed.

Best Answer

This link seems to explain it pretty well. Though HFS+ is well within the bounds of creating a partition that size, Disk Utility attempts to prevent you from creating any partition under 10% of the size of your disk. You'll want to use diskutil from the command line instead. Take a look at partitionDisk, resizeVolume, and splitPartition to determine which one is right for you.