SystemParameters - JrCs/Clover-Wiki GitHub Wiki
###System Parameters
######At this section on [config.plist], you can setup "System Parameters" that Clover will use as default and ending with the necessity to manually insert this values at each reboot...
######Some of this parameters can be changed via [GUI] under Main [Options] menu.
######The following settings are available;
Option | Description |
---|---|
boot-args | Insert [BootArgs]. |
prev-lang:kbd | Define Clover's [GUI] Default Language.* |
DefaultBootVolume | Define Default Boot Partition. |
CustomUUID | Inject [Custom UUID] (Universally Unique IDentifier). |
InjectSystemID | Enable Clover's Automatic ID Injection. |
LegacyBoot | Define how Clover will handle [Legacy Boot]. |
BacklightLevel | Define Display Brightness. |
######*Available Languages are English (en:0), Russian (ru:0), Italian (it:0), Spanish (es:0), Brazilian Portuguese (pt:0), Polish (pl:0), German (ge:0), Indonesian (id:0), Korean (ko:0), French (fr:0) and Ukranian (ua:0).
####SystemParameters Sample
<key>SystemParameters</key> <dict> <key>boot-args</key> <string>-v arch=i386 slide=0</string> <key>prev-lang:kbd</key> <string>ru:0</string> <key>DefaultBootVolume</key> <string>MacHDD</string> <key>CustomUUID</key> <string>511CE200-1000-4000-9999-010203040506</string> <key>InjectSystemID</key> <string>No</string> <key>LegacyBoot</key> <string>PBR</string> <key>BacklightLevel</key> <string>0x0501</string> </dict>