Grab your Mac & your USB drive, put your Elitebook away and let's create a bootable USB. "You should probably charge up your Elitebook"- Justin Case
- Launch a terminal
diskutil list
- You need your USB DRIVE'S
IDENTIFIER
must look likedisk1
- Double check it's the good one and not your HDD.
diskutil partitionDisk /dev/IDENTITIFER 2 MBR FAT32 "CLOVER" 200Mi HFS+J "INSTALL" R
- Double check you've replaced
IDENTIFIER
with the properdiskX
before pressing ENTER
- Double check you've replaced
You should have a brand new USB stick named CLOVER
- Run the Clover installer you downloaded earlier
- Next
- Click on
Change Installation Location
and set it onCLOVER
- Select
Customize
- Install for UEFI booting only
- Install Clover in the ESP
- 64Bit Drivers
- AptioMemoryFix
- ApfsDriverLoader
- AudioDxe
- FSInject
- SMCHelper
- VBoxHfs
- Install
- Grab a cup of coffee
- Close the Clover installer
- Copy
HFSPlus.efi
&HPFanReset.efi
to/Volumes/CLOVER/EFI/CLOVER/drivers/UEFI/
- Open a Finder in
/Volumes/CLOVER/EFI/CLOVER/kexts/Other/
- Copy and paste these kexts in that folder :
FakeSMC.kext
Lilu.kext
IntelMausiEthernet.kext
RealtekRTL8111.kext
SATA-unsupported.kext
USBInjectAll.kext
VoodooPS2Controlleer.kext
WhateverGreen.kext
- Open the
config.plist
you downloaded earlier - Delete this part of the file :
<key>DVMT-prealloc</key>
<string>32MB BIOS, 19MB framebuffer, 9MB cursor bytes (credit RehabMan)</string>
<key>framebuffer-patch-enable</key>
<integer>1</integer>
<key>framebuffer-stolenmem</key>
<data>AAAwAQ==</data>
<key>framebuffer-fbmem</key>
<data>AACQAA==</data>
- Save & Close
- Copy your
config.plist
to/Volumes/CLOVER/EFI/CLOVER/
(replace the old one)
- Start a terminal
sudo /Applications/Install\ macOS\ Mojave.app/Contents/Resources/createinstallmedia --volume /Volumes/INSTALLER
- Input your password when asked to
- Press
y
to confirm
- Close the terminal when it's done
- Eject the USB drive
Once all of this is ready, you can jump into Step 3
@AktasC 2019 - 2020