Download link for Clover Configurator
If the newest link doesn't work, download an older one instead.
You'll always need to mount EFI for modification.
Open Terminal.
Run diskutil list
Find the Identifier of the EFI partition in your macOS disk.
Run sudo diskutil mount <the identifier of the EFI>
Enter your password.
Done.
We'll need to install Clover to your hard disk. Without that, you won't be able to boot to macOS.
Download Clover Install Package.
Right-click and press Open.
Keep pressing Continue
until you get to Installation Type.
Press Change Install Location..
.
Choose the hard disk you have your macOS installed and press Continue
.
Press Customize
and Choose these settings:
Clover for UEFI booting only
Install Clover in the ESP
Recommended Drivers:
- ApfsDriverLoader
- AptioMemoryFix
- HFSPlus
Install RC Scripts on target volume (or Install RC Scripts on other volumes)
Press Install.
When it finish, a partition call EFI should be mounted.
Mount your USB EFI partition.
Copy the kexts and config to your EFI partition (like what you do before)
Done.
Mount the EFI partition of your disk
Download AppleALC.kext and put it to EFI/CLOVER/kexts/Other
if you haven't yet.
Download the latest release of gfxutil
Open Terminal
Drag and drop the downloaded gfxutil to the Terminal Window and type -f HDEF
If you do not have output, read how to change AZAL to HDEF first and run again.
The output should be something like this: PciRoot(0x0)/Pci(0x1f,0x3)
Go to the Specification page of your Motherboard on the official site and find the Audio Codec on your board.
Go to this page and find your layout of your Codec. A layout should be a NUMBER. A Codec should have more than one Layout ID. But if it isn't listed out, unfortunately you need to use VoodooHDA.
Mount the EFI partition and open config.plist with Clover Configurator or ProperTree Plist Editor.
Go to Devices > Properties and add the properties below.
Save and Reboot.
Devices | Properties Key | Properties Value | Value Type |
<The device path you get with gfxutil> | layout-id | <The layout for your codec in format of XX> | DATA |
Example:
Devices | Properties Key | Properties Value | Value Type |
PciRoot(0x0)/Pci(0x1f,0x3) | layout-id | 07 | DATA |
Note: You'll loss 3.5mm Audio Input (Microphone) support. But VoodooHDA will fix it. NO FX SUPPORT
Nothing to do. Audio should work OOB.
Note: Worse audio quality than AppleALC.
Mount the EFI partition.
Open config.plist with Clover Configurator or ProperTree Plist Editor.
Add the patch below in ACPI > Patches section.
Save and reboot.
Comments | Find | Replace | TgtBridge | Disabled |
change AZAL to HDEF | 415A414C | 48444546 | <empty> | FALSE |