Skip to content

Commit

Permalink
Update for rEFInd 0.10.1
Browse files Browse the repository at this point in the history
With rEFInd 0.10.1 there is no `install.sh`, there is a `refind-install` which seems to be what we need to use. 
Not sure about the --alldrivers, but that's another issue: aroman#33
  • Loading branch information
peteruithoven committed Jan 9, 2016
1 parent 6a7833d commit 6ef2662
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 6ef2662

Please sign in to comment.