From 6ef2662814dca3a48a43b35973a6fc86743973f8 Mon Sep 17 00:00:00 2001 From: Peter Uithoven Date: Sat, 9 Jan 2016 03:15:13 +0100 Subject: [PATCH] Update for rEFInd 0.10.1 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: https://github.com/aroman/freya-on-a-mac/issues/33 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42edf96..37740c8 100644 --- a/README.md +++ b/README.md @@ -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`)