-
Notifications
You must be signed in to change notification settings - Fork 26
Post Installation
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.
Reboot, and you should now have a working macOS install.
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.
In most cases, the default layout ID should work. If you would like to change it, you can edit Devices/Audio/Inject in config.plist.
...
<key>Devices</key>
<dict>
<key>Audio</key>
<dict>
<key>Inject</key>
<integer>28</integer>
</dict>
...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).
In config.plist with the desired HDA layout ID.
