Skip to content

Commit

Permalink
Merge pull request #28 from aroman/no-explicit-esp
Browse files Browse the repository at this point in the history
remove --esp since it is now default
  • Loading branch information
aroman committed Jun 26, 2015
2 parents 5e3b52a + 1dabed7 commit 6a7833d
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 --esp --alldrivers`)
2. Install rEFInd to the ESP partition (`$ ./install.sh --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 6a7833d

Please sign in to comment.