Skip to content
This repository was archived by the owner on Sep 17, 2018. It is now read-only.

Post Installation

Alex James edited this page Mar 28, 2017 · 19 revisions

Running the GA-Z77X.sh script

After going through the macOS setup process, open Terminal and cd to the copied repo folder (on the USB disk). Run the script with the --install argument.

asciicast

Reboot, and you should now have a working macOS install.

Updating Clover/kexts/etc.

As updates for Clover/kexts/config.plist release, they will be added to the repo. To upgrade an existing install, run the script with the --update argument. An upgrade will reinstall Clover, kexts, and EFI drivers. It will also recompile the DSDT and update config.plist; ACPI, Boot, Devices, KernelAndKextPatches, and SystemParameters will be replaced in config.plist.

Manual configuration

HDA layout ID

On motherboards with Realtek audio codecs, layout ID 3 enables HDMI audio for Intel HD Graphics 3000/4000. However, this removes support for analog surround sound. If you are not using Intel HD Graphics 3000/4000 and would like to enable analog surround sound, you can change the layout ID in config.plist to a different value (such as 1 or 2). See the AppleALC wiki for more information on layout ID values. Replace Devices/Audio/Inject in config.plist with the desired HDA layout ID.

Clone this wiki locally