Skip to content

Instantly share code, notes, and snippets.

@Charlweed
Last active August 29, 2015 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Charlweed/8c86eb449f401e65d943 to your computer and use it in GitHub Desktop.
Save Charlweed/8c86eb449f401e65d943 to your computer and use it in GitHub Desktop.
Clover config.plist trying to boot hackintosh_00_yosemite
<?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>DropOEM_DSM</key>
<false/>
<key>Fixes</key>
<dict>
<key>FixSATA_0400</key>
<true/>
</dict>
<key>Name</key>
<string>DSDT.aml</string>
<key>ReuseFFFF</key>
<false/>
</dict>
<key>DropTables</key>
<array>
<dict>
<key>Signature</key>
<string>DMAR</string>
</dict>
<dict>
<key>Signature</key>
<string>SSDT</string>
<key>TableId</key>
<string>Cpu0Ist</string>
</dict>
<dict>
<key>Signature</key>
<string>SSDT</string>
<key>TableId</key>
<string>CpuPm</string>
</dict>
</array>
<key>HaltEnabler</key>
<true/>
<key>SSDT</key>
<dict>
<key>DropOem</key>
<false/>
<key>EnableC6</key>
<true/>
<key>Generate</key>
<true/>
</dict>
</dict>
<key>Boot</key>
<dict>
<key>Arguments</key>
<string>-v npci=0x2000 nv_disable=1 cpus=1 kext-dev-mode=1 LogLineCount=0 LogEveryBoot=Yes</string>
<key>Debug</key>
<true/>
<key>DefaultVolume</key>
<string>8BE33D61-A08C-484B-BD3B-BB3F101A7AA6</string>
<key>Legacy</key>
<string>PBR</string>
<key>Secure</key>
<false/>
<key>Timeout</key>
<integer>8</integer>
<key>XMPDetection</key>
<false/>
</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>IMEI</key>
<string>0x0</string>
<key>IntelGFX</key>
<string>0x0</string>
<key>LAN</key>
<string>0x0</string>
<key>NVidia</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>AddClockID</key>
<true/>
<key>FixOwnership</key>
<true/>
<key>Inject</key>
<true/>
</dict>
</dict>
<key>DisableDrivers</key>
<array>
<string>Nothing</string>
</array>
<key>GUI</key>
<dict>
<key>Hide</key>
<array>
<!--string>Windows</string-->
<!--string>USERS</string-->
<!--string>RAID_0_V00</string-->
<!--string>Legacy HD2</string-->
<!--string>Legacy HD1</string-->
<string>7D1DF273-95B9-4982-AECE-FEBD3B4A667B</string>
<!--string>HD(1,GPT,E0FBF1D3-7978-4B75-8940-4740A914CDE1,0x800,0x32000)</string-->
<string>F0258D45-7967-4344-9E51-0DD195B495DC</string>
<string>2E5DE8F9-56CC-4EE3-9155-015D32A908B9</string>
<string>A538C175-217A-4EBF-A287-028B8F48F46F</string>
<string>EBD0A8B3-EE3D-427F-9A83-099C37A90556</string>
<string>0x6CBC154F</string>
<string>971F0AD4-F342-46BD-B829-F390A484A07B</string>
<string>C5AE7E65-AA3F-41C6-8A7D-4F3FE0FA4909</string>
<string>a0035474-0473-4b65-bed9-fa2fe9d65b5d</string>
<string>d36e549d-affc-11e4-89d0-806e6f6e696)</string>
<string>ffc2ce5d-8279-11e1-b7b7-806e6f6e6963</string>
</array>
<key>Language</key>
<string>en:0</string>
<key>Mouse</key>
<dict>
<key>DoubleClick</key>
<integer>500</integer>
<key>Enabled</key>
<true/>
<key>Mirror</key>
<false/>
<key>Speed</key>
<integer>8</integer>
</dict>
<key>Scan</key>
<dict>
<key>Entries</key>
<true/>
<key>kernel</key>
<string>None</string>
<key>Legacy</key>
<false/>
<key>Tool</key>
<true/>
</dict>
<key>Theme</key>
<string>black_green</string>
<key>ConsoleMode</key>
<string>3</string>
<key>Timeout</key>
<integer>15</integer>
<key>DebugLog</key>
<true/>
</dict>
<key>Graphics</key>
<dict>
<key>Inject</key>
<dict>
<key>ATI</key>
<false/>
<key>Intel</key>
<true/>
<key>NVidia</key>
<false/>
</dict>
</dict>
<key>KernelAndKextPatches</key>
<dict>
<key>Debug</key>
<true/>
<key>AppleRTC</key>
<false/>
</dict>
<key>SMBIOS</key>
<dict>
<key>ProductName</key>
<string>MacPro5,1</string>
<key>Trust</key>
<false/>
</dict>
<key>SystemParameters</key>
<dict>
<key>InjectKexts</key>
<string>Detect</string>
<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