Skip to content

Commit

Permalink
Merge pull request #34 from peteruithoven/patch-1
Browse files Browse the repository at this point in the history
Update for rEFInd 0.10.1
  • Loading branch information
sdaitzman committed Jan 9, 2016
2 parents 6a7833d + 6ef2662 commit b55a579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Your Mac must not have a Core 2 duo or Solo (or older) processor - only the past
0. Back your shit up
0. No really, make sure you have a working backup. This procedure has been tested multiple times, but it's still possible things will go wrong and lose data.
1. Download rEFInd (http://www.rodsbooks.com/refind/getting.html) as a "Binary zip file" and decompress it. Open Terminal and cd into the decompressed folder.
2. Install rEFInd to the ESP partition (`$ ./install.sh --alldrivers`)
2. Install rEFInd to the ESP partition (`$ ./refind-install --alldrivers`)
3. Mount your ESP partition (`$ mkdir /Volumes/ESP && sudo mount -t msdos /dev/disk0s1 /Volumes/ESP/`)
4. Rename the refind directory (`$ mv /Volumes/ESP/EFI/refind /Volumes/ESP/EFI/BOOT`)
5. Rename the refind EFI blob (`$ mv /Volumes/ESP/EFI/BOOT/refind_x64.efi /Volumes/ESP/EFI/BOOT/bootx64.efi`)
Expand Down

0 comments on commit b55a579

Please sign in to comment.