Jump to content

Jake Lo

Moderators
  • Posts

    14365
  • Joined

  • Last visited

  • Days Won

    871

Everything posted by Jake Lo

  1. The bootpack, make sure it goes in /EFI/EFI/Clover overwriting the default folders/files there when you install Clover
  2. No, usb size shouldn't be a problem, I use external USB drive 256GB. You format USB with GUID / Journal Extended? Have you tried different ports?
  3. Rebuild your Installer. Sounds like it's corrupted.
  4. Do you have UEFI set in the BIOS? Did you copy the files from the USB installer Clover files to the installed drive?
  5. Try adding FakePCIID and FakePCIID_Intel_HD_Graphics
  6. Looking at your files, the following are missing CodecCommander.kext DSDT.aml In Config file, disable the following patch, it's for 10.11.x only Find: 8319D411 Name: AppleHDA Replace:00000000
  7. Your SD Card reader is PCIe and is not supported. That patch only works on USB based card reader. Update: Hervé is right, I got them reversed.
  8. Attach Config and DSDT for verification
  9. Add this patch to DSDT # For SkyLake CPU on 10-series board into method label _DSM parent_adr 0x00160000 remove_entry; Into device name_adr 0x00160000 insert begin Method (_DSM, 4, NotSerialized)\n {\n If (LEqual (Arg2, Zero)) { Return (Buffer() { 0x03 } ) }\n Return (Package()\n {\n "device-id", Buffer() { 0x3A, 0xA1, 0x00, 0x00 }\n })\n }\n end;
  10. Can you attach your DSDT/SSDT too?
  11. Most likely your non standard board with EDP is the issue.
  12. Please post your Clover folder, so I could examine it. Since you're faking with HD 520, try this This one works for me. Make sure you have UseIntelHDMI enabled under Devices <dict> <key>Comment</key> <string>HD 520 HDMI #1</string> <key>Disabled</key> <false/> <key>Find</key> <data> AQUJAAAEAAA= </data> <key>Name</key> <string>AppleIntelSKLGraphicsFramebuffer</string> <key>Replace</key> <data> AQUJAAAIAAA= </data> </dict> this second one is not needed for my E7470. It disables audio with miniDP so I left it disabled <dict> <key>Comment</key> <string>HD 520 HDMI #2</string> <key>Disabled</key> <false/> <key>Find</key> <data> AgQKAAAEAAA= </data> <key>Name</key> <string>AppleIntelSKLGraphicsFramebuffer</string> <key>Replace</key> <data> AgQKAAAIAAA= </data> </dict>
  13. You need CodecCommander to fix the sleep issue with EAPD.
  14. It's a known issue for Dell with IvyBridge with HD4000. You need to downgrade your BIOS to A02 or A03 and then upgrade to no higher than A11. It's on both Hervé's and my guides.
  15. This one works for me. Make sure you have UseIntelHDMI enabled under Devices <dict> <key>Comment</key> <string>HD 520 HDMI # 1</string> <key>Disabled</key> <false/> <key>Find</key> <data> AQUJAAAEAAA= </data> <key>Name</key> <string>AppleIntelSKLGraphicsFramebuffer</string> <key>Replace</key> <data> AQUJAAAIAAA= </data> </dict> this second one is not needed for my E7470. It disables audio with miniDP so I left it disabled <dict> <key>Comment</key> <string>HD 520 HDMI #2</string> <key>Disabled</key> <false/> <key>Find</key> <data> AgQKAAAEAAA= </data> <key>Name</key> <string>AppleIntelSKLGraphicsFramebuffer</string> <key>Replace</key> <data> AgQKAAAIAAA= </data> </dict>
  16. Try these files. Make sure you have switchable graphics enabled. 7510_disable_nvidia.zip
  17. Of course, everyone is busy these days. Let me know if you need help with the guide, you could use mine as example even though it's not the best, it does it's job.
  18. Make sure to add the extra patch for Sierra. My bootpack was make for ElCapitan without that patch.
  19. Nice. Maybe you could write a guide to help others.
  20. In the folder /Kexts/Other/LE, copy all the kexts there to /Library/Extensions and run the permission fix and rebuild cache. See here
  21. Question. Your KabyLake system, do you have full QE/CI? I see your config, you are using Skylake patches. Ig-platform-id 0x1916000 is for HD 520. What graphics does it have?
  22. Just donate to the site to keep it going. Also want to give credit to Joe82 for patching this codec. Thanks http://www.osxlatitude.com/donate/
×
×
  • Create New...