Install rEFInd. RELATED: How to Install Windows on a Mac With Boot Camp rEFInd is a boot manager that will allow you to choose between Mac OS X, Linux, Windows, and other operating systems when you boot your computer. Install a fresh copy of OSX on the external drive and then install Ubuntu on the same external drive as you would a dual boot system. Once the installation is complete, Ubuntu will boot up from the USB drive if it's plugged in. If the USB drive is removed, you will get a Grub command line. Just type 'exit' to boot the internal OSX installation.

I wish to run Ubuntu on my iMac from external USB storage, either an external disk or a flash drive. I can easily create a bootable USB stick and use that to install Ubuntu 14.04 onto a properly partitioned USB device. However, contrary to some assertions here and elsewhere, after restarting the result is not detected by the Mac as bootable. I have Googled extensively and I'm sure it's possible to get the Mac to boot it, but the instructions I've found have been either too vague () or in one case, too complex () to make much sense. However, the common thread appears to be using rEFInd to rejig the boot options. So, I've managed to get rEFInd installed on a partition on the external drive but it does not detect the Ubuntu installation.

I have an ext2 /boot partition on the same disk, and copied ext2_x64.efi into the /EFI directory, but no go. I'm a bit stuck at this point, and the next steps will have to be a detailed study of bootloaders and EFI. However, I think I must be close to cracking this and hope somebody can point to a step-by-step guide somewhere. Mac os x theme for windows vista To recap: • USB disk has ext2 /boot partition (with vmlinuz image on it), and ext4 / partition with the rest of Ubuntu 14.04 installed • Isn't bootable after install • Put rEFInd on a another, FAT32 partition which contains /EFI directory • Copied ext2_x64 to /EFI/boot and /EFI/refind • Can boot, rEFInd loads, there is an option to boot ext2_x64.EFI(?) but no Ubuntu/vmlinuz. If I can get this solved I will place a clear guide on the web somewhere! Well, I spent a second whole day on it and now I've cracked it. I sincerely hope some other poor soul gets some value out of this.

Here's a recipe that works (at least, on my iMac with Ubuntu 14.04): • Boot with bootable USB, install Ubuntu • Partition your USB as follows: • 200MB EFI boot partition • 200MB ext2, mount to /boot • Swap space if you want it • One or more other partitions to hold Ubuntu proper (e. Ext4 on /) • Complete the install, reboot to OS X • Get gdisk (pkg installer for OS X) and rEFInd binaries • execute 'diskutil list' from the console and note the device name, and the EFI partition (e.

/dev/disk3, /dev/disk3s1) • Follow the gdisk recipe at under 'Fixing the installation' point 6 • Install rEFInd on your USB's EFI partition. From the refind directory:./refind-install -–usedefault /dev/disk3s1 (you can drag the file into command prompt to get full path) Then when you reboot, you can 'EFI Boot' to rEFInd, and there should be an option to boot GRUB/linux. I have documented this in more detail here. My story (can be useful to someone with the same problem - so it's my turn to help the community): I’ve installed Ubuntu on external USB 3.0 hard drive on an iMac late 2013.

I created the following partition scheme on that external drive: EFI (200MB FAT), BOOT (200MB EXT2) and / (20GB EXT4) I choose to add a bootloader to the External drive (not the iMac drive) After the successful installation, I was shocked when I couldn’t boot my OS X. It's strange because I didn't install any bootloader on main drive. If I removed the external drive, I get a black screen with the grub prompt command!

In panic, I researched online and I decided to give a try to rEFInd. After the installation from the.deb source ( - it's recommended to install from the.deb file to fix the problem with the Ubuntu 16.x versions - # dpkg -i refind_0.10.3-1_amd64.deb ) I could boot my OS X. To restore the original boot menu (and ditch Linux), you can use the startup disk utility on your OS X or you can mount the EFI partition and with the ' sudo rm.'

Drive

Command, remove the “refind” and “Ubuntu” folders on that partition. Reboot and everything will work like before. Install a fresh copy of OSX on the external drive and then install Ubuntu on the same external drive as you would a dual boot system. Once the installation is complete, Ubuntu will boot up from the USB drive if it's plugged in. If the USB drive is removed, you will get a Grub command line. Just type 'exit' to boot the internal OSX installation.