Clover and friends [part 1]

Step 1: Prepare Clover

For this part of the guide you'll install and prepare clover for the ramble.

There is an issue with the latest Clover releases where the network kexts dont get injected into macOS Recovery/Installer environments. The latest known good Clover that did inject them properly is r5092. Please use this release then update it afterwards.

Some users have reported r5103 had this issue fixed.

Install Clover

  1. For Windows, you already did with the tool before, skip to Prepare Clover

  2. For Linux or macOS:

    1. Download the latest Clover LZMA r5092 (Clover LZMA latest) from Dids' repo (thanks bb ❤️)

    2. For linux, use p7zip or file roller or whatever you use, to extract the LZMA and TAR inside it until you get the iso

    3. For macOS, use keka (google it) or The Unarchiver (AppStore, Free) to extract the LZMA and TAR inside it until you get to the iso

  3. Mount the ISO

    1. On linux, use mount command with -o loop,ro or with gnome-disks by right-clicking the iso > mount image

    2. On macOS, double click

  4. Copy the EFI folder from the ISO to the CLOVER USB 1. you should have CLOVER (USB) > EFI (folder) > CLOVER & BOOT

  5. Note for macOS users who want to use legacy on the destination machine: 1. If you're booting from UEFI on the destination go to step 2: Mount the ISO (do not follow this note) 2. Download the pkg from the source above 3. Open the installer 4. Select the destination as "CLOVER" (USB) 5. Select Customize 6. Choose: 1. Boot Sectors : Install boot0ss in MBR 2. Clover for BIOS (legacy) booting: Clover EFI 64-bits SATA 3. Themes: (a theme, choose clovy) 4. BIOS Drivers, 64 bit: ApfsDriverLoader - AppleImageLoader 5. Uncheck the rest of there is anything checked 7. Install 8. Go to Step 7 below

Prepare Clover folder

  1. Open CLOVER > EFI > CLOVER 1. delete doc and OEM (remove if any found) 2. Make a folder named ACPI with subfolders: origin patched WINDOWS (case sensitive)

  2. Clover Drivers (EFI drivers, not to be confused with kexts, which are macOS drivers) 1. for UEFI users:

    • Open drivers > UEFI, delete everything, BUT ApfsDriverLoader - OcQuirks - FwRuntimeServices - HFSPlus

      • (If AptioMemoryFix or HFSPlus are missing, copy them from drivers > off)

      • for Legacy users:

    • go to drivers > BIOS, keep it as it is.

      • (If AptioMemoryFix or HFSPlus are missing, copy them from drivers > off)

  3. Delete now: 1. UEFI users, delete: 1. drivers > BIOS 2. Legacy users, delete: 1. drivers > UEFI

Prepare macOS Kexts

Go to kexts > Other

  • Download these: [Note: Explore each folder and you'll find a Zip file, get that Zip file, not the whole folder]

NECESSARY KEXTS

NETWORK KEXT

  1. Extract every zip

    • Note: a kexts is a macOS driver, and it's in a form of a a_folder_name.kext, on windows it will show as a folder, on macOS it will show as a file.

  2. Now copy: VirtualSMC.kext - Lilu.kext - WhateverGreen.kext - USBInjectAll.kext - AppleALC.kext - [your_ethernet_driver].kext (and any extra kext you needed from above) and put it in CLOVER (USB) > EFI > CLOVER > kexts > Other. [skip the sensor kexts, they may cause kernel panics, aka KP. For VirtualSMC, copy over SMCProcessor if you want to, leave the rest out]

  3. Basically what you should end up with:

    • Lilu.kext

    • VirtualSMC.kext

    • WhateverGreen.kext

    • USBInjectAll.kext

    • VoodooPS2Controller.kext (for laptops and PS2 users)

    • a network driver.kext

    • other kext if needed.kext

  4. Now you're mostly done with Clover and macOS installer preparation.

Extra note for X299 people:

You may need to add GenericUSBXHCI kext from the kext repository above, along VoodooTSCSync if you can't enable Core Syncing in your firmware, more on that here [USB] and here [Go to the BIOS section, as it's the most important part of that whole talk].

Important

You must check [MUST READ] Config.plist Basics section before getting to [part 2].

Last updated