Skip to content

Instantly share code, notes, and snippets.

@digizeph
Created October 12, 2014 18:21
Show Gist options
  • Select an option

  • Save digizeph/a030a7b9d5bee21c33ee to your computer and use it in GitHub Desktop.

Select an option

Save digizeph/a030a7b9d5bee21c33ee to your computer and use it in GitHub Desktop.
A success hackintosh clover configuration file for Dell Alienware X51
<?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>Graphics</key>
<dict>
<key>InjectEDID</key>
<true/>
<key>Inject</key>
<dict>
<key>Intel</key>
<false/>
<key>ATI</key>
<false/>
<key>NVidia</key>
<false/>
</dict>
</dict>
<key>SMBIOS</key>
<dict>
<key>BoardType</key>
<integer>10</integer>
<key>ChassisType</key>
<integer>13</integer>
<key>BiosReleaseDate</key>
<string>10/12/12</string>
<key>Version</key>
<string>1.0</string>
<key>SerialNumber</key>
<string>C02L57WEDNMP</string>
<key>Manufacturer</key>
<string>Apple Inc.</string>
<key>BoardManufacturer</key>
<string>Apple Inc.</string>
<key>ChassisAssetTag</key>
<string>iMac-Aluminum</string>
<key>BiosVendor</key>
<string>Apple Inc.</string>
<key>ChassisManufacturer</key>
<string>Apple Inc.</string>
<key>BiosVersion</key>
<string>IM131.88Z.010A.B05.1210121459</string>
<key>Board-ID</key>
<string>Mac-FC02E91DDD3FA6A4</string>
<key>Family</key>
<string>iMac</string>
<key>ProductName</key>
<string>iMac13,2</string>
<key>BoardSerialNumber</key>
<string>Q0ZH9QGZP8XG7OFXN</string>
<key>Mobile</key>
<false/>
<key>Trust</key>
<false/>
</dict>
<key>Boot</key>
<dict>
<key>Arguments</key>
<string></string>
<key>Legacy</key>
<string>LegacyBiosDefault</string>
<key>Log</key>
<false/>
<key>NeverHibernate</key>
<true/>
<key>Timeout</key>
<integer>5</integer>
<key>XMPDetection</key>
<string>Yes</string>
<key>Secure</key>
<false/>
</dict>
<key>ACPI</key>
<dict>
<key>DSDT</key>
<dict>
<key>Debug</key>
<false/>
<key>ReuseFFFF</key>
<false/>
<key>DropOEM_DSM</key>
<false/>
</dict>
<key>DropTables</key>
<array>
<dict>
<key>Signature</key>
<string>DMAR</string>
</dict>
</array>
<key>SSDT</key>
<dict>
<key>DropOem</key>
<true/>
<key>Generate</key>
<dict>
<key>PStates</key>
<true/>
<key>CStates</key>
<true/>
</dict>
</dict>
</dict>
<key>KernelAndKextPatches</key>
<dict>
<key>AppleRTC</key>
<true/>
<key>AsusAICPUPM</key>
<true/>
<key>KextsToPatch</key>
<array>
</array>
</dict>
<key>GUI</key>
<dict>
<key>Theme</key>
<string>bluemac</string>
<key>Mouse</key>
<dict>
<key>Enabled</key>
<false/>
</dict>
<key>Scan</key>
<dict>
<key>Entries</key>
<true/>
<key>Tool</key>
<true/>
<key>Legacy</key>
<false/>
</dict>
<key>Custom</key>
<dict>
<key>Entries</key>
<array>
<dict>
<key>FullTitle</key>
<string>UEFI Internal</string>
<key>Hidden</key>
<string>Always</string>
<key>Disabled</key>
<false/>
<key>Type</key>
<string>Other</string>
</dict>
</array>
</dict>
</dict>
<key>Devices</key>
<dict>
<key>USB</key>
<dict>
<key>Inject</key>
<true/>
<key>FixOwnership</key>
<false/>
<key>AddClockID</key>
<true/>
</dict>
</dict>
<key>SystemParameters</key>
<dict>
<key>InjectKexts</key>
<string>Detect</string>
</dict>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment