Install rEFInd boot manager
Revision as of 17: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 ...")
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
- Boot into OS X (assuming an intel x64 architecture)
- Go there http://sourceforge.net/projects/refind/files/ and download the latest binary version of rEFInd, for instance refind-bin-0.8.3.zip
- Open terminal and type:
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