Clover Efi Bootloader V2.5k 5104 For Macos
Guys developing Clover made a change to Clover’s directory structure and somehow forgot to inform people. In my opinion, mentioning it in a forum post is not enough.
- Clover Efi Bootloader Catalina
- Clover Efi Bootloader V2.5k 5104 For Macos 10.13
- Clover Efi Bootloader V2.5k 5104 For Macos Sierra
- Clover Efi Bootloader V2.5k 5104 For Macos Catalina
- Clover Bootloader 5071
- Clover Efi Bootloader Mojave
Download and unzip 'EFICloverr5101 for VMware.zip'. Mount Clover-v2.5k-5101-X64.iso by double clicking on it. Mount your VM's EFI System Partition eg in terminal sudo diskutil mount disk0s1 3. Copy EFI folder from step 1 into the EFI partition 4. Shutdown the VM, add bios.bootDelay = '3000' to your VM's vmx file 5.
UPDATE: It seems like they finally implemented some sort of automatic migration in latest version (rev. 5097) of Clover installer although they specifically said no migration will be done in the forum post.
- Dismiss Be notified of new releases. Create your free GitHub account today to subscribe to this repository for new releases and build software alongside 50 million developers.
- Step-by-step walkthrough of installing macOS Catalina on a hackintosh using the Clover EFI Bootloader method. Catalina Hackintosh Clover Prerequisites To reach a point where this guide works and makes sense you must have first: Downloaded macOS Catalina from the App Store Created a Catalina installer on a flash drive Step 1 – Booting the Catalina flash drive Installer After doing the above.
The structure for bootloader drivers changed in v2.5k from
to
Also, driver names no longer contains -64
in them (e.g: ApfsDriverLoader-64.efi
becomes ApfsDriverLoader.efi
).
Clover Efi Bootloader Catalina
Updating Clover bootloader
CAUTION: Always have bootable USB drive (RECOVERY) with working CLOVER installation ready in case something fails!
It’s a good practice to have separate USB drive to test Clover updates on. First make it work on the testing USB drive and then move to the main drive. If everything is working after few weeks, update the RECOVERY USB drive as well.
Downloading Clover bootloader installer
Download latest version of Clover bootloader installer from official Github.
Run Clover bootloader installer
Run the installer and follow instructions from your installation guide (select mandatory drivers for your setup).
Fixing the installation from command line
Now your Clover bootloader rev. 5000+ is broken and you will not be able to boot from it. You have to manually fix it.
Mount your EFI partition
Clover Efi Bootloader V2.5k 5104 For Macos 10.13
Find Disk identifier of EFI partition you have just upgraded. In my case, it’s disk4s1
. To mount this partition, run:
It will mount the EFI partition to /Volumes/EFI
.
Update: I released an article dedicated to mounting volumes using command line.
Clover Efi Bootloader V2.5k 5104 For Macos Sierra
Moving & renaming drivers
Clover Efi Bootloader V2.5k 5104 For Macos Catalina
Commands below will move drivers to appropriate location and rename them. It will move only those drivers not updated with Clover installer.
Clover Bootloader 5071
Now you should have working Clover installation v2.5k rev. 5000+.
Clover Efi Bootloader Mojave
After few weeks if everything is ok, you can remove drivers64
and drivers64UEFI
folders.