ErmaC Posted January 24, 2014 Share Posted January 24, 2014 (edited) Clover configUsers "List" of working solution. Help other Clover user, posting your Hardware spec, setting and config. We will add here in this first topic the link to your reply.Example ----- Clover revision 2500 in UEFIMotherboard: Asus xyzCPU: i9 5xxx @6 GHzRAM: 4 GB Vendor: MyVendorAudio OnBoard: YES Type: ALC9xx with Clover layout injector and patched with Clover shutdown scriptGraphics card1: Nvidia 120 activaction method: via Clover InjectorGraphics card2: Onboard Intel HD xxxx activation method: not enabled.Audio On Graphics Card1: YesAudio On Graphics Card2: NoMac Model: MacPro3,1config.plist --> config.plist PLS REMOVE YOUR SERIALS FROM config.plist !!!Patched tables: My custom DSDT + custom SSDT + script for generating xStates. optional: Theme used Asus P8Z77-V LK by k3nnySee Post Asrock z87 OC Formula by magnificoSee PostAsrock B85M-ITX by sot_22See Post Gigabyte Z68AP-D3 rev1 F8 bios by Maniac10See PostGigabyte GA-B75M-D3H, F12 BIOS by fusion71auSee PostGigabyte GA Z87X-UD5H by chris1111See PostGigabyte GA-Z87X-UD5H Rev 1.0 Bios F8D Beta Bios by FusselFuxSee Post Dell XPS M1530 A12 BIOS by fusion71auSee Post Lenovo G480 by Allan OliveiraSee Post Edited January 27, 2014 by ErmaC Updates 3 Link to comment Share on other sites More sharing options...
Maniac10 Posted January 24, 2014 Share Posted January 24, 2014 Clover revision 2512 in UEFI (hybrid Gigabyte bios)Motherboard: Gigabyte Z68AP-D3 rev1 F8 biosCPU: i7 2600k @4.5GHzRAM: 16 GB Vendor: GskillAudio OnBoard: YES Type: ALC889 with Clover layout injector and patched with Clover shutdown scriptGraphics card1: ATI Radeon HD 5770 1Gb activation method: via Clover Injector + 4 ports + Vervet framebuffer / Works without too but wrong fb and 1 portGraphics card2: Onboard Intel HD 3000 activation method: not enabled, not using for output just video hardware acceleration. DSDT: ig-platform-id+device idAudio On Graphics Card1: YesMac Model: MacBookPro8,3 / iMac12,2 with patched PM config.plist --> [<?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>DropOEM_DSM</key> <false/> <key>Name</key> <string>DSDT.aml</string> </dict> <key>SSDT</key> <dict> <key>DropOem</key> <true/> <key>EnableC2</key> <true/> <key>EnableC4</key> <true/> <key>EnableC6</key> <true/> <key>EnableC7</key> <true/> <key>Generate</key> <dict> <key>CStates</key> <false/> <key>PStates</key> <false/> </dict> </dict> </dict> <key>Boot</key> <dict> <key>Log</key> <false/> <key>Secure</key> <false/> <key>Timeout</key> <integer>5</integer> <key>XMPDetection</key> <string>Yes</string> </dict> <key>Devices</key> <dict> <key>Audio</key> <dict> <key>Inject</key> <string>2</string> </dict> <key>USB</key> <dict> <key>FixOwnership</key> <false/> <key>Inject</key> <false/> </dict> </dict> <key>DisableDrivers</key> <array> <string>OsxAptioFixDrv</string> </array> <key>GUI</key> <dict> <key>Mouse</key> <dict> <key>Enabled</key> <false/> </dict> <key>Scan</key> <dict> <key>Entries</key> <true/> <key>Legacy</key> <false/> <key>Tool</key> <true/> </dict> <key>ScreenResolution</key> <string>1280x1024</string> </dict> <key>Graphics</key> <dict> <key>FBName</key> <string>Vervet</string> <key>Inject</key> <dict> <key>ATI</key> <true/> <key>Intel</key> <false/> <key>NVidia</key> <false/> </dict> <key>PatchVBios</key> <true/> <key>VideoPorts</key> <integer>4</integer> </dict> <key>KernelAndKextPatches</key> <dict> <key>AppleRTC</key> <true/> <key>KextsToPatch</key> <array> <dict> <key>Comment</key> <string>HDD as Internal</string> <key>Find</key> <data> RXh0ZXJuYWw= </data> <key>Name</key> <string>AppleAHCIPort</string> <key>Replace</key> <data> SW50ZXJuYWw= </data> </dict> <dict> <key>Comment</key> <string>Wi-Fi Region to 0x64</string> <key>Find</key> <data> D7eH3AQAAA== </data> <key>Name</key> <string>AirPortAtheros40</string> <key>Replace</key> <data> uGQAAACQkA== </data> </dict> <dict> <key>Comment</key> <string>Patch_against_assertions</string> <key>Find</key> <data> U291bmQgYXNzZXJ0aW9uIA== </data> <key>Name</key> <string>AppleHDA</string> <key>Replace</key> <data> AAAAAAAAAAAAAAAAAAAAAA== </data> </dict> <dict> <key>Comment</key> <string>Patch_against_assertions</string> <key>Find</key> <data> U291bmQgYXNzZXJ0aW9uIA== </data> <key>Name</key> <string>AppleHDAController</string> <key>Replace</key> <data> AAAAAAAAAAAAAAAAAAAAAA== </data> </dict> </array> </dict> </dict> </plist> shutdown audio patcher: 81.applehda_shutdown_patch.local --> #!/bin/sh # Native onboard audio patch for AppleHDA and the Realtek ALC889 chipset. if [[ `perl -le "print scalar grep /\x8b\x19\xd4\x11/, <>;" "/System/Library/Extensions/AppleHDA.kext/Contents/MacOS/AppleHDA"` > 0 ]]; then echo "Patching the AppleHDA extension for native onboard Realtek ALC889 audio support." cp -R "/System/Library/Extensions/AppleHDA.kext" "/System/Library/Extensions/AppleHDA.orig" echo "Backup original AppleHDA extension to /" # 10.8 patch # perl -pi -e 's|\x84\x19\xd4\x11|\x89\x08\xec\x10|g' "/System/Library/Extensions/AppleHDA.kext/Contents/MacOS/AppleHDA" perl -pi -e 's|\x8b\x19\xd4\x11|\x89\x08\xec\x10|g' "/System/Library/Extensions/AppleHDA.kext/Contents/MacOS/AppleHDA" echo "Binary patched executable" cp "/Volumes/EFI/EFI/CLOVER/kexts/Patches/layout1.xml.zlib" "/System/Library/Extensions/AppleHDA.kext/Contents/Resources" cp "/Volumes/EFI/EFI/CLOVER/kexts/Patches/layout2.xml.zlib" "/System/Library/Extensions/AppleHDA.kext/Contents/Resources" cp "/Volumes/EFI/EFI/CLOVER/kexts/Patches/layout3.xml.zlib" "/System/Library/Extensions/AppleHDA.kext/Contents/Resources" cp "/Volumes/EFI/EFI/CLOVER/kexts/Patches/Platforms.xml.zlib" "/System/Library/Extensions/AppleHDA.kext/Contents/Resources" cp "/Volumes/EFI/EFI/CLOVER/kexts/Patches/Info.plist" "/System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHardwareConfigDriver.kext/Contents" echo "Copied ZLIB and PLIST files into location" chown -R 0:0 "/System/Library/Extensions/AppleHDA.kext/" chmod -R 755 "/System/Library/Extensions/AppleHDA.kext/" echo "Repaired file permissions" touch "/System/Library/Extensions" echo "Touched extensions folder" xattr -wx com.apple.FinderInfo 0000000000000000000900000000000000000000000000000000000000000000 /System/Library/Extensions/AppleHDA.kext echo "Set Finder label color to blue" echo "The AppleHDA extension has been patched! You must restart your system for the changes to take effect" else echo "The AppleHDA extension has already been patched!" fi # Copyright (c) 2013 Clover EFI Bootloader. All rights reserved. Patched tables: DSDT with various patches/injections and SSDT created with Piker's script. UEFI Drivers: EmuVariableUefi EDIT: I encourage everyone not to include all UEFI drivers but just the optionals you need from the installer or from an external source. For example: FSInject, OsxFatBinaryDrv and VBoxHFS (or HFSPlus) are mandatory, hence not included as optional in the installer. config.zip 2 Link to comment Share on other sites More sharing options...
ErmaC Posted January 24, 2014 Author Share Posted January 24, 2014 Thx Maniac10. --- Any suggestion about the collectable info are welcome! ErmaC Link to comment Share on other sites More sharing options...
magnifico Posted January 24, 2014 Share Posted January 24, 2014 Clover Rev 2489 UEFI Motherboard:Asrock z87 OC Formula PMPatch to remove 0xE2 MSR lock CPU: I7 4770 K Haswel @4,6Ghz RAM: Vendor Crucial Audio OnBoard: Realtek ALC1150 Audio Codec (Patch by toleda) Graphics card1: Nvidia Ge force 660 Gtx Graphics card2: (OnBoard)Intel HD4xxx activation method: via Clover Injector Mac Model: MacPro6,1 Patched tables: Custom DSDT config.plist --> <?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>FixMask</key> <string>0x0000</string> <key>Name</key> <string>DSDT.aml</string> </dict> <key>DropTables</key> <array> <dict> <key>Signature</key> <string>DMAR</string> </dict> <dict> <key>Signature</key> <string>SSDT</string> <key>TableId</key> <string>CpuPm</string> </dict> <dict> <key>Signature</key> <string>SSDT</string> <key>TableId</key> <string>Cpu0Ist</string> </dict> </array> <key>HaltEnabler</key> <false/> <key>SSDT</key> <dict> <key>DropOem</key> <true/> <key>Generate</key> <dict> <key>CStates</key> <false/> <key>PStates</key> <false/> </dict> </dict> </dict> <key>Boot</key> <dict> <key>Arguments</key> <string> npci=0x2000</string> <key>DefaultVolume</key> <string>OSX+</string> <key>Fast</key> <false/> <key>Legacy</key> <string>PBR</string> <key>Log</key> <true/> <key>Timeout</key> <integer>5</integer> </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>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>Inject</key> <false/> <key>USB</key> <dict> <key>AddClockID</key> <true/> <key>FixOwnership</key> <true/> <key>Inject</key> <true/> </dict> </dict> <key>GUI</key> <dict> <key>Hide</key> <array> <string>Windows</string> <string>\EFI\BOOT\BOOTX64.EFI</string> </array> <key>Language</key> <string>it:0</string> <key>Scan</key> <dict> <key>Entries</key> <true/> <key>Legacy</key> <true/> <key>Tool</key> <true/> </dict> <key>TextOnly</key> <false/> <key>Theme</key> <string>magnifico</string> </dict> <key>Graphics</key> <dict> <key>DualLink</key> <string>0</string> <key>Inject</key> <dict> <key>Intel</key> <true/> </dict> </dict> <key>KernelAndKextPatches</key> <dict> <key>AppleRTC</key> <false/> <key>AsusAICPUPM</key> <false/> <key>KernelCpu</key> <false/> <key>KernelPM</key> <true/> <key>KextPatchesAllowed</key> <true/> <key>KextsToPatch</key> <array> <dict> <key>Comment</key> <string>Patch_against_assertions</string> <key>Find</key> <data> U291bmQgYXNzZXJ0aW9uIA== </data> <key>Name</key> <string>AppleHDA</string> <key>Replace</key> <data> AAAAAAAAAAAAAAAAAAAAAA== </data> </dict> </array> </dict> <key>RtVariables</key> <dict> <key>LogEveryBoot</key> <string>10</string> <key>LogLineCount</key> <integer>3000</integer> <key>MountEFI</key> <true/> </dict> <key>SMBIOS</key> <dict> <key>BiosReleaseDate</key> <string>10/12/2013</string> <key>BiosVendor</key> <string>Apple Computer, Inc.</string> <key>BiosVersion</key> <string>MP61.88Z.0116.B02.1311222014</string> <key>Board-ID</key> <string>Mac-F60DEB81FF30ACF6</string> <key>BoardManufacturer</key> <string>Apple Computer, Inc.</string> <key>BoardSerialNumber</key> <string>xxxxxxxxxxxxxxxxx</string> <key>BoardType</key> <integer>10</integer> <key>BoardVersion</key> <string>1.0</string> <key>ChassisAssetTag</key> <string>MacPro</string> <key>ChassisManufacturer</key> <string>Apple Computer, Inc.</string> <key>Family</key> <string>MacPro</string> <key>LocationInChassis</key> <string>Part Component</string> <key>Manufacturer</key> <string>Apple Computer, Inc.</string> <key>ProductName</key> <string>MacPro6,1</string> <key>SerialNumber</key> <string>xxxxxxxxxxxx</string> <key>SmUUID</key> <string>C30A8AD6-9B07-55EA-A666-9C94FC8984E2</string> <key>Trust</key> <true/> <key>Version</key> <string>1.0</string> </dict> <key>SystemParameters</key> <dict> <key>InjectKexts</key> <true/> <key>InjectSystemID</key> <true/> </dict> </dict> </plist> More info: Tutorial config.plist 2.zip Link to comment Share on other sites More sharing options...
fusion71au Posted January 24, 2014 Share Posted January 24, 2014 Clover v2.4 r4392 Legacy boot--->CloverEFI Motherboard:Dell XPS M1530 A12 BIOSCPU: Core 2 Duo T9300 2.49GhzRAM: 4GB (2x2GB Hynix DDR2 667MHz)Audio: Sigmatel 9228 using VoodooHDA.kext 2.9.0d10Graphics card: Dell GeForce 8600M GT 256 MBMac Model: MacBook Pro 5,1 for SL-El Capitan. MBP7,2 for Sierra & High Sierra.Patched tables: Custom DSDT (attached Clover files for XPSm1530.zip)config.plist--->put into EFI/CLOVER folderDSDT.aml--->put into EFI/CLOVER/ACPI/patchedFakeSMC.kext--->put into EFI/CLOVER/kexts/Other with VoodooPS2Controller.kext Useful Keyboard Shortcuts while at Clover GUI Config.plist <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>GUI</key> <dict> <key>ScreenResolution</key> <string>1440x900</string> <key>Theme</key> <string>BGM</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> </dict> <key>Graphics</key> <dict> <key>Inject</key> <dict> <key>Intel</key> <false/> <key>ATI</key> <false/> <key>NVidia</key> <true/> </dict> </dict> <key>KernelAndKextPatches</key> <dict> <key>AppleRTC</key> <true/> <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>RtVariables</key> <dict> <key>MLB</key> <string>xxxxxxxxxxx123456</string> </dict> <key>SMBIOS</key> <dict> <key>BoardType</key> <integer>10</integer> <key>ChassisType</key> <integer>8</integer> <key>SmUUID</key> <string>xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx</string> <key>BiosReleaseDate</key> <string>05/05/09</string> <key>Version</key> <string>1.0</string> <key>SerialNumber</key> <string>xxxxxxxxxxx</string> <key>Manufacturer</key> <string>Apple Computer, Inc.</string> <key>BoardManufacturer</key> <string>Apple Computer, Inc.</string> <key>BoardSerialNumber</key> <string>xxxxxxxxxxx123456</string> <key>ChassisAssetTag</key> <string>MacBook-Aluminum</string> <key>BiosVendor</key> <string>Apple Computer, Inc.</string> <key>ChassisManufacturer</key> <string>Apple Computer, Inc.</string> <key>BiosVersion</key> <string>MBP51.88Z.007E.B05.0905051508</string> <key>Board-ID</key> <string>Mac-F42D86C8</string> <key>Family</key> <string>MacBook Pro</string> <key>ProductName</key> <string>MacBookPro5,1</string> <key>Mobile</key> <true/> </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>SSDT</key> <dict> <key>DropOem</key> <false/> <key>Generate</key> <dict> <key>PStates</key> <true/> <key>CStates</key> <true/> </dict> </dict> </dict> <key>Devices</key> <dict> <key>Audio</key> <dict> <key>Inject</key> <string>No</string> </dict> <key>USB</key> <dict> <key>Inject</key> <false/> <key>FixOwnership</key> <false/> </dict> </dict> <key>Boot</key> <dict> <key>Log</key> <false/> <key>Timeout</key> <integer>5</integer> <key>XMPDetection</key> <string>Yes</string> <key>WhiteList</key> <array/> <key>BlackList</key> <array/> <key>Secure</key> <false/> </dict> <key>SystemParameters</key> <dict> <key>CustomUUID</key> <string>xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx</string> <key>InjectSystemID</key> <true/> </dict> </dict> </plist> Updates: The following config.plist makes use of Clover's dynamic dsdt patching and is an alternative if you don't have a patched dsdt in /EFI/Clover/ACPI/Patched. Just about everything works, including sleep, but unlike with the manually patched dsdt above, shutdown needs completion with the shutdown button. Config.plist <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//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>BIOS.aml</string> <key>Fixes</key> <dict> <key>AddDTGP_0001</key> <true/> <key>AddMCHC_0008</key> <false/> <key>FakeLPC_0020</key> <true/> <key>FixAirport_4000</key> <true/> <key>FixDarwin_0002</key> <true/> <key>FixDisplay_0100</key> <true/> <key>FixFirewire_0800</key> <true/> <key>FixHDA_8000</key> <true/> <key>FixHPET_0010</key> <true/> <key>FixIDE_0200</key> <true/> <key>FixIPIC_0040</key> <true/> <key>FixLAN_2000</key> <true/> <key>FixSATA_0400</key> <false/> <key>FixSBUS_0080</key> <true/> <key>FixShutdown_0004</key> <true/> <key>FixUSB_1000</key> <true/> <key>NewWay_80000000</key> <false/> <key>FIX_RTC_20000</key> <false/> <key>FiX_TMR_40000</key> <false/> <key>AddIMEI_80000</key> <false/> <key>FIX_INTELGFX_100000</key> <false/> <key>FiX_WAK_200000</key> <false/> <key>DeleteUnused_400000</key> <false/> <key>FIX_ADP1_800000</key> <false/> <key>AddPNLF_1000000</key> <false/> <key>FIX_S3D_2000000</key> <false/> <key>FIX_ACST_4000000</key> <false/> </dict> <key>DropOEM_DSM</key> <false/> </dict> <key>SSDT</key> <dict> <key>DropOem</key> <false/> <key>Generate</key> <dict> <key>PStates</key> <true/> <key>CStates</key> <true/> </dict> </dict> </dict> <key>Boot</key> <dict> <key>Log</key> <false/> <key>Timeout</key> <integer>5</integer> <key>XMPDetection</key> <string>Yes</string> <key>Secure</key> <false/> </dict> <key>Devices</key> <dict> <key>Audio</key> <dict> <key>Inject</key> <string>No</string> </dict> <key>USB</key> <dict> <key>Inject</key> <true/> <key>FixOwnership</key> <true/> <key>AddClockID</key> <true/> </dict> </dict> <key>GUI</key> <dict> <key>ScreenResolution</key> <string>1440x900</string> <key>Theme</key> <string>BGM</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> </dict> <key>Graphics</key> <dict> <key>Inject</key> <dict> <key>Intel</key> <false/> <key>ATI</key> <false/> <key>NVidia</key> <true/> </dict> </dict> <key>KernelAndKextPatches</key> <dict> <key>AppleRTC</key> <true/> <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>SMBIOS</key> <dict> <key>BoardType</key> <integer>10</integer> <key>ChassisType</key> <integer>8</integer> <key>SmUUID</key> <string>XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX</string> <key>BiosReleaseDate</key> <string>05/05/09</string> <key>Version</key> <string>1.0</string> <key>SerialNumber</key> <string>XXXXXXXXXXX</string> <key>Manufacturer</key> <string>Apple Computer, Inc.</string> <key>BoardManufacturer</key> <string>Apple Computer, Inc.</string> <key>BoardSerialNumber</key> <string>XXXXXXXXXXXXXXXXX</string> <key>ChassisAssetTag</key> <string>MacBook-Aluminum</string> <key>BiosVendor</key> <string>Apple Computer, Inc.</string> <key>ChassisManufacturer</key> <string>Apple Computer, Inc.</string> <key>BiosVersion</key> <string>MBP51.88Z.007E.B05.0905051508</string> <key>Board-ID</key> <string>Mac-F42D86C8</string> <key>Family</key> <string>MacBook Pro</string> <key>ProductName</key> <string>MacBookPro5,1</string> <key>Mobile</key> <true/> <key>Trust</key> <false/> </dict> <key>RtVariables</key> <dict> <key>MLB</key> <string>XXXXXXXXXXXXXXXXX</string> </dict> <key>SystemParameters</key> <dict> <key>CustomUUID</key> <string>XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX</string> <key>InjectSystemID</key> <true/> </dict> </dict> </plist> Update Aug 13 2015 for Yosemite 10.10.5: Yosemite XPS M1530 Installer Files.zip Update Sep 21 2015 for El Capitan 10.11 GM1: El Capitan XPS M1530 Installer Files.zip and update to Clover r3259+ Update Sep 26 2017 for Sierra 10.12.6 and High Sierra 10.13.0: XPS M1530_Sierra&HiSierra.zip Clover files for XPSm150.zip Yosemite XPS M1530 Installer Files.zip El Capitan XPS M1530 Installer Files.zip XPS M1530_Sierra&HiSierra.zip Clover_v2.4k_r4392.pkg.zip 7 Link to comment Share on other sites More sharing options...
k3nny Posted January 24, 2014 Share Posted January 24, 2014 (edited) Revision: 2189Mode: UEFIMotherboard: Asus P8Z77-V LKBIOS: 1001 - Upper versions have buggy NVRAM. PMPatch by CodeRush to remove 0xE2 MSR lock.CPU: i5-3570k @ 4.2 GHz - ssdtPRGen.sh script for power managementRAM: 8 GB Corsair Vengeance LPAudio on board: Realtek ALC892 - patched AppleHDA.kext and layout-id injectionEthernet on board: Realtek RTL8168 - RTL8111 driver by MiezeForeign USB3 on board: ASMedia AS1042 - GenericUSBXHCI driver by Zenith432Graphics card 1: XFX HD 7870 DD - custom VBIOS for UEFI mode and custom framebufferGraphics card 2: on-board Intel HD 4000 - disabled and never usedMac Model: iMac13,2 - Ivy Bridge power managementACPI tables: Dynamically patched DSDT via Clover, SSDT generated via ssdtPRGen.sh by Piker-AlphaProperty injection method: EFI string Not working: Proper shutdown in UEFI mode. Hangs in about 1/10 timesConfig file: Clover_r2189_config.zip PS:@ErmaC: Thanks for this topic, I think it's a great idea. Edited January 24, 2014 by k3nny Link to comment Share on other sites More sharing options...
fusion71au Posted January 24, 2014 Share Posted January 24, 2014 Clover v2.3k r3333 UEFI install OsxAptioFix2Drv-64 in Driver64UEFI Motherboard:GA-B75M-D3H, F12 BIOS BIOS set to boot UEFI only, HD mode to AHCI, internal graphics memory 64MB HD 2TB HD GPT dual boot OSX El Capitan 10.11.3/Win10_X64 UEFI with Clover v2.3k_r3333 CPU: Intel I3 3225 3.3GHzRAM: 8GB (4GBx2 Kingston DDR3 1600 MHz)Audio: On board Realtek ALC 887 sound ---> Clover/kext patched Realtek ALC by @toleda/pikeralpha Graphics: Intel HD 4000 (ID injected with Clover)LAN: Onboard Realtek GbE LAN--->Mieze's RealtekRTL8111.kext v1.1.3Mac Model: MacMini 6,2Config.plist: <?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>Name</key> <string>DSDT.aml</string> <key>ReuseFFFF</key> <false/> </dict> <key>SSDT</key> <dict> <key>DropOem</key> <true/> <key>Generate</key> <true/> </dict> </dict> <key>Boot</key> <dict> <key>Arguments</key> <string>dart=0 kext-dev-mode=1</string> <key>Debug</key> <false/> <key>DefaultVolume</key> <string>LastBootedVolume</string> <key>Secure</key> <false/> <key>Timeout</key> <integer>2</integer> <key>XMPDetection</key> <string>Yes</string> </dict> <key>Devices</key> <dict> <key>Audio</key> <dict> <key>Inject</key> <string>3</string> </dict> <key>USB</key> <dict> <key>FixOwnership</key> <false/> <key>Inject</key> <false/> </dict> </dict> <key>GUI</key> <dict> <key>Custom</key> <dict> <key>Entries</key> <array> <dict> <key>Disabled</key> <true/> <key>FullTitle</key> <string>UEFI Internal</string> <key>Hidden</key> <true/> <key>Ignore</key> <false/> <key>InjectKexts</key> <false/> <key>NoCaches</key> <false/> <key>Type</key> <string>Other</string> </dict> </array> </dict> <key>Mouse</key> <dict> <key>DoubleClick</key> <integer>500</integer> <key>Enabled</key> <false/> <key>Mirror</key> <false/> <key>Speed</key> <integer>8</integer> </dict> <key>Scan</key> <dict> <key>Entries</key> <true/> <key>Legacy</key> <false/> <key>Tool</key> <true/> </dict> <key>ScreenResolution</key> <string>1920x1080</string> <key>Theme</key> <string>BGM</string> </dict> <key>Graphics</key> <dict> <key>Inject</key> <dict> <key>ATI</key> <false/> <key>Intel</key> <true/> <key>NVidia</key> <false/> </dict> <key>InjectEDID</key> <true/> <key>NvidiaSingle</key> <false/> </dict> <key>KernelAndKextPatches</key> <dict> <key>AppleRTC</key> <true/> <key>AsusAICPUPM</key> <false/> <key>Debug</key> <false/> <key>KernelCpu</key> <false/> <key>KernelHaswellE</key> <false/> <key>KernelLapic</key> <false/> <key>KernelPm</key> <false/> <key>KextsToPatch</key> <array> <dict> <key>Comment</key> <string>External icons patch</string> <key>Disabled</key> <false/> <key>Find</key> <data> RXh0ZXJuYWw= </data> <key>Name</key> <string>External icons patch</string> <key>Replace</key> <data> SW50ZXJuYWw= </data> </dict> <dict> <key>Comment</key> <string>t1-10.9-10.11-AppleHDA/Realtek ALC887</string> <key>Disabled</key> <false/> <key>Find</key> <data> ixnUEQ== </data> <key>Name</key> <string>AppleHDA</string> <key>Replace</key> <data> hwjsEA== </data> </dict> <dict> <key>Comment</key> <string>t1-10.11-AppleHDA/Realtek ALC...</string> <key>Disabled</key> <false/> <key>Find</key> <data> gxnUEQ== </data> <key>Name</key> <string>AppleHDA</string> <key>Replace</key> <data> AAAAAA== </data> </dict> </array> </dict> <key>RtVariables</key> <dict> <key>BooterConfig</key> <string>0x28</string> <key>CsrActiveConfig</key> <string>0x3</string> <key>ROM</key> <string>UseMacAddr0</string> </dict> <key>SMBIOS</key> <dict> <key>BiosReleaseDate</key> <string>10/23/12</string> <key>BiosVendor</key> <string>Apple Inc.</string> <key>BiosVersion</key> <string>MM61.88Z.0106.B00.1208091121</string> <key>Board-ID</key> <string>Mac-F65AE981FFA204ED</string> <key>BoardManufacturer</key> <string>Apple Inc.</string> <key>BoardType</key> <integer>10</integer> <key>ChassisAssetTag</key> <string>Mini-Aluminum</string> <key>ChassisManufacturer</key> <string>Apple Inc.</string> <key>ChassisType</key> <string>16</string> <key>Family</key> <string>Mac mini</string> <key>Manufacturer</key> <string>Apple Inc.</string> <key>ProductName</key> <string>Macmini6,2</string> <key>SerialNumber</key> <string>C02######WYN</string> <key>Trust</key> <false/> <key>Version</key> <string>1.0</string> </dict> <key>SystemParameters</key> <dict> <key>InjectKexts</key> <string>Detect</string> <key>InjectSystemID</key> <true/> </dict> </dict> </plist> The kernel flag dart=0 has the same effect as setting VT-d to disabled in BIOS. Patched Tables: Custom DSDT applied Pjalm's patch for the B75M-D3H using MaciASL located in his repository (see Pjalm forums). Everything works including HDMI sound, sleep/wake and USB3 using the files below (attached GA_B75M-D3H OSX files.zip) in /System/Library/Extensions: FakeSMC.kext from Kozlek's branch Sound--->AppleHDA887.kext generated by audio_pikeralphaALC-110.command script LAN--->Mieze's RealtekRTL8111.kext v1.1.3 USB3--->Zenith432's GenericUSBXHCI.kext v1.2.7 (Not required in El Capitan) Updated 25 Mar 2015: GA_B75M-D3H Yosemite files.zip Updated 26 Jan 2016: B75M-D3H El Capitan.zip GA_B75M-D3H OSX files.zip GA_B75M-D3H Yosemite files.zip B75M-D3H El Capitan.zip 3 Link to comment Share on other sites More sharing options...
Allan Posted January 24, 2014 Share Posted January 24, 2014 (edited) Clover revision 3193 in UEFIMotherboard: Lenovo G480CPU: i5 3210M @2.50 - 3.10 GHzRAM: 8 GB Vendor: SmartModular and KingstonAudio OnBoard: YES Type: Conexant 20590 with on-the-fly patch.Graphics card1: Intel HD4000 activaction method: via Clover InjectorAudio On Graphics Card1: YesMac Model: MacBook Pro 10,2config.plist: config.plist.zipPatched tables: My custom DSDT + SSDT generated manually. Edited May 30, 2015 by Allan Add new info. Link to comment Share on other sites More sharing options...
ErmaC Posted January 24, 2014 Author Share Posted January 24, 2014 Done Done --- Pls guys add your config.plist and shutdown script into a [ code ] [ /code ] Also REMOVE your SERIALS from config SMBios section... Fabio Link to comment Share on other sites More sharing options...
chris1111 Posted January 24, 2014 Share Posted January 24, 2014 REVISION: Clover 2482 MODE:Only UEFI Motherboard: GA Z87X-UD5HCPU: i7 4770kRAM: 16 GB Vendor: Corsairre Vengences Pro séries 1600 Mhz SSD: 120gig KingstonAudio OnBoard: YES : ALC898xx with Clover layout injector and patched with Clover shutdown scriptGraphics card1: Nvidia GTX 760 - Clover Graphics card2: Onboard Intel HD 4600- DesableMac Model: iMac 14.2 OS X 10.9.1config.plist --> <?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>Fixes</key> <dict> <key>AddDTGP_0001</key> <true/> <key>AddMCFG_0008</key> <false/> <key>FakeLPC_0020</key> <false/> <key>FixAirport_4000</key> <true/> <key>FixDarwin_0002</key> <true/> <key>FixDisplay_0100</key> <true/> <key>FixFirewire_0800</key> <true/> <key>FixHPET_0010</key> <true/> <key>FixIDE_0200</key> <false/> <key>FixIPIC_0040</key> <true/> <key>FixLAN_2000</key> <true/> <key>FixSATA_0400</key> <false/> <key>FixSBUS_0080</key> <true/> <key>FixShutdown_0004</key> <true/> <key>FixUSB_1000</key> <true/> </dict> <key>Name</key> <string>DSDT.aml</string> </dict> <key>DropTables</key> <array> <dict> <key>Signature</key> <string>DMAR</string> </dict> <dict> <key>Signature</key> <string>SSDT</string> <key>TableId</key> <string>CpuPm</string> </dict> <dict> <key>Signature</key> <string>SSDT</string> <key>TableId</key> <string>Cpu0Ist</string> </dict> </array> <key>HaltEnabler</key> <false/> <key>SSDT</key> <dict> <key>Generate</key> <dict> <key>CStates</key> <true/> <key>PStates</key> <true/> </dict> <key>MinMultiplier</key> <integer>8</integer> <key>PLimitDict</key> <integer>0</integer> <key>UnderVoltStep</key> <integer>0</integer> </dict> </dict> <key>Boot</key> <dict> <key>DefaultVolume</key> <string>MacHDD</string> <key>Fast</key> <false/> <key>Legacy</key> <string>PBR</string> <key>Log</key> <false/> <key>Timeout</key> <integer>2</integer> <key>XMPDetection</key> <string>-1</string> </dict> <key>Devices</key> <dict> <key>Audio</key> <dict> <key>Inject</key> <string>1</string> </dict> <key>FakeID</key> <dict> <key>ATI</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>Inject</key> <false/> <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>\EFI\BOOT\BOOTX64.EFI</string> </array> <key>Language</key> <string>en:0</string> <key>Mouse</key> <dict> <key>Enabled</key> <false/> <key>Speed</key> <integer>0</integer> </dict> <key>Scan</key> <dict> <key>Entries</key> <true/> <key>Legacy</key> <true/> <key>Tool</key> <true/> </dict> <key>ScreenResolution</key> <string>1920x1080</string> <key>TextOnly</key> <false/> <key>Theme</key> <string>gold_clover</string> </dict> <key>Graphics</key> <dict> <key>Inject</key> <dict> <key>ATI</key> <false/> <key>Intel</key> <true/> <key>NVidia</key> <false/> </dict> <key>PatchVBios</key> <false/> </dict> <key>KernelAndKextPatches</key> <dict> <key>AppleRTC</key> <true/> <key>AsusAICPUPM</key> <true/> <key>Debug</key> <false/> <key>KernelCpu</key> <false/> <key>KextsToPatch</key> <array> <dict> <key>Comment</key> <string>ALC898 Codec</string> <key>Find</key> <data> ixnUEQ== </data> <key>Name</key> <string>AppleHDA</string> <key>Replace</key> <data> mQjsEA== </data> </dict> </array> </dict> <key>RtVariables</key> <dict> <key>LogEveryBoot</key> <string>10</string> <key>LogLineCount</key> <integer>3000</integer> <key>MountEFI</key> <true/> </dict> <key>SystemParameters</key> <dict> <key>InjectKexts</key> <string>Detect</string> <key>InjectSystemID</key> <true/> </dict> </dict> </plist> Link to comment Share on other sites More sharing options...
ErmaC Posted January 24, 2014 Author Share Posted January 24, 2014 PS: @ErmaC: Thanks for this topic, I think it's a great idea. Thx & Done Done --- Ok for the moment I continue later... Clover revision 2444 in UEFI Motherboard: Lenovo CPU: i5 3210M @2.50 - 3.10 GHz RAM: 4 GB Vendor: SmartModular Audio OnBoard: YES Type: Conexant 20590 with Clover layout injector. Graphics card1: Intel HD4000 activaction method: via Clover Injector Audio On Graphics Card1: Yes Mac Model: MacBook Pro 9,2 config.plist --> config.plist Patched tables: My custom DSDT + SSDT generated via ssdtPRGen.sh by Piker-Alpha. Your config.plist ??? Link to comment Share on other sites More sharing options...
sot_22 Posted January 25, 2014 Share Posted January 25, 2014 - Clover 2512 - Drivers64UEFI folder : EmuVariableUefi-64.efi FSInject-64.efi OsxAptioFixDrv-64.efi OsxFatBinaryDrv-64.efi HFSPlus-64.efi MODE: UEFI Only - #3767 Motherboard: Asrock B85M-ITX BIOS : New version 2.0 BIOS have MSR unlocked http://www.asrock.com/mb/Intel/B85M-ITX/?cat=Download&os=BIOS (old 1.90 - patched with excellent pmpatch utility by CodeRush #1985601) CPU: i5 4670k - SSDT using ssdtPRGen.sh by Piker-Alpha RAM: Crucial Ballistix Sport 8GB (2 x 4GB) 240-Pin DDR3 SDRAM DDR3 1600 ( PC3 12800) Audio OnBoard: ALC892 ,Clover inject layout 1 and patched kext - Download Graphics : intel HD 4600 - Clover injection or ATI 4850 with Clover ATI injection + FakeID : 0x94401002 LAN : Qualcomm Atheros AR8171 - ALXEthernet-1.0.2.zip - #1 Mac Model: iMac 14,2 OS X 10.9.1 no DSDT just some Clover fixes on config.plist Config.plist <?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>Fixes</key> <dict> <key>NewWay_80000000</key> <true/> <key>AddDTGP_0001</key> <true/> <key>FixDarwin_0002</key> <true/> <key>FixUSB_1000</key> <true/> </dict> <key>Name</key> <string>DSDT.aml</string> </dict> <key>DropTables</key> <array> <dict> <key>Signature</key> <string>SSDT</string> <key>TableId</key> <string>CpuPm</string> </dict> <dict> <key>Signature</key> <string>SSDT</string> <key>TableId</key> <string>Cpu0Ist</string> </dict> </array> <key>HaltEnabler</key> <false/> <key>SSDT</key> <dict> <key>DropOem</key> <true/> <key>Generate</key> <dict> <key>CStates</key> <false/> <key>PStates</key> <false/> </dict> </dict> </dict> <key>Boot</key> <dict> <key>Arguments</key> <string>-v slide=0</string> <key>DefaultVolume</key> <string>macos</string> <key>Fast</key> <false/> <key>Legacy</key> <string>Legacy="PBR"</string> <key>Log</key> <false/> <key>Timeout</key> <integer>8</integer> </dict> <key>Devices</key> <dict> <key>Audio</key> <dict> <key>Inject</key> <string>1</string> </dict> <key>FakeID</key> <dict> <key>ATI</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>Inject</key> <false/> <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>Language</key> <string>en:0</string> <key>Scan</key> <dict> <key>Entries</key> <true/> <key>Legacy</key> <true/> <key>Tool</key> <true/> </dict> <key>Hide</key> <array> </array> <key>Custom</key> <dict> <key>Entries</key> <array> <dict> <key>VolumeType</key> <string>Internal</string> <key>Hidden</key> <true/> </dict> </array> </dict> <key>TextOnly</key> <false/> <key>Mouse</key> <dict> <key>Enabled</key> <false/> <key>Speed</key> <integer>0</integer> </dict> <key>Theme</key> <string>metal</string> </dict> <key>Graphics</key> <dict> <key>Inject</key> <dict> <key>ATI</key> <false/> <key>Intel</key> <true/> <key>NVidia</key> <false/> </dict> <key>PatchVBios</key> <false/> </dict> <key>KernelAndKextPatches</key> <dict> <key>AppleRTC</key> <true/> <key>AsusAICPUPM</key> <false/> <key>Debug</key> <false/> <key>KernelCpu</key> <false/> <key>KextsToPatch</key> <array> </array> </dict> <key>RtVariables</key> <dict> <key>LogEveryBoot</key> <string>10</string> <key>LogLineCount</key> <integer>3000</integer> <key>MountEFI</key> <false/> </dict> <key>SMBIOS</key> <dict> <key>Trust</key> <true/> <key>SerialNumber</key> <string>**********</string> </dict> <key>SystemParameters</key> <dict> <key>InjectKexts</key> <string>Detect</string> <key>InjectSystemID</key> <false/> </dict> </dict> </plist> Link to comment Share on other sites More sharing options...
FusselFux Posted January 27, 2014 Share Posted January 27, 2014 Clover revision 2525 in UEFIMotherboard: Gigabyte GA-Z87X-UD5H Rev 1.0 Bios F8D Beta BiosCPU: i7 4770K @3,5GHZ (4,3 GHz Turbo)RAM: 16 GB Vendor: Corsair 1333MhzAudio OnBoard: YES Type: ALC898 with Clover layout injector and patched with Clover shutdown scriptGraphics card1: Nvidia GTX 650 Ti OC 2GB activaction method: via Clover InjectorGraphics card2: Onboard Intel HD 4600 activation method: Disabled.Audio On Graphics Card1: No (never tested)Audio On Graphics Card2: NoMac Model: iMac14,2config.plist --> config.plistPatched tables: My custom DSDT + custom SSDT + script for generating xStates.optional:Theme used: applestyleLinks of Sources of Kext are at the Folders at ZIP-File config.plist <?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>DisableDrivers</key> <array> <string>Nothing</string> </array> <key>GUI</key> <dict> <key>Language</key> <string>en:0</string> <key>Theme</key> <string>applestyle</string> <key>Mouse</key> <dict> <key>DoubleClick</key> <integer>500</integer> <key>Speed</key> <integer>8</integer> <key>Enabled</key> <true/> </dict> <key>Scan</key> <dict> <key>Entries</key> <true/> <key>Tool</key> <true/> <key>Legacy</key> <string>First</string> </dict> <key>Hide</key> <array> <string>Windows</string> <string>\EFI\BOOT\BOOTX64.EFI</string> </array> </dict> <key>Graphics</key> <dict> <key>Inject</key> <dict> <key>Intel</key> <true/> <key>ATI</key> <false/> <key>NVidia</key> <false/> </dict> </dict> <key>KernelAndKextPatches</key> <dict> <key>AppleRTC</key> <true/> <key>AsusAICPUPM</key> <true/> <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> <dict> <key>Name</key> <string>AppleHDA</string> <key>Find</key> <data> hBnUEQ== </data> <key>Replace</key> <data> mQjsEA== </data> <key>Comment</key> <string>ALC898 Patch</string> </dict> </array> </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>SMBIOS</key> <dict> <key>Trust</key> <false/> </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>Patches</key> <array> <dict> <key>Comment</key> <string>AppleHDA</string> <key>Find</key> <data> hBnUEQ== </data> <key>Replace</key> <data> mQjsEA== </data> </dict> </array> <key>Fixes</key> <dict> <key>AddDTGP_0001</key> <true/> <key>AddMCHC_0008</key> <false/> <key>FakeLPC_0020</key> <false/> <key>FixAirport_4000</key> <true/> <key>FixDarwin_0002</key> <true/> <key>FixDisplay_0100</key> <true/> <key>FixFirewire_0800</key> <true/> <key>FixHDA_8000</key> <true/> <key>FixHPET_0010</key> <true/> <key>FixIDE_0200</key> <false/> <key>FixIPIC_0040</key> <true/> <key>FixLAN_2000</key> <true/> <key>FixSATA_0400</key> <false/> <key>FixSBUS_0080</key> <true/> <key>FixShutdown_0004</key> <true/> <key>FixUSB_1000</key> <true/> <key>NewWay_80000000</key> <false/> <key>FIX_RTC_20000</key> <false/> <key>FiX_TMR_40000</key> <false/> <key>AddIMEI_80000</key> <false/> <key>FIX_INTELGFX_100000</key> <false/> <key>FiX_WAK_200000</key> <false/> <key>DeleteUnused_400000</key> <false/> <key>FIX_ADP1_800000</key> <false/> <key>AddPNLF_1000000</key> <false/> <key>FIX_S3D_2000000</key> <false/> <key>FIX_ACST_4000000</key> <false/> </dict> <key>DropOEM_DSM</key> <false/> </dict> <key>SSDT</key> <dict> <key>DropOem</key> <true/> <key>UseSystemIO</key> <true/> <key>Generate</key> <dict> <key>PStates</key> <true/> <key>CStates</key> <true/> </dict> <key>MinMultiplier</key> <integer>8</integer> <key>PluginType</key> <integer>1</integer> <key>EnableC6</key> <true/> <key>EnableC7</key> <true/> </dict> </dict> <key>Boot</key> <dict> <key>DefaultVolume</key> <string>Mavericks</string> <key>Legacy</key> <string>PBR</string> <key>Log</key> <false/> <key>Timeout</key> <integer>5</integer> <key>XMPDetection</key> <string>1</string> <key>Secure</key> <false/> </dict> <key>Devices</key> <dict> <key>Audio</key> <dict> <key>Inject</key> <string>1</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> <true/> <key>FixOwnership</key> <true/> <key>AddClockID</key> <true/> </dict> </dict> <key>SystemParameters</key> <dict> <key>InjectSystemID</key> <true/> <key>InjectKexts</key> <string>Detect</string> </dict> </dict> </plist> Edit: added BIOS-Settings GA-Z87X-UD5H Rev 1.0 Bios F8D.zip 1 Link to comment Share on other sites More sharing options...
fusion71au Posted February 21, 2014 Share Posted February 21, 2014 (edited) Clover v2.4k r4658 Legacy boot--->CloverEFI. Motherboard:Gigabyte P55a UD3 F11 BIOSCPU: Core i5 750 2.67GhzRAM: 8GB (2x4GB Kingston DDR3 1333MHz)Audio: Onboard Realtek ALC888 Lilu.kext v1.2.7, AppleALC.kext v1.3.1 Graphics card: XFX ATI Radeon HD 5770 1024MB LAN: Realtek RTL8111D using Mieze's RealtekRTL8111.kext v1.2.3 Wifi: TL-WN881ND/Atheros 9287 using Clover Airport Fix + FakeIDMac Model: MacPro5,1Patched tables: Clover patched native DSDT (patches specified in config.plist. Likely to also work with other Gigabyte socket 1156 motherboards) config.plist--->put into EFI/CLOVER folder BIOS Drivers to install in EFI/CLOVER/drivers64: HFSPlus-64.efi, ApfsDriverLoader-64.efi Check "Install RC scripts on target volume" for emulated NVRAM FakeSMC.kext, RealtekRTL8111.kext -->put into EFI/CLOVER/kexts/Other Press F1 at Clover Main Menu for useful keyboard shortcuts. Link to Clover wiki. Config.plist <?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>AddDTGP</key> <true/> <key>AddHDMI</key> <true/> <key>AddIMEI</key> <true/> <key>AddMCHC</key> <true/> <key>AddPNLF</key> <true/> <key>DeleteUnused</key> <true/> <key>FixAirport</key> <true/> <key>FixDarwin</key> <true/> <key>FixDisplay</key> <true/> <key>FixHDA</key> <true/> <key>FixHPET</key> <true/> <key>FixIPIC</key> <true/> <key>FixLAN</key> <true/> <key>FixRTC</key> <true/> <key>FixRegions</key> <true/> <key>FixS3D</key> <true/> <key>FixSBUS</key> <true/> <key>FixShutdown</key> <true/> <key>FixTMR</key> <true/> <key>FixUSB</key> <true/> <key>FixWAK</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>CpuPm</string> </dict> <dict> <key>Signature</key> <string>SSDT</string> <key>TableId</key> <string>Cpu0Ist</string> </dict> </array> <key>HaltEnabler</key> <true/> <key>SSDT</key> <dict> <key>DropOem</key> <false/> <key>Generate</key> <dict> <key>CStates</key> <true/> <key>PStates</key> <true/> </dict> </dict> </dict> <key>Boot</key> <dict> <key>Arguments</key> <string>-nehalem_error_disable no_compat_check dart=0</string> <key>Debug</key> <false/> <key>DefaultVolume</key> <string>LastBootedVolume</string> <key>Legacy</key> <string>LegacyBiosDefault</string> <key>Secure</key> <false/> <key>Timeout</key> <integer>3</integer> <key>XMPDetection</key> <false/> </dict> <key>CPU</key> <dict> <key>UseARTFrequency</key> <false/> </dict> <key>Devices</key> <dict> <key>Audio</key> <dict> <key>Inject</key> <integer>1</integer> </dict> <key>FakeID</key> <dict> <key>WIFI</key> <string>0x0030168C</string> </dict> <key>USB</key> <dict> <key>AddClockID</key> <true/> <key>FixOwnership</key> <true/> <key>Inject</key> <true/> </dict> </dict> <key>GUI</key> <dict> <key>Custom</key> <dict> <key>Entries</key> <array> <dict> <key>Disabled</key> <false/> <key>Hidden</key> <true/> <key>Ignore</key> <false/> <key>InjectKexts</key> <true/> <key>NoCaches</key> <false/> <key>Title</key> <string>Recovery HD</string> <key>Type</key> <string>OSXRecovery</string> </dict> </array> </dict> <key>EmbeddedThemeType</key> <string>Dark</string> <key>Hide</key> <array> <string>bootmgr.efi</string> <string>Preboot</string> </array> <key>Mouse</key> <dict> <key>DoubleClick</key> <integer>500</integer> <key>Enabled</key> <false/> <key>Mirror</key> <false/> <key>Speed</key> <integer>8</integer> </dict> <key>Scan</key> <dict> <key>Entries</key> <true/> <key>Kernel</key> <string>MostRecent</string> <key>Legacy</key> <false/> <key>Linux</key> <false/> <key>Tool</key> <true/> </dict> <key>ScreenResolution</key> <string>1920x1080</string> <key>Theme</key> <string>embedded</string> </dict> <key>Graphics</key> <dict> <key>FBName</key> <string>Vervet</string> <key>Inject</key> <dict> <key>ATI</key> <true/> <key>Intel</key> <false/> <key>NVidia</key> <false/> </dict> <key>NvidiaSingle</key> <false/> <key>PatchVBios</key> <true/> <key>VideoPorts</key> <integer>4</integer> </dict> <key>KernelAndKextPatches</key> <dict> <key>AppleIntelCPUPM</key> <true/> <key>AppleRTC</key> <true/> <key>Debug</key> <false/> <key>KernelCpu</key> <false/> <key>KernelLapic</key> <false/> <key>KernelPm</key> <false/> <key>KernelXCPM</key> <false/> <key>KextsToPatch</key> <array> <dict> <key>Comment</key> <string>External icons patch</string> <key>Disabled</key> <false/> <key>Find</key> <data>RXh0ZXJuYWw=</data> <key>InfoPlistPatch</key> <false/> <key>Name</key> <string>AppleAHCIPort</string> <key>Replace</key> <data>SW50ZXJuYWw=</data> </dict> <dict> <key>Comment</key> <string>ALPM IO Error AppleAHCIPort</string> <key>Disabled</key> <false/> <key>Find</key> <data>QGACAA==</data> <key>InfoPlistPatch</key> <false/> <key>Name</key> <string>AppleAHCIPort</string> <key>Replace</key> <data>AAAAAA==</data> </dict> <dict> <key>Comment</key> <string>TRIM Enabler</string> <key>Disabled</key> <false/> <key>Find</key> <data>AEFQUExFIFNTRAA=</data> <key>InfoPlistPatch</key> <false/> <key>Name</key> <string>IOAHCIBlockStorage</string> <key>Replace</key> <data>AAAAAAAAAAAAAAA=</data> </dict> </array> </dict> <key>RtVariables</key> <dict> <key>BooterConfig</key> <string>0x28</string> <key>CsrActiveConfig</key> <string>0x67</string> <key>ROM</key> <string>UseMacAddr0</string> </dict> <key>SMBIOS</key> <dict> <key>ProductName</key> <string>MacPro5,1</string> </dict> <key>SystemParameters</key> <dict> <key>InjectKexts</key> <string>Yes</string> <key>InjectSystemID</key> <true/> </dict> </dict> </plist> P55A-UD3.zip Edited September 5, 2018 by fusion71au Updated config for High Sierra and Mojave 6 Link to comment Share on other sites More sharing options...
DocShadow Posted February 22, 2014 Share Posted February 22, 2014 Clover revision 2583 on USBMotherboard: Gigabyte EX58-UD5 (rev 1.0)CPU: i7-920 @ 3.4 HzRAM: 6 GB Vendor: OCZAudio OnBoard: YES Type: ALC889A with config.plist inject and patched ALC885.kext as per toledoGraphics card: AMD Radeon HD 6870 activaction method: NoneMac Model: MacPro11,1Thanks,Files for Gigabyte EX58-UD5 (rev 1.0) config-hack.plist.zip DSDT.aml.zip Link to comment Share on other sites More sharing options...
FusselFux Posted March 29, 2014 Share Posted March 29, 2014 Clover revision 2652 in UEFIMotherboard: Gigabyte GA-Z87X-UD5H Rev 1.0 Bios F8CPU: i7 4770K @3,5GHZ (4,3 GHz Turbo)RAM: 16 GB Vendor: Corsair 1333MhzAudio OnBoard: YES Type: ALC898 with Clover layout injector and patched with Clover shutdown scriptGraphics card1: Nvidia GTX 650 Ti 2GB activaction method: via Clover InjectorGraphics card2: Onboard Intel HD 4600 activation method: Enabled. (slower booting with HD4600 enabled)Audio On Graphics Card1: No (never tested)Audio On Graphics Card2: No (never tested)Mac Model: iMac14,2 optional: GA-Z87X-UD5H Rev 1.0 Bios F8.zip Links of Sources of Kext are at the Folders at ZIP-Filebios setting file for f8 biosdo not export a F8D beta bios setting and import to a F8 bios. it will damage the bios (press powerbutton 20 sek for biosreset)... IGFX must be first for a working HD4600 CSM must be disabled config.plist <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Boot</key> <dict> <key>DefaultVolume</key> <string>Mavericks SSD</string> <key>Legacy</key> <string>PBR</string> <key>Log</key> <false/> <key>Timeout</key> <integer>5</integer> <key>XMPDetection</key> <string>No</string> <key>Secure</key> <false/> </dict> <key>Devices</key> <dict> <key>Audio</key> <dict> <key>Inject</key> <string>1</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>UseIntelHDMI</key> <false/> <key>USB</key> <dict> <key>Inject</key> <true/> <key>FixOwnership</key> <true/> <key>AddClockID</key> <true/> </dict> </dict> <key>DisableDrivers</key> <array> <string>Nothing</string> </array> <key>GUI</key> <dict> <key>Language</key> <string>de:0</string> <key>Theme</key> <string>applestyle</string> <key>Mouse</key> <dict> <key>DoubleClick</key> <integer>500</integer> <key>Speed</key> <integer>8</integer> <key>Enabled</key> <true/> </dict> <key>Scan</key> <dict> <key>Entries</key> <true/> <key>Tool</key> <true/> <key>Legacy</key> <string>First</string> </dict> <key>Hide</key> <array> <string>Windows</string> <string>\EFI\BOOT\BOOTX64.EFI</string> </array> </dict> <key>Graphics</key> <dict> <key>DualLink</key> <integer>1</integer> <key>VideoPorts</key> <integer>3</integer> <key>ig-platform-id</key> <string>0x0300220D</string> <key>InjectEDID</key> <true/> <key>Inject</key> <dict> <key>Intel</key> <true/> <key>ATI</key> <false/> <key>NVidia</key> <false/> </dict> </dict> <key>KernelAndKextPatches</key> <dict> <key>AppleRTC</key> <true/> <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> <dict> <key>Name</key> <string>AppleHDA</string> <key>Find</key> <data> hBnUEQ== </data> <key>Replace</key> <data> mQjsEA== </data> <key>Comment</key> <string>AppleHDA/Realtek ALC898</string> </dict> <dict> <key>Name</key> <string>AppleHDA</string> <key>Find</key> <data> hBnUEQ== </data> <key>Replace</key> <data> mQjsEA== </data> <key>Comment</key> <string>AppleHDA/Realtek ALC898</string> </dict> <dict> <key>Name</key> <string>AppleHDAController</string> <key>Find</key> <data> PQwNAAB1Ug== </data> <key>Replace</key> <data> PQwMAAB1Ug== </data> <key>Comment</key> <string>10.9/HD4600/HDMI audio 2/2</string> </dict> <dict> <key>Name</key> <string>AppleIntelFramebufferAzul</string> <key>Find</key> <data> AQUJAAAEAACHAAAA </data> <key>Replace</key> <data> AQUJAAAIAAAGAAAA </data> <key>Comment</key> <string>10.9.2/Azul/Port 05/DP>HDMI</string> </dict> <dict> <key>Name</key> <string>AppleIntelFramebufferAzul</string> <key>Find</key> <data> AgQKAAAEAACHAAAA </data> <key>Replace</key> <data> AgQKAAAIAAAGAAAA </data> <key>Comment</key> <string>10.9.2/Azul/Port 06/DP>HDMI</string> </dict> <dict> <key>Name</key> <string>AppleHDAController</string> <key>Find</key> <data> PQwMAAB1Yesw </data> <key>Replace</key> <data> PQwMAAB1YesO </data> <key>Comment</key> <string>10.9/HD4600/HDMI audio 1/2</string> </dict> </array> </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>SMBIOS</key> <dict> <key>Trust</key> <false/> </dict> <key>ACPI</key> <dict> <key>DSDT</key> <dict> <key>Debug</key> <false/> <key>ReuseFFFF</key> <false/> <key>SlpSmiAtWake</key> <true/> <key>Name</key> <string>DSDT.aml</string> <key>Fixes</key> <dict> <key>AddDTGP_0001</key> <true/> <key>AddMCHC_0008</key> <false/> <key>FakeLPC_0020</key> <false/> <key>FixAirport_4000</key> <true/> <key>FixDarwin_0002</key> <true/> <key>FixDisplay_0100</key> <true/> <key>FixFirewire_0800</key> <true/> <key>FixHDA_8000</key> <true/> <key>FixHPET_0010</key> <true/> <key>FixIDE_0200</key> <false/> <key>FixIPIC_0040</key> <true/> <key>FixLAN_2000</key> <true/> <key>FixSATA_0400</key> <false/> <key>FixSBUS_0080</key> <true/> <key>FixShutdown_0004</key> <true/> <key>FixUSB_1000</key> <true/> <key>NewWay_80000000</key> <true/> <key>FixRegions_10000000</key> <true/> <key>FIX_RTC_20000</key> <true/> <key>FiX_TMR_40000</key> <false/> <key>AddIMEI_80000</key> <false/> <key>FIX_INTELGFX_100000</key> <false/> <key>FiX_WAK_200000</key> <true/> <key>DeleteUnused_400000</key> <false/> <key>FIX_ADP1_800000</key> <true/> <key>AddPNLF_1000000</key> <true/> <key>FIX_S3D_2000000</key> <true/> <key>FIX_ACST_4000000</key> <false/> <key>AddHDMI_8000000</key> <true/> </dict> <key>DropOEM_DSM</key> <false/> </dict> <key>SSDT</key> <dict> <key>DropOem</key> <false/> <key>UseSystemIO</key> <true/> <key>Generate</key> <dict> <key>PStates</key> <true/> <key>CStates</key> <true/> </dict> <key>MinMultiplier</key> <integer>8</integer> <key>PluginType</key> <integer>1</integer> <key>EnableC6</key> <true/> <key>EnableC7</key> <true/> </dict> </dict> <key>SystemParameters</key> <dict> <key>InjectSystemID</key> <true/> <key>InjectKexts</key> <string>Detect</string> </dict> </dict> </plist> GA-Z87X-UD5H Rev 1.0 Bios F8.zip Link to comment Share on other sites More sharing options...
toleda Posted March 29, 2014 Share Posted March 29, 2014 Clover revision 2636 in UEFI Motherboard: Asus Z87I-Deluxe Bios 0804 CPU: i7-4770K @3.5GHz, SSDT/Piker-Alpha/ssdtPRGen.sh/Clover Drop Tables RAM: 8 GB Vendor: Crucial 1600 MHz Audio OnBoard: Yes Type: ALC1150, toleda/audio_CloverALC Graphics card1: Sapphire HD 7750 1GB, activation: SSDT/Clover Kext patch Graphics card2: Intel HD 4600, activation: SSDT/Clover Kext patch Audio On Graphics Card1: SSDT-1/toleda/audio_CloverHDMI Audio On Graphics Card2: SSDT-1/toleda/audio_CloverHDMI WiFi: BCM94352, SSDT-2/toleda/wireless_half-mini/Clover Kext patch Mac Model: iMac14,2 Patched Tables: native DSDT/Clover sleep fix 1. SSDT/PM, 2. SSDT-1/Graphics/Audio, 3. SSDT-2/WiFi S/L/E/native + AppleHDA.kext/Resources/ 1. layout2.zml.zlib, 2. Platforms.zml.zlib EFI/Clover/kexts/10.9/ 1. AppleIntelE1000e.kext, 2. bcm4352bt.kext, 3. FakeSMC.kext, 4. realtekALC.kext config.plist <?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>Patches</key> <array> <dict> <key>Comment</key> <string>Asus/dsdt/sleep fix </string> <key>Find</key> <data>DAwAAIBcLl9TQl9QSU5YXC5fU0JfSVNNSQqQcA==</data> <key>Replace</key> <data></data> </dict> </array> <key>DropOEM_DSM</key> <false/> </dict> <key>DropTables</key> <array> <dict> <key>Signature</key> <string>SSDT</string> <key>TableId</key> <string>SaSsdt </string> </dict> <dict> <key>Signature</key> <string>SSDT</string> <key>TableId</key> <string>CpuPm</string> </dict> <dict> <key>Signature</key> <string>SSDT</string> <key>TableId</key> <string>Cpu0Ist</string> </dict> </array> <key>SSDT</key> <dict> <key>DropOem</key> <false/> <key>Generate</key> <dict> <key>PStates</key> <false/> <key>CStates</key> <false/> </dict> <key>MinMultiplier</key> <integer>8</integer> <key>PLimitDict</key> <integer>0</integer> <key>UnderVoltStep</key> <integer>0</integer> </dict> </dict> <key>Boot</key> <dict> <key>Legacy</key> <string>PBR</string> <key>Log</key> <true/> <key>Timeout</key> <integer>10</integer> <key>XMPDetection</key> <string>NO</string> <key>Secure</key> <false/> </dict> <key>Devices</key> <dict> <key>USB</key> <dict> <key>Inject</key> <false/> <key>FixOwnership</key> <false/> </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>UseIntelHDMI</key> <false/> </dict> <key>DisableDrivers</key> <array> <string>Nothing</string> </array> <key>Graphics</key> <dict> <key>Inject</key> <dict> <key>Intel</key> <false/> <key>ATI</key> <false/> <key>NVidia</key> <false/> </dict> </dict> <key>GUI</key> <dict> <key>Language</key> <string>en:0</string> <key>Theme</key> <string>metal</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> <string>First</string> </dict> <key>Hide</key> <array> <string>Windows</string> <string>\EFI\BOOT\BOOTX64.EFI</string> </array> </dict> <key>KernelAndKextPatches</key> <dict> <key>AppleRTC</key> <true/> <key>KextsToPatch</key> <array> <dict> <key>Name</key> <string>IOAHCIBlockStorage</string> <key>Find</key> <data>QVBQTEUgU1NE</data> <key>Replace</key> <data>AAAAAAAAAAAA</data> <key>Comment</key> <string>TrimEnabler</string> </dict> <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> <dict> <key>Name</key> <string>AppleHDA</string> <key>Find</key> <data>ixnUEQ==</data> <key>Replace</key> <data>AAnsEA==</data> <key>Comment</key> <string>10.9/ALC1150 Binary</string> </dict> <dict> <key>Name</key> <string>AppleHDAController</string> <key>Find</key> <data>PQwMAAB1Yesw</data> <key>Replace</key> <data>PQwMAAB1YesO</data> <key>Comment</key> <string>10.9/8series HDMI Audio 1/2</string> </dict> <dict> <key>Name</key> <string>AppleHDAController</string> <key>Find</key> <data>PQwNAAB1Ug==</data> <key>Replace</key> <data>PQwMAAB1Ug==</data> <key>Comment</key> <string>10.9/8series HDMI Audio 2/2 </string> </dict> <dict> <key>Name</key> <string>AppleIntelFramebufferAzul</string> <key>Find</key> <data>AgQKAAAEAACHAAAA</data> <key>Replace</key> <data>AgQKAAAIAAAGAAAA</data> <key>Comment</key> <string>10.9.2/Azul/Port 06/DP to HDMI</string> </dict> <dict> <key>Name</key> <string>AppleIntelFramebufferAzul</string> <key>Find</key> <data>AwYIAAAEAAARAAAA</data> <key>Replace</key> <data>AwYIAAAIAAAGAAAA</data> <key>Comment</key> <string>10.9.2/Azul/Port 07/DP to HDMI</string> </dict> <dict> <key>Name</key> <string>AMD7000Controller</string> <key>Find</key> <data>AAQAAAQDAAAAAQIAIgUDBQ==</data> <key>Replace</key> <data>AAgAAAQCAAAAAQIAIgUDBQ==</data> <key>Comment</key> <string>10.9/Dashimaki/Port 0/DP to HDMI</string> </dict> <dict> <key>Name</key> <string>AMD7000Controller</string> <key>Find</key> <data>AAgAAAQCAAAAAQQAEQIBAQ==</data> <key>Replace</key> <data>AAQAAAQDAAAAAQQAEQIBAQ==</data> <key>Comment</key> <string>10.9/Dashimaki/Port 3/HDMI to DP</string> </dict> <dict> <key>Name</key> <string>AirPortBrcm4360</string> <key>Find</key> <data>AVhU</data> <key>Replace</key> <data>AVhY</data> <key>Comment</key> <string>10.9/BCM94352/5 GHz</string> </dict> <dict> <key>Name</key> <string>AppleHDA</string> <key>Find</key> <data>eG1sLnps</data> <key>Replace</key> <data>em1sLnps</data> <key>Comment</key> <string>10.9/AppleHDA/Resources/xml to zml</string> </dict> </array> </dict> <key>RtVariables</key> <dict> <key>LogEveryBoot</key> <string>10</string> <key>LogLineCount</key> <integer>3000</integer> <key>MountEFI</key> <string>No</string> </dict> <key>SMBIOS</key> <dict> <key>Trust</key> <false/> </dict> <key>SystemParameters</key> <dict> <key>InjectSystemID</key> <true/> <key>InjectKexts</key> <string>YES</string> </dict> </dict> </plist> 2 Link to comment Share on other sites More sharing options...
VCH888 Posted April 17, 2014 Share Posted April 17, 2014 for HTPC Clover: revision 2652 in UEFI Motherboard: Gigabyte H87M-HD3 CPU: i3 4330 @ 3.5 Ghz RAM: 4 GB Vendor: Kingston Audio OnBoard: YES Type: ALC887 with ssdt-layout injector, ssdt-3.aml and patched with ALCpatchers_H87M-HD3.zip. layout1 for one Green output & layout3 for 3 outputs, Green/Pink/Blue. Graphics Card1: Onboard Intel HD 4600 activation method: ssdt platform-id & HDMI audio injector, ssdt-1.aml. Audio On Graphics Card1: YES, Clover patches on the fly for supporting HDMI audio, see in config.plist. Thanks toleda for patching stuff. Mac Model: MacBookAir6,2 config.plist: is in H87M-HD3.zip Patched tables: custom SSDTs are in /H87M-HD3/ACPI/patched/, note: ssdt.aml is only for i3 4330 and was generated by Piker-Alpha’ ssdtPRGen.sh. OS: OS X 10.9.2 and Android 4.4.2 (android-x86-4.4-RC1.iso) Sleep/Wake: OK Update: 2015, FEB 04 H87M-HD3.zip minimizing dsdt.aml; based on pikeralpha's guide and editing config.plist for HD4600-HDMI audio (OS X 10.9 & 10.10); credit to TimeWalker75a & toleda Link to comment Share on other sites More sharing options...
hack.in Posted April 20, 2014 Share Posted April 20, 2014 Hi Everyone, Clover revision 2656 in Legcay..MBR Partition Scheme Motherboard: GA-H61M-D2H Bios ver F5 CPU: i5 2500k SSDT/Piker-Alpha/ssdtPRGen.sh/Clover Drop Tables RAM: 8 GB Vendor: Corsair Vengeance 1600 MHz Audio OnBoard: Yes Type: ALC889 but i'm Using VoodooHDA2.8.5 Graphics card1: Zotac GT210 1GB, Clover Graphics card2: Intel HD 3000, activation: Disabled WiFi: TP-LINK TL-WN781ND activation:Dev id edit in Kext. Mac Model: iMac12,2 OS X 10.9.2 config.plist <?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>KernelAndKextPatches</key> <dict> <key>AppleRTC</key> <true/> <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>RtVariables</key> <dict> <key>LogEveryBoot</key> <string>10</string> <key>LogLineCount</key> <integer>3000</integer> <key>MountEFI</key> <string>Yes</string> </dict> <key>SMBIOS</key> <dict> <key>BoardType</key> <integer>10</integer> <key>ChassisType</key> <integer>13</integer> <key>BiosReleaseDate</key> <string>10/17/11</string> <key>Version</key> <string>1.0</string> <key>SerialNumber</key> <string>C02J7Z1SDHJP</string> <key>Manufacturer</key> <string>Apple Computer, Inc.</string> <key>BoardManufacturer</key> <string>Apple Computer, Inc.</string> <key>ChassisAssetTag</key> <string>iMac-Aluminum</string> <key>BiosVendor</key> <string>Apple Computer, Inc.</string> <key>ChassisManufacturer</key> <string>Apple Computer, Inc.</string> <key>BiosVersion</key> <string>IM121.88Z.0047.B1D.1110171110</string> <key>Board-ID</key> <string>Mac-942B59F58194171B</string> <key>Family</key> <string>iMac</string> <key>ProductName</key> <string>iMac12,2</string> <key>Trust</key> <false/> </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>Fixes</key> <dict> <key>AddDTGP_0001</key> <true/> <key>AddMCHC_0008</key> <false/> <key>FakeLPC_0020</key> <false/> <key>FixAirport_4000</key> <false/> <key>FixDarwin_0002</key> <false/> <key>FixDisplay_0100</key> <true/> <key>FixFirewire_0800</key> <false/> <key>FixHDA_8000</key> <true/> <key>FixHPET_0010</key> <true/> <key>FixIDE_0200</key> <false/> <key>FixIPIC_0040</key> <false/> <key>FixLAN_2000</key> <true/> <key>FixSATA_0400</key> <false/> <key>FixSBUS_0080</key> <false/> <key>FixShutdown_0004</key> <true/> <key>FixUSB_1000</key> <false/> <key>NewWay_80000000</key> <true/> <key>FixRegions_10000000</key> <true/> <key>FIX_RTC_20000</key> <true/> <key>FiX_TMR_40000</key> <true/> <key>AddIMEI_80000</key> <true/> <key>FIX_INTELGFX_100000</key> <false/> <key>FiX_WAK_200000</key> <true/> <key>DeleteUnused_400000</key> <true/> <key>FIX_ADP1_800000</key> <true/> <key>AddPNLF_1000000</key> <true/> <key>FIX_S3D_2000000</key> <true/> <key>FIX_ACST_4000000</key> <true/> <key>AddHDMI_8000000</key> <true/> </dict> <key>DropOEM_DSM</key> <dict> <key>ATI</key> <false/> <key>Firewire</key> <false/> <key>HDA</key> <false/> <key>HDMI</key> <false/> <key>IDE</key> <false/> <key>IntelGFX</key> <false/> <key>LAN</key> <false/> <key>LPC</key> <false/> <key>NVidia</key> <true/> <key>SATA</key> <false/> <key>SmBUS</key> <false/> <key>USB</key> <false/> <key>WIFI</key> <false/> </dict> </dict> <key>DropTables</key> <array> <dict> <key>Signature</key> <string>DMAR</string> </dict> <dict> <key>Signature</key> <string>SSDT</string> <key>TableId</key> <string>CpuPm</string> </dict> <dict> <key>Signature</key> <string>SSDT</string> <key>TableId</key> <string>Cpu0Ist</string> </dict> </array> <key>SSDT</key> <dict> <key>DropOem</key> <true/> <key>Generate</key> <dict> <key>PStates</key> <false/> <key>CStates</key> <false/> </dict> <key>EnableC6</key> <true/> </dict> </dict> <key>Boot</key> <dict> <key>Arguments</key> <string>-v</string> <key>DefaultVolume</key> <string>System Reserved</string> <key>Legacy</key> <string>PBR</string> <key>Log</key> <false/> <key>Timeout</key> <integer>1</integer> <key>XMPDetection</key> <string>No</string> <key>Secure</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>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> <key>IMEI</key> <string>0x0</string> </dict> <key>UseIntelHDMI</key> <false/> <key>USB</key> <dict> <key>Inject</key> <false/> <key>FixOwnership</key> <false/> </dict> </dict> <key>DisableDrivers</key> <array> <string>Nothing</string> </array> <key>GUI</key> <dict> <key>Language</key> <string>en:0</string> <key>ScreenResolution</key> <string>1366x768</string> <key>Theme</key> <string>LightUp</string> <key>Mouse</key> <dict> <key>DoubleClick</key> <integer>500</integer> <key>Speed</key> <integer>8</integer> <key>Enabled</key> <true/> </dict> <key>Scan</key> <dict> <key>Entries</key> <true/> <key>Tool</key> <true/> <key>Legacy</key> <string>First</string> </dict> <key>Hide</key> <array> <string>Windows</string> <string>\EFI\BOOT\BOOTX64.EFI</string> <string>SONGS</string> <string>WALLPAPERS</string> <string>DOCUMENTS</string> <string>SOFTWARES</string> </array> </dict> <key>Graphics</key> <dict> <key>Inject</key> <dict> <key>Intel</key> <false/> <key>ATI</key> <false/> <key>NVidia</key> <true/> </dict> </dict> <key>SystemParameters</key> <dict> <key>InjectSystemID</key> <true/> <key>InjectKexts</key> <string>Detect</string> </dict> </dict> </plist> Note :if you want to make automatically boot Clover into Windows Drive then Ntfs.efi is required in Efi/Clover/Drivera64 download from attachment PS:I have not found any Config.plist for Legacy Bios System e.g Award or Phoenix ,then i think to post it here ,, Thank you Ntfs.efi.zip config.plist.zip Link to comment Share on other sites More sharing options...
Fabio1971 Posted April 21, 2014 Share Posted April 21, 2014 Clover: revision 2652 in UEFICPU: I7-4770K @3.5GHz, SSDT/Piker-Alpha/ssdtPRGen.sh/Clover Drop TablesMotherboard: Asus Z87 Deluxe Bios 1802Ram: 4x4 GB Corsair Vengeance 1600 MHzGraphics card1: nVidia GTX 660, EFI/Clover/ACPI/patched/SSDT-1Graphics card2: Onboard Intel HD4600, activation: DisableAudio onBoard: Yes Type: ALC1150, toleda/audio_CloverALC / toleda/audio_ALC1150Wifi: Broadcom BCM4352, EFI/Clover/ACPI/patched/SSDT-2Mac Model: iMac 14.2OS X: 10.9.2 Sleep/Wake: OK Patched tables: native DSDT1) SSDT/ PM2) SSDT-1/ Graphics/Audio3) SSDT-2/ WifiEFI/Clover/kext/10.9/RealtekRTL8111.kext, AppleIntelE1000e.kext, bcm4352bt.kext, realtekALC.kext, FakeSMC.kextconfig.plist <?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>Devices</key> <dict> <key>USB</key> <dict> <key>Inject</key> <true/> <key>FixOwnership</key> <false/> <key>AddClockID</key> <true/> </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> <key>IMEI</key> <string>0x0</string> </dict> <key>UseIntelHDMI</key> <false/> </dict> <key>DisableDrivers</key> <array> <string>Nothing</string> </array> <key>GUI</key> <dict> <key>Language</key> <string>it:0</string> <key>Theme</key> <string>black_green</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>Hide</key> <array> <string>Windows</string> <string>\EFI\BOOT\BOOTX64.EFI</string> </array> </dict> <key>Graphics</key> <dict> <key>Inject</key> <dict> <key>Intel</key> <false/> <key>ATI</key> <false/> <key>NVidia</key> <false/> </dict> </dict> <key>KernelAndKextPatches</key> <dict> <key>AppleRTC</key> <true/> <key>KextsToPatch</key> <array> <dict> <key>Name</key> <string>IOAHCIBlockStorage</string> <key>Find</key> <data> QVBQTEUgU1NE </data> <key>Replace</key> <data> AAAAAAAAAAAA </data> <key>Comment</key> <string>TrimEnabler</string> </dict> <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> <dict> <key>Name</key> <string>AppleHDA</string> <key>Find</key> <data> eG1sLnps </data> <key>Replace</key> <data> em1sLnps </data> <key>Comment</key> <string>10.9/AppleHDA/Resources/xml>zml</string> </dict> <dict> <key>Name</key> <string>AppleHDA</string> <key>Find</key> <data> ixnUEQ== </data> <key>Replace</key> <data> AAnsEA== </data> <key>Comment</key> <string>10.9/AppleHDA/Realtek ALC1150</string> </dict> </array> </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>SMBIOS</key> <dict> <key>Trust</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>SSDT</string> <key>TableId</key> <string>SaSsdt </string> </dict> <dict> <key>Signature</key> <string>SSDT</string> <key>TableId</key> <string>CpuPm</string> </dict> <dict> <key>Signature</key> <string>SSDT</string> <key>TableId</key> <string>Cpu0Ist</string> </dict> </array> <key>SSDT</key> <dict> <key>DropOem</key> <false/> <key>Generate</key> <dict> <key>PStates</key> <false/> <key>CStates</key> <false/> </dict> <key>MinMultiplier</key> <integer>8</integer> <key>PLimitDict</key> <integer>0</integer> <key>UnderVoltStep</key> <integer>0</integer> </dict> </dict> <key>Boot</key> <dict> <key>DefaultVolume</key> <string>MacHD</string> <key>Legacy</key> <string>PBR</string> <key>Log</key> <true/> <key>Timeout</key> <integer>5</integer> <key>XMPDetection</key> <string>No</string> <key>Secure</key> <false/> </dict> <key>SystemParameters</key> <dict> <key>InjectSystemID</key> <true/> <key>InjectKexts</key> <string>Yes</string> </dict> </dict> </plist> 1 Link to comment Share on other sites More sharing options...
MARKBOARD NETSET Posted April 21, 2014 Share Posted April 21, 2014 Hi Dear @ll, First its nice idea to gather Clover Successful Builds & Config.plist but for me still as i see it isn't a Must to be 100%, but we are here in talks to care and share our ideas to improve our experiences in clover My Rigs Clover Setup AFAIK: Clover Status: It boots natively faster than my chameleon setup, all suggestions for improving my config are welcome though OS X version: 10.9.3 13Dx, for x=latest as always Clover version: Latest v2652 Btw, hope Slice & his Team continue overhauling this awesome efi-bootloader Theme: Needless for me skipped Clover installations: ESP of HDD Btw, hope next time UEFI-boot on my Dell locked Aptio-bios !CPU: Intel SandyBridge i3 2330M 2.2GHzRAM: Nanya 1333MHz 2G Motherboard: Laptop Dell Inspiron N4050 locked motherboard by manufacturers !Audio-Onboard: IDT 92HD87B1 loaded by latest VoodooHDA for now and does finely cleaner audio. Better to patch AppleHDA. Any Help is welcome HDMI Audio: For now not needed till finding an easy way to get it. Any Help is welcome GPU: Intel HD Graphics 3000 | SwitchResX: 1980x1080 @60Hz | Backlight: natively loaded AppleBacklight | Glitches unknown error origin ! Btw there aren't on Chameleon ! Mac Model(Smbios): Macbook Pro 8.1 or sometimes 8.2 / 8.3 Still no impact on my rig though!Boot flags(Arguments): -v timeout=0 direct boot not fast one ! Kext Patches: AICPUPM patched loadedDSDT: MUST to Compile many errors hinder it ! For now i don't have DSDT in my Clover folder ! Any help to compile my patched DSDT is welcome SSDT: CStates / P- generated Config.plist: <?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>Fixes</key> <dict> <key>AddDTGP_0001</key> <true/> <key>AddHDMI_8000000</key> <true/> <key>AddIMEI_80000</key> <true/> <key>AddMCHC_0008</key> <true/> <key>AddPNLF_1000000</key> <true/> <key>DeleteUnused_400000</key> <true/> <key>FIX_ACST_4000000</key> <false/> <key>FIX_ADP1_800000</key> <false/> <key>FIX_INTELGFX_100000</key> <false/> <key>FIX_RTC_20000</key> <false/> <key>FIX_S3D_2000000</key> <false/> <key>FIX_TMR_40000</key> <false/> <key>FIX_WAK_200000</key> <false/> <key>FakeLPC_0020</key> <false/> <key>FixAirport_4000</key> <false/> <key>FixDarwin_0002</key> <false/> <key>FixDisplay_0100</key> <false/> <key>FixFirewire_0800</key> <false/> <key>FixHDA_8000</key> <false/> <key>FixHPET_0010</key> <false/> <key>FixIDE_0200</key> <false/> <key>FixIPIC_0040</key> <false/> <key>FixLAN_2000</key> <false/> <key>FixRegions_10000000</key> <false/> <key>FixSATA_0400</key> <false/> <key>FixSBUS_0080</key> <false/> <key>FixShutdown_0004</key> <false/> <key>FixUSB_1000</key> <false/> <key>NewWay_80000000</key> <true/> </dict> <key>Name</key> <string>DSDT.aml</string> </dict> <key>DropTables</key> <array> <dict> <key>Signature</key> <string>DMAR</string> </dict> <dict> <key>Signature</key> <string>SSDT</string> <key>TableId</key> <string>CpuPm</string> </dict> <dict> <key>Signature</key> <string>SSDT</string> <key>TableId</key> <string>Cpu0Ist</string> </dict> </array> <key>HaltEnabler</key> <false/> <key>SSDT</key> <dict> <key>DropOem</key> <false/> <key>EnableC2</key> <false/> <key>EnableC4</key> <false/> <key>EnableC6</key> <true/> <key>EnableC7</key> <false/> <key>Generate</key> <dict> <key>CStates</key> <true/> <key>PStates</key> <true/> </dict> </dict> </dict> <key>Boot</key> <dict> <key>Arguments</key> <string>-v</string> <key>DefaultVolume</key> <string>˙</string> <key>Fast</key> <false/> <key>Legacy</key> <string>PBR</string> <key>Log</key> <false/> <key>Timeout</key> <integer>0</integer> <key>XMPDetection</key> <true/> </dict> <key>Devices</key> <dict> <key>Audio</key> <dict> <key>Inject</key> <string>12</string> </dict> <key>FakeID</key> <dict> <key>IMEI</key> <string>0x0</string> <key>IntelGFX</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>Inject</key> <false/> <key>USB</key> <dict> <key>AddClockID</key> <true/> <key>FixOwnership</key> <false/> <key>Inject</key> <false/> </dict> <key>UseIntelHDMI</key> <false/> </dict> <key>DisableDrivers</key> <array> <string>Nothing</string> </array> <key>GUI</key> <dict> <key>Hide</key> <array> <string>Windows</string> <string>\EFI\BOOT\BOOTX64.EFI</string> </array> <key>Language</key> <string>en:0</string> <key>Mouse</key> <dict> <key>DoubleClick</key> <integer>500</integer> <key>Enabled</key> <false/> <key>Speed</key> <integer>8</integer> </dict> <key>Scan</key> <dict> <key>Entries</key> <true/> <key>Legacy</key> <true/> <key>Tool</key> <true/> </dict> <key>ScreenResolution</key> <string>1366x768</string> <key>TextOnly</key> <false/> <key>Theme</key> <string>bootcamp</string> </dict> <key>Graphics</key> <dict> <key>Inject</key> <dict> <key>Intel</key> <false/> </dict> </dict> <key>KernelAndKextPatches</key> <dict> <key>AppleRTC</key> <false/> <key>AsusAICPUPM</key> <true/> <key>Debug</key> <false/> <key>KernelCpu</key> <false/> <key>KextsToPatch</key> <array> <string>Nothing</string> </array> </dict> <key>RtVariables</key> <dict> <key>LogEveryBoot</key> <string>10</string> <key>LogLineCount</key> <integer>3000</integer> <key>MountEFI</key> <true/> </dict> <key>SystemParameters</key> <dict> <key>InjectKexts</key> <true/> <key>InjectSystemID</key> <true/> </dict></dict></plist> Link to comment Share on other sites More sharing options...
eurisko1 Posted May 23, 2014 Share Posted May 23, 2014 Clover revision: 2675 in UEFIMotherboard: Gigabyte Z68x-Ud4-B3 Rev.1CPU: i5-2500KRAM: 16 GB Vendor: ddr3 1600 corsair vengeance blue edition Audio OnBoard: YES Type: ALC889 patched by Toleda-CloverGraphics card1: Asus EN9800gt 1gb vram Graphics card2: Onboard Intel HD 3000 activation method: not enabled.Audio On Graphics Card1: NoMac Model: iMac 12,2Patched tables: My custom DSDT + custom SSDT <?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>AddDTGP_0001</key> <false/> <key>AddHDMI_8000000</key> <false/> <key>AddIMEI_80000</key> <false/> <key>AddMCHC_0008</key> <false/> <key>AddPNLF_1000000</key> <false/> <key>DeleteUnused_400000</key> <false/> <key>FIX_ACST_4000000</key> <false/> <key>FIX_ADP1_800000</key> <false/> <key>FIX_INTELGFX_100000</key> <false/> <key>FIX_RTC_20000</key> <false/> <key>FIX_S3D_2000000</key> <false/> <key>FakeLPC_0020</key> <false/> <key>FiX_TMR_40000</key> <false/> <key>FiX_WAK_200000</key> <false/> <key>FixAirport_4000</key> <false/> <key>FixDarwin_0002</key> <false/> <key>FixDisplay_0100</key> <false/> <key>FixFirewire_0800</key> <false/> <key>FixHDA_8000</key> <false/> <key>FixHPET_0010</key> <false/> <key>FixIDE_0200</key> <false/> <key>FixIPIC_0040</key> <false/> <key>FixLAN_2000</key> <false/> <key>FixRegions_10000000</key> <true/> <key>FixSATA_0400</key> <false/> <key>FixSBUS_0080</key> <false/> <key>FixShutdown_0004</key> <false/> <key>FixUSB_1000</key> <false/> <key>NewWay_80000000</key> <true/> </dict> <key>Name</key> <string>DSDT.aml</string> <key>ReuseFFFF</key> <false/> </dict> <key>SSDT</key> <dict> <key>DropOem</key> <true/> <key>Generate</key> <dict> <key>CStates</key> <false/> <key>PStates</key> <false/> </dict> </dict> </dict> <key>Boot</key> <dict> <key>Arguments</key> <string>nvda_drv=1</string> <key>DefaultVolume</key> <string>Macintosh HD</string> <key>Legacy</key> <string>PBR</string> <key>Log</key> <false/> <key>Secure</key> <false/> <key>Timeout</key> <integer>0</integer> <key>XMPDetection</key> <string>No</string> </dict> <key>CPU</key> <dict> <key>QPI</key> <integer>0</integer> </dict> <key>Devices</key> <dict> <key>Audio</key> <dict> <key>Inject</key> <string>1</string> </dict> <key>FakeID</key> <dict> <key>ATI</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>FixOwnership</key> <false/> <key>Inject</key> <false/> </dict> <key>UseIntelHDMI</key> <false/> </dict> <key>DisableDrivers</key> <array> <string>Nothing</string> </array> <key>GUI</key> <dict> <key>Hide</key> <array> <string>xxxxxxxx</string> <string>xxxxxxxx</string> <string>xxxxxxxx</string> <string>xxxxxxxx</string> </array> <key>Language</key> <string>es:0</string> <key>Mouse</key> <dict> <key>Enabled</key> <false/> </dict> <key>Scan</key> <dict> <key>Entries</key> <true/> <key>Legacy</key> <false/> <key>Tool</key> <false/> </dict> <key>Theme</key> <string>black_green</string> </dict> <key>Graphics</key> <dict> <key>Inject</key> <dict> <key>ATI</key> <false/> <key>Intel</key> <false/> <key>NVidia</key> <true/> </dict> <key>LoadVBios</key> <true/> <key>PatchVBios</key> <true/> </dict> <key>KernelAndKextPatches</key> <dict> <key>AppleRTC</key> <false/> <key>KextsToPatch</key> <array> <dict> <key>Comment</key> <string>External icons patch</string> <key>Find</key> <data> RXh0ZXJuYWw= </data> <key>Name</key> <string>AppleAHCIPort</string> <key>Replace</key> <data> SW50ZXJuYWw= </data> </dict> <dict> <key>Comment</key> <string>10.9/AppleHDA/Resources/xml>zml</string> <key>Find</key> <data> eG1sLnps </data> <key>Name</key> <string>AppleHDA</string> <key>Replace</key> <data> em1sLnps </data> </dict> <dict> <key>Comment</key> <string>10.9/AppleHDA/Realtek ALC889</string> <key>Find</key> <data> ixnUEQ== </data> <key>Name</key> <string>AppleHDA</string> <key>Replace</key> <data> iQjsEA== </data> </dict> <dict> <key>Comment</key> <string>Fix_trim</string> <key>Find</key> <data> QVBQTEUgU1NEAA== </data> <key>Name</key> <string>IOAHCIBlockStorage</string> <key>Replace</key> <data> AAAAAAAAAAAAAA== </data> </dict> <dict> <key>Comment</key> <string>Patch_against_assertions</string> <key>Find</key> <data> U291bmQgYXNzZXJ0aW9uIA== </data> <key>Name</key> <string>AppleHDA</string> <key>Replace</key> <data> AAAAAAAAAAAAAAAAAAAAAA== </data> </dict> </array> </dict> <key>SMBIOS</key> <dict> <key>BiosReleaseDate</key> <string>01/24/12</string> <key>BiosVendor</key> <string>Apple Inc.</string> <key>BiosVersion</key> <string>IM121.88Z.0047.B1F.1201241648</string> <key>Board-ID</key> <string>Mac-942B59F58194171B</string> <key>BoardManufacturer</key> <string>Apple Inc.</string> <key>BoardSerialNumber</key> <string>xxxxxxxxxxxxx</string> <key>BoardType</key> <integer>10</integer> <key>BoardVersion</key> <string>1.0</string> <key>ChassisAssetTag</key> <string>iMac-Aluminum</string> <key>ChassisManufacturer</key> <string>Apple Inc.</string> <key>ChassisType</key> <integer>13</integer> <key>Family</key> <string>iMac</string> <key>FirmwareFeatures</key> <string>0xc001f537</string> <key>LocationInChassis</key> <string>Part Component</string> <key>Manufacturer</key> <string>Apple Inc.</string> <key>ProductName</key> <string>iMac12,2</string> <key>SerialNumber</key> <string>xxxxxxxxxxx</string> <key>SmUUID</key> <string>F8143210-5766-xxxx-xxxx-xxxxxxxxxxxx</string> <key>Trust</key> <false/> <key>Version</key> <string>1.0</string> </dict> <key>SystemParameters</key> <dict> <key>CustomUUID</key> <string>F8143210-5766-xxxx-xxxx-xxxxxxxxxxx</string> <key>InjectKexts</key> <string>No</string> <key>InjectSystemID</key> <true/> </dict> </dict> </plist> Link to comment Share on other sites More sharing options...
supraTT Posted December 28, 2014 Share Posted December 28, 2014 Clover version: 3050 UEFI Motherboard: ASRock Z97 extreme6 BIOS works out of the box CPU: Intel core i7 4770k 3.5 Ghz RAM: G-Skill 8x4 32GB Audio: Onboard Realtek ALC1150 with toleda https://github.com/toleda/audio_CloverALC Video1: Onboard intel HD 4600 detected via clover injected running 2560x1440 @ 60 Hz using 1536MB connect monitor1 27" IPS via HDMI Video2: AMD Radeon R9 270 2048MB work by edit AMD7000Controller.kext and AMDRadeonX4000.kext http://www.insanelymac.com/forum/topic/294315-radeon-r9-270x-framebuffer-issue/page-14?hl=%2Br9+%2B270#entry2084046 connect to monitor2 27" IPS via Dual DVI running 2560x1440 @ 60Hz SSD: Samsung 840 EVO 500GB 2 partitions Windows8.1/Mac Yosemite HD: Seagate 3GB/WD 500GB DVD/Blueray: ASUS BC-12B1ST Blueray/DVD Network1: Intel i218v works with Hackintosh vietname tool http://www.insanelymac.com/forum/files/file/210-hackintosh-vietnam-ultimate-aio-tool/ Network2: Realtek RTL8111G work with Hackintosh vietname tool WiFi: Broadcom BCM94352 802.11/a/b/g/n/ac with Hackintosh vietname tool Bluetooth: 4.0 with Hackintosh vietname tool Config.plist: <?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>ReuseFFFF</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>CStates</key> <false/> <key>PStates</key> <false/> </dict> </dict> </dict> <key>Boot</key> <dict> <key>Arguments</key> <string>-v kext-dev-mode=1</string> <key>Legacy</key> <string>LegacyBiosDefault</string> <key>Log</key> <false/> <key>NeverHibernate</key> <true/> <key>Secure</key> <false/> <key>Timeout</key> <integer>5</integer> <key>XMPDetection</key> <string>Yes</string> </dict> <key>Devices</key> <dict> <key>Audio</key> <dict> <key>Inject</key> <string>1</string> </dict> <key>USB</key> <dict> <key>AddClockID</key> <true/> <key>FixOwnership</key> <false/> <key>Inject</key> <true/> </dict> </dict> <key>GUI</key> <dict> <key>Custom</key> <dict> <key>Entries</key> <array> <dict> <key>Disabled</key> <false/> <key>FullTitle</key> <string>UEFI Internal</string> <key>Hidden</key> <string>Always</string> <key>Ignore</key> <false/> <key>NoCaches</key> <false/> <key>Type</key> <string>Other</string> </dict> </array> </dict> <key>Mouse</key> <dict> <key>Enabled</key> <false/> <key>Mirror</key> <false/> </dict> <key>Scan</key> <dict> <key>Entries</key> <true/> <key>Legacy</key> <false/> <key>Tool</key> <true/> </dict> <key>Theme</key> <string>applestyle</string> </dict> <key>Graphics</key> <dict> <key>DualLink</key> <integer>1</integer> <key>FBName</key> <string>Hamachi</string> <key>Inject</key> <dict> <key>ATI</key> <true/> <key>Intel</key> <true/> <key>NVidia</key> <false/> </dict> <key>LoadVBios</key> <true/> <key>NVCAP</key> <string>0000000</string> <key>VRAM</key> <real>-281474976710656</real> <key>VideoPorts</key> <integer>4</integer> <key>display-cfg</key> <string>ff00000000000000</string> <key>ig-platform-id</key> <string>0x0c260000</string> </dict> <key>KernelAndKextPatches</key> <dict> <key>AppleRTC</key> <true/> <key>KernelPm</key> <true/> <key>KextsToPatch</key> <array> <dict> <key>Comment</key> <string>Enable Trim on SSD</string> <key>Find</key> <data>QVBQTEUgU1NE</data> <key>Name</key> <string>IOAHCIBlockStorage</string> <key>Replace</key> <data>AAAAAAAAAAAA</data> </dict> <dict> <key>Comment</key> <string>Patch audio HDMI HD4400/4600 laptop</string> <key>Find</key> <data>AgAAADAAAAABBQkAAAQAAIcAAAACBAkAAAQAAIcAAAD/AAAAAQAAAEAAAAAPAAAAAQEAAAQAAAA=</data> <key>Name</key> <string>AppleIntelFramebufferAzul</string> <key>Replace</key> <data>AgAAADAAAAABBQkAAAQAAIcAAAACBAkAAAgAAIcAAAD/AAAAAQAAAEAAAAAPAAAAAQEAAAQAAAA=</data> </dict> <dict> <key>Comment</key> <string>Still waiting for root 2</string> <key>Find</key> <data>dA5IjT2lkAAA</data> <key>Name</key> <string>IOAHCIBlockStorage</string> <key>Replace</key> <data>v8gAAACQkJCQ</data> </dict> <dict> <key>Comment</key> <string>t1-10.9-10.10-AppleHDA/Resources/xml>zml</string> <key>Find</key> <data>eG1sLnps</data> <key>Name</key> <string>AppleHDA</string> <key>Replace</key> <data>em1sLnps</data> </dict> <dict> <key>Comment</key> <string>Still waiting for root 1</string> <key>Find</key> <data>60wAAOoD</data> <key>Name</key> <string>IOAHCIBlockStorage</string> <key>Replace</key> <data>60wAAOgB</data> </dict> <dict> <key>Comment</key> <string>BCM94352 5GHz Patch</string> <key>Find</key> <data>AVhU</data> <key>Name</key> <string>AirPortBrcm4360</string> <key>Replace</key> <data>AVhY</data> </dict> <dict> <key>Comment</key> <string>t1-10.9-10.10-AppleHDA/Realtek ALC1150</string> <key>Find</key> <data>ixnUEQ==</data> <key>Name</key> <string>AppleHDA</string> <key>Replace</key> <data>AAnsEA==</data> </dict> </array> </dict> <key>SMBIOS</key> <dict> <key>BiosReleaseDate</key> <string>09/03/13</string> <key>BiosVendor</key> <string>Apple Inc.</string> <key>BiosVersion</key> <string>IM142.88Z.0118.B00.1309031249</string> <key>Board-ID</key> <string>Mac-27ADBB7B4CEE8E61</string> <key>BoardManufacturer</key> <string>Apple Inc.</string> <key>BoardSerialNumber</key> <string>EWN6VE5MDVL4UC3LB</string> <key>BoardType</key> <integer>10</integer> <key>ChassisAssetTag</key> <string>iMac-Aluminum</string> <key>ChassisManufacturer</key> <string>Apple Inc.</string> <key>ChassisType</key> <string>13</string> <key>Family</key> <string>iMac</string> <key>Manufacturer</key> <string>Apple Inc.</string> <key>Mobile</key> <false/> <key>ProductName</key> <string>iMac14,2</string> <key>SerialNumber</key> <string>C02LHTK3FLHH</string> <key>Trust</key> <false/> <key>Version</key> <string>1.0</string> </dict> <key>SystemParameters</key> <dict> <key>InjectKexts</key> <string>YES</string> </dict> </dict> </plist> Link to comment Share on other sites More sharing options...
Maniac10 Posted December 28, 2014 Share Posted December 28, 2014 (edited) Clover revision 3094 in Legacy mode (better results, the EFI hybrid system is buggy) Built with CloverGrowerPro, disabled USB detection (long boot delay due to Bluetooth dongle), enabled VBios patch for full res, and integrated AppleHFS driver instead of VBox. Motherboard: Gigabyte Z68AP-D3 rev1 F8 bios CPU: i7 2600k @4.5GHz RAM: 16 GB Vendor: Gskill Audio OnBoard: YES Type: ALC889 with Clover layout injection, with Toleda's patching method Graphics card1: AMD Radeon R9 270X 2Gb activation method: via Clover Injector + 4 ports + Radeon framebuffer Graphics card2: Onboard Intel HD 3000 activation method: not enabled Audio On Graphics Card1: Yes Other PCI Devices: PCI-Express WiFi Atheros AR9287 (dev id 002E masked as 002A via DSDT — works with Clover's "DSDT AirPort Fix" too) Mac Model: MacPro6,1 with PM patch for Sandy Bridge CPU. Selected model due to the new graphics card config.plist --> <?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>Fixes</key> <dict> <key>FixRegions_10000000</key> <true/> <key>NewWay_80000000</key> <true/> </dict> <key>Name</key> <string>DSDT-hybrid-270x.aml</string> </dict> <key>SSDT</key> <dict> <key>DropOem</key> <true/> <key>EnableC2</key> <true/> <key>EnableC4</key> <true/> <key>EnableC6</key> <true/> <key>EnableC7</key> <true/> <key>Generate</key> <dict> <key>CStates</key> <false/> <key>PStates</key> <false/> </dict> </dict> </dict> <key>Boot</key> <dict> <key>Timeout</key> <integer>5</integer> <key>XMPDetection</key> <integer>1</integer> </dict> <key>CPU</key> <dict> <key>C2</key> <true/> <key>C4</key> <true/> <key>C6</key> <true/> <key>QPI</key> <integer>100</integer> </dict> <key>Devices</key> <dict> <key>Audio</key> <dict> <key>Inject</key> <string>3</string> </dict> <key>USB</key> <dict> <key>FixOwnership</key> <false/> <key>Inject</key> <false/> </dict> </dict> <key>GUI</key> <dict> <key>Custom</key> <dict> <key>Entries</key> <array> <dict> <key>Arguments</key> <string>kext-dev-mode=1 slide=0 -fakesmc-use-nvram</string> <key>Disabled</key> <false/> <key>FullTitle</key> <string>Yosemite HD</string> <key>Hidden</key> <false/> <key>Ignore</key> <false/> <key>InjectKexts</key> <true/> <key>NoCaches</key> <false/> <key>Type</key> <string>OSX</string> <key>Volume</key> <string>F6BDE7CF-0200-4231-803A-5AEC5D747368</string> </dict> <dict> <key>Arguments</key> <string>kext-dev-mode=1 slide=0 -fakesmc-use-nvram</string> <key>Disabled</key> <false/> <key>FullTitle</key> <string>Recovery HD</string> <key>Hidden</key> <true/> <key>Ignore</key> <false/> <key>InjectKexts</key> <true/> <key>NoCaches</key> <false/> <key>Type</key> <string>OSXRecovery</string> <key>Volume</key> <string>D45A2926-9600-438E-86B8-21FBE6CBB061</string> </dict> <dict> <key>Arguments</key> <string>kext-dev-mode=1 slide=0 -fakesmc-use-nvram</string> <key>Disabled</key> <false/> <key>FullTitle</key> <string>Yosemite Installer</string> <key>Hidden</key> <true/> <key>Ignore</key> <false/> <key>InjectKexts</key> <true/> <key>NoCaches</key> <false/> <key>Type</key> <string>OSXInstaller</string> <key>Volume</key> <string>DD3F2692-7C14-4B32-8600-62E0D9268048</string> </dict> <dict> <key>Disabled</key> <false/> <key>FullTitle</key> <string>Windows 7</string> <key>Hidden</key> <false/> <key>Ignore</key> <false/> <key>Type</key> <string>Windows</string> <key>Volume</key> <string>5148B030-E155-4B37-A23C-74EF4CAFDACA</string> </dict> </array> </dict> <key>Hide</key> <array> <string>BOOTX64.efi</string> </array> <key>Language</key> <string>es:0</string> <key>Mouse</key> <dict> <key>Enabled</key> <false/> <key>Mirror</key> <false/> <key>Speed</key> <integer>8</integer> </dict> <key>Scan</key> <dict> <key>Entries</key> <true/> <key>Legacy</key> <false/> <key>Tool</key> <false/> </dict> <key>ScreenResolution</key> <string>1920x1080</string> </dict> <key>Graphics</key> <dict> <key>FBName</key> <string>Radeon</string> <key>Inject</key> <dict> <key>ATI</key> <true/> <key>Intel</key> <false/> <key>NVidia</key> <false/> </dict> <key>VideoPorts</key> <integer>4</integer> </dict> <key>KernelAndKextPatches</key> <dict> <key>AppleRTC</key> <true/> <key>KextsToPatch</key> <array> <dict> <key>Comment</key> <string>Patch MSI or pin interrupts 2</string> <key>Find</key> <data> QcdHCAAAQAA= </data> <key>Name</key> <string>AppleUSBXHCI</string> <key>Replace</key> <data> QcdHCAAAAAA= </data> </dict> <dict> <key>Comment</key> <string>TRIM Enabler</string> <key>Find</key> <data> QVBQTEUgU1NE </data> <key>Name</key> <string>IOAHCIBlockStorage</string> <key>Replace</key> <data> AAAAAAAAAAAA </data> </dict> <dict> <key>Comment</key> <string>Disable Intel & Fresco USB3.0 10.10</string> <key>Find</key> <data> 9oDUAAAAgHU0 </data> <key>Name</key> <string>AppleUSBXHCI</string> <key>Replace</key> <data> 9oDUAAAAgOs0 </data> </dict> <dict> <key>Comment</key> <string>Enable PCI power management</string> <key>Find</key> <data> dU1Ii7voAQAA </data> <key>Name</key> <string>AppleUSBXHCI</string> <key>Replace</key> <data> 601Ii7voAQAA </data> </dict> <dict> <key>Comment</key> <string>Patch MSI or pin interrupts 1</string> <key>Find</key> <data> gUkIAABAAA== </data> <key>Name</key> <string>AppleUSBXHCI</string> <key>Replace</key> <data> gUkIAAAAAA== </data> </dict> <dict> <key>Comment</key> <string>Fix Orange Disk</string> <key>Find</key> <data> RXh0ZXJuYWw= </data> <key>Name</key> <string>AppleAHCIPort</string> <key>Replace</key> <data> SW50ZXJuYWw= </data> </dict> <dict> <key>Comment</key> <string>Wi-Fi Region to RoW</string> <key>Find</key> <data> D7eH3AQAAA== </data> <key>Name</key> <string>AirPortAtheros40</string> <key>Replace</key> <data> uGoAAACQkA== </data> </dict> <dict> <key>Comment</key> <string>ALC889 Codec</string> <key>Find</key> <data> ixnUEQ== </data> <key>Name</key> <string>AppleHDA</string> <key>Replace</key> <data> iQjsEA== </data> </dict> <dict> <key>Comment</key> <string>AppleHDA xml>zml</string> <key>Find</key> <data> eG1sLnps </data> <key>Name</key> <string>AppleHDA</string> <key>Replace</key> <data> em1sLnps </data> </dict> <dict> <key>Comment</key> <string>Disable sleep code</string> <key>Find</key> <data> xoDIAAAAAQ== </data> <key>Name</key> <string>AppleUSBXHCI</string> <key>Replace</key> <data> xoDIAAAAAA== </data> </dict> <dict> <key>Comment</key> <string>Disable XHCI 1.0 10.10</string> <key>Find</key> <data> QbzHAgDgPQABAAA= </data> <key>Name</key> <string>AppleUSBXHCI</string> <key>Replace</key> <data> QbzHAgDgPQAAAAA= </data> </dict> </array> </dict> <key>RtVariables</key> <dict> <key>MLB</key> <string>XXX</string> <key>ROM</key> <string>XXX</string> </dict> <key>SMBIOS</key> <dict> <key>BiosReleaseDate</key> <string>29/08/2014</string> <key>BiosVersion</key> <string>MP61.88Z.0116.B07.1408291655</string> <key>Board-ID</key> <string>Mac-F60DEB81FF30ACF6</string> <key>Family</key> <string>Mac Pro</string> <key>ProductName</key> <string>MacPro6,1</string> <key>SerialNumber</key> <string>XXX</string> <key>SmUUID</key> <string>XXX</string> <key>Trust</key> <true/> </dict> <key>SystemParameters</key> <dict> <key>InjectSystemID</key> <true/> </dict> </dict> </plist> Patched tables: DSDT with various patches/injections and SSDT created with Pike's script. A little update on my hardware (5770 ded, 270X in) and the new config.plist for the latest Clover revision and Yosemite 10.10.4. config.plist.zip DSDT.aml.zip And this is the DSDT with the UEFI bios beta update I'm experimenting with now (works fine but lacks auto fan control): UEFI.aml.zip As for kexts, I'm using FakeSMC and plugins (CPU-GPU-LPC Sensors), the RealtekRTL8111 ethernet driver from Mieze and the realtekALC kext for Toleda's patch. As I'm using the MacPro6,1 profile I've patched the AICPUPM kext to add Sandy Bridge support to the MacPro6,1 profile. I did that to get proper PM for my new graphics without losing CPU PM but I believe it's not actually necessary. Just choose a Mac with Sandy Bridge CPUs like iMac12, MacBookPro8 or MacMini5 model and then block/edit the AGPM for your graphics. Edited May 10, 2015 by Maniac10 1 Link to comment Share on other sites More sharing options...
MacGrummel Posted January 1, 2015 Share Posted January 1, 2015 Gigabyte GA-EX58-UD5 Fusion Drive Clover 2976, legacy EFI, no new version Gigabyte GA-EX58-UD5, Bios F12 Intel i7/920 Geforce GTX 660ti Fusion Drive w. OWC Mercury Accelsior PCIe SSD Handoff iMessage Clover is installed at any EFI-Partition: ESP/ boot0af/CloverEFI 64Bit BiosBlockIO with dsdt.aml and config.plist, Kexts 10.10: RealtekRTL81xx.kext, NullCPUPowerManagement.kext, IOHCIBlockStorageInjector.kext and FakeSMC.kext All running clear vanilla system <?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>Name</key> <string>dsdt.aml</string> <key>ReuseFFFF</key> <false/> </dict> <key>SSDT</key> <dict> <key>DropOem</key> <false/> <key>Generate</key> <dict> <key>CStates</key> <false/> <key>PStates</key> <false/> </dict> </dict> </dict> <key>Boot</key> <dict> <key>Arguments</key> <string>nvda_drv=1 kext-dev-mode=1</string> <key>Debug</key> <false/> <key>DefaultVolume</key> <string>FusionDrive</string> <key>Legacy</key> <string>PBRtest</string> <key>Secure</key> <false/> <key>Timeout</key> <integer>3</integer> <key>XMPDetection</key> <string>Yes</string> </dict> <key>CPU</key> <dict> <key>Type</key> <string>1281</string> </dict> <key>Devices</key> <dict> <key>USB</key> <dict> <key>FixOwnership</key> <false/> <key>Inject</key> <false/> </dict> <key>UseIntelHDMI</key> <true/> </dict> <key>GUI</key> <dict> <key>Custom</key> <dict> <key>Entries</key> <array> <dict> <key>Disabled</key> <true/> <key>Hidden</key> <false/> <key>Ignore</key> <false/> <key>InjectKexts</key> <true/> <key>NoCaches</key> <false/> <key>Type</key> <string>OSXRecovery</string> <key>Volume</key> <string>1588A624-CF6C-3E23-xxxx-xxxxxxxxxxxxx</string> </dict> <dict> <key>CustomLogo</key> <string>Apple</string> <key>Disabled</key> <false/> <key>FullTitle</key> <string>FusionDrive</string> <key>Hidden</key> <false/> <key>Ignore</key> <false/> <key>InjectKexts</key> <true/> <key>NoCaches</key> <false/> <key>Type</key> <string>OSX</string> <key>Volume</key> <string>EF42C644-C1FD-4001-xxxx-xxxxxxxxxxxxx</string> <key>VolumeType</key> <string>Internal</string> </dict> </array> </dict> <key>Hide</key> <array> <string>\EFI\BOOT\BOOTIA32.efi</string> <string>Windows</string> <string>\EFI\CLOVER\CLOVERIA32.efi</string> <string>\EFI\BOOT\BOOTX64.efi</string> </array> <key>Language</key> <string>de:0</string> <key>Mouse</key> <dict> <key>DoubleClick</key> <integer>500</integer> <key>Enabled</key> <false/> <key>Mirror</key> <false/> <key>Speed</key> <integer>8</integer> </dict> <key>Scan</key> <dict> <key>Entries</key> <true/> <key>Legacy</key> <false/> <key>Tool</key> <false/> </dict> <key>ScreenResolution</key> <string>1920x1080</string> <key>Theme</key> <string>applestyle</string> </dict> <key>Graphics</key> <dict> <key>Inject</key> <dict> <key>ATI</key> <false/> <key>Intel</key> <false/> <key>NVidia</key> <false/> </dict> <key>LoadVBios</key> <true/> </dict> <key>KernelAndKextPatches</key> <dict> <key>AppleRTC</key> <true/> <key>KextsToPatch</key> <array> <dict> <key>Comment</key> <string>Handoff Fix</string> <key>Find</key> <data> i4eMAQAA </data> <key>Name</key> <string>IOBluetoothFamily</string> <key>Replace</key> <data> uA8AAACQ </data> </dict> </array> </dict> <key>RtVariables</key> <dict> <key>MLB</key> <string>xxxxxxxxxxxxx</string> <key>ROM</key> <string>xxxxxxxxxxxxx</string> </dict> <key>SMBIOS</key> <dict> <key>BiosReleaseDate</key> <string>01/22/10</string> <key>BiosVendor</key> <string>Apple Inc.</string> <key>BiosVersion</key> <string>MP41.88Z.0081.B08.1001221313</string> <key>Board-ID</key> <string>Mac-F221BEC8</string> <key>BoardManufacturer</key> <string>Apple Inc.</string> <key>BoardSerialNumber</key> <string>G8xxxx602U5FWxxxx</string> <key>BoardType</key> <integer>11</integer> <key>ChassisAssetTag</key> <string>Pro-Enclosure</string> <key>ChassisManufacturer</key> <string>Apple Inc.</string> <key>ChassisType</key> <string>06</string> <key>Family</key> <string>Mac Pro</string> <key>Manufacturer</key> <string>Apple Inc.</string> <key>Mobile</key> <false/> <key>ProductName</key> <string>MacPro4,1</string> <key>SerialNumber</key> <string>G8xxxxxx4PC</string> <key>Trust</key> <false/> <key>Version</key> <string>1.0</string> </dict> <key>SystemParameters</key> <dict> <key>InjectKexts</key> <string>Yes</string> <key>InjectSystemID</key> <true/> </dict> </dict> </plist> All Clover-Versions since 2990 do not show my Fusion Drives by Name, but it is still running with MacOS X 10.6.8 (no Fusion Drives shown, not this Graphics) - 10.10.2 Link to comment Share on other sites More sharing options...
Recommended Posts