Clover Configurator's Tools section is pretty straight forward and self-explanatory. But there are a few things you may not know about them. Also, some of the tools are not available if you don't install Clover via the .pkg installer.
Lists the available Disks, Volumes and EFI partitions it detects and allows you to mount them.
Lets you generate a Boot log if you are using Clover Bootmanager.
This tools is useful if you didn't have a config.plist
to begin with and used the Bootmenu GUI to configure the system which is totally possible although it is a rather uncommon approach for configuring a Hackintosh.
A more common scenario would be: you messed up your config and after a reboot can't get back into macOS. And since you don't have a back up of your config to boot from, you have to tinker with the settings from the bootmenu GUI until you get back into macOS. And now you need to make the changes permanent by adding them to the config.plist.
So once your back in macOS, open Clover Configurator and run this tool to create a config.plist. This way you get a nearly complete configuration file with the parameters used to successfully load the OS. Some more manual work is needed to finish it.
clover-genconfig
to be present in usr/local/bin
. Therefore you need to install Clover via the .pkg Installer. Copying it there manually doesn't cut it.
Gives you access to the themes.plist
that comes with every theme and lets you edit it.
Does what it says. You can either use it to download the lates .pkg Installer or the latest CLOVERX64.efi
file.
Lets you download and instal additional drivers in EFI/Clover/drivers
.
Gives you access to some NVRAM parameters like setting a theme
Useful for creating ACPI and Kernel patches. Supported conversions:
- Base64 <-> Hex
- Text <-> Hex
- Decimal <-> Hex
Let's you edit the config in text mode. Useful if someone posts sections of a config or patches as raw text. Then you can paste it into the text mode window and sync the config. But be careful when using this mode: if you paste text at the wrong location or the file structure/hierarchy is incorrect you might mess up the config.
Lets you install and more importantly: update kexts. Just make sure, you select the correct folder, i.e. "OS Version" from the drop down menu. And since the primary folder for kexts is the "Other" folder, you should select this.
Unfortunately Clover Configurator supports has a rather limited list of available kexts and you cannot add any repos to it, unlike OCAT.
Allows you to clone your EFI folder to another EFI partition. A really unneccessary feature, but well, it's there if you need it.
CloverConfigPlistValidator
to be present in usr/local/bin
. You need to install Clover via the .pkg Installer. Simply copying it there manually doesn't cut it.
Therefore, you have to download the validator from the Clover github repo unpack it and verify the config manually:
- Open Terminal
- Drag CloverConfigPlistValidator into the Terminal window, leave a space
- Drag in your
config.plist
- Hit Enter to validate it:
- Fix any config errors the tool might report
- Validate it again until you get this message:
If you plan to use both, OpenCore and Clover in parallel, don't install Clover via the .pkg Installer. Build, update and maintain your Clover EFI folder manually as explained in my EFI Update guide!