Created
November 24, 2013 14:46
-
-
Save kelchm/7628027 to your computer and use it in GitHub Desktop.
Current Clover EFI configuration.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>ACPI</key> | |
| <dict> | |
| <key>DSDT</key> | |
| <dict> | |
| <key>Debug</key> | |
| <false/> | |
| <key>ReuseFFFF</key> | |
| <false/> | |
| <key>Name</key> | |
| <string>DSDT.aml</string> | |
| <key>DropOEM_DSM</key> | |
| <false/> | |
| </dict> | |
| <key>DropTables</key> | |
| <array> | |
| <dict> | |
| <key>Signature</key> | |
| <string>DMAR</string> | |
| </dict> | |
| </array> | |
| <key>SSDT</key> | |
| <dict> | |
| <key>MinMultiplier</key> | |
| <integer>8</integer> | |
| <key>PLimitDict</key> | |
| <integer>0</integer> | |
| <key>UnderVoltStep</key> | |
| <integer>0</integer> | |
| </dict> | |
| </dict> | |
| <key>RtVariables</key> | |
| <dict> | |
| <key>LogEveryBoot</key> | |
| <string>10</string> | |
| <key>LogLineCount</key> | |
| <integer>3000</integer> | |
| <key>MountEFI</key> | |
| <string>Yes</string> | |
| </dict> | |
| <key>GUI</key> | |
| <dict> | |
| <key>Language</key> | |
| <string>en:0</string> | |
| <key>ScreenResolution</key> | |
| <string>1920x1080</string> | |
| <key>Theme</key> | |
| <string>bootcamp</string> | |
| <key>Mouse</key> | |
| <dict> | |
| <key>Enabled</key> | |
| <false/> | |
| </dict> | |
| <key>Scan</key> | |
| <false/> | |
| <key>Hide</key> | |
| <array> | |
| <string>Windows</string> | |
| <string>\EFI\BOOT\BOOTX64.EFI</string> | |
| </array> | |
| <key>Custom</key> | |
| <dict> | |
| <key>Entries</key> | |
| <array> | |
| <dict> | |
| <key>Volume</key> | |
| <string>Main</string> | |
| <key>FullTitle</key> | |
| <string>Mac OS X</string> | |
| <key>Hidden</key> | |
| <false/> | |
| <key>Disabled</key> | |
| <false/> | |
| <key>InjectKexts</key> | |
| <false/> | |
| <key>NoCaches</key> | |
| <false/> | |
| <key>Type</key> | |
| <string>OSX</string> | |
| <key>VolumeType</key> | |
| <string>Internal</string> | |
| </dict> | |
| <dict> | |
| <key>Volume</key> | |
| <string>Recovery HD</string> | |
| <key>Hidden</key> | |
| <false/> | |
| <key>Disabled</key> | |
| <false/> | |
| <key>InjectKexts</key> | |
| <true/> | |
| <key>NoCaches</key> | |
| <true/> | |
| <key>Type</key> | |
| <string>OSXRecovery</string> | |
| <key>VolumeType</key> | |
| <string>Internal</string> | |
| </dict> | |
| </array> | |
| </dict> | |
| </dict> | |
| <key>Devices</key> | |
| <dict> | |
| <key>Audio</key> | |
| <dict> | |
| <key>Inject</key> | |
| <string>No</string> | |
| </dict> | |
| <key>FakeID</key> | |
| <dict> | |
| <key>ATI</key> | |
| <string>0x0</string> | |
| <key>IntelGFX</key> | |
| <string>0x0</string> | |
| <key>NVidia</key> | |
| <string>0x0</string> | |
| <key>LAN</key> | |
| <string>0x0</string> | |
| <key>SATA</key> | |
| <string>0x0</string> | |
| <key>WIFI</key> | |
| <string>0x0</string> | |
| <key>XHCI</key> | |
| <string>0x0</string> | |
| </dict> | |
| <key>USB</key> | |
| <dict> | |
| <key>Inject</key> | |
| <false/> | |
| <key>FixOwnership</key> | |
| <false/> | |
| </dict> | |
| </dict> | |
| <key>KernelAndKextPatches</key> | |
| <dict> | |
| <key>KextsToPatch</key> | |
| <array> | |
| <dict> | |
| <key>Name</key> | |
| <string>AppleAHCIPort</string> | |
| <key>Find</key> | |
| <data>RXh0ZXJuYWw=</data> | |
| <key>Replace</key> | |
| <data>SW50ZXJuYWw=</data> | |
| <key>Comment</key> | |
| <string>External icons patch</string> | |
| </dict> | |
| </array> | |
| </dict> | |
| <key>Boot</key> | |
| <dict> | |
| <key>DefaultVolume</key> | |
| <string>Main</string> | |
| <key>Log</key> | |
| <true/> | |
| <key>Timeout</key> | |
| <integer>3</integer> | |
| <key>XMPDetection</key> | |
| <string>No</string> | |
| </dict> | |
| <key>SystemParameters</key> | |
| <dict> | |
| <key>InjectSystemID</key> | |
| <true/> | |
| </dict> | |
| </dict> | |
| </plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment