Install rEFInd boot manager

From XPUB & Lens-Based wiki
Revision as of 18:14, 11 October 2014 by Aymeric Mansoux (talk | contribs) (Created page with "== Purpose == To install an alternative EFI boot manager on an Apple machine. == Details == The default EFI boot manager from Apple is very limited. This recipe will show ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Purpose

To install an alternative EFI boot manager on an Apple machine.

Details

The default EFI boot manager from Apple is very limited. This recipe will show you how to install rEFInd, a fork and successor of the now unmaintained rEFIt. With rEFInd you will be able to boot from different operating systems, located on different drives, including external storage, like you would expect from any EFI compliant system.

Step by Step recipe

cd Downloads
unzip refind-bin-0.8.3.zip
sudo mkdir /Volumes/esp
sudo mount -t msdos /dev/disk1s1 /Volumes/esp   # Adjust disk ID accordingly