Jump to content

Jake Lo

Moderators
  • Posts

    14365
  • Joined

  • Last visited

  • Days Won

    868

Everything posted by Jake Lo

  1. You could create your own with Hackintool. Click on Display tab Inject EDID, select MacBookPro (16:10) Export the kext and place in /E/C/k/O
  2. Sorry, seems it only works on High Sierra which is what I'm running.
  3. Replace DSDT and Config with attached Use Fn+F3 and Fn+Insert to control Brightness BirghtnessFix.zip
  4. Here, replace with this SSDT. Post new IOREG if it's still not disabled As for USB issue using MBP15,1, different SMBIOS handles USB ports differently, and MBP15,1 does not have USB 2.0. SSDT-DDGPU.aml.zip
  5. If you pause at about 1/4 off the video you'll see that it KP with the Kabylake Framebuffer. Boot with this arg until you finish installation, then you should be able to boot normally. There are patches already in place to fix the issue but it needs the kexts to be cached in order to patch it on the fly. So boot with -igfxvesa
  6. You can do 2 fingers scrolling, tab and drag and 2 fingers tab to right click. No other gestures.
  7. Looks good, from the IOREG file, discrete graphics is disabled. Boot to Clover, press F11 to clear NVRam. See if it clears it up.
  8. Go ahead and upgrade the following kexts from links below: Lilu.kext Whatevergreen.kext AppleALC.kext AirportBrcmFixup.kext VirtualSMC.kext NoTouchID.kext SMCBatteryManager.kext https://github.com/vit9696/Lilu/releases https://github.com/vit9696/Lilu/blob/master/KnownPlugins.md
  9. Missing IOReg file Run this , save and attach it
  10. Remove VoodooHDA.kext It's disabling AppleALC.kext You're using the wrong SMBIOS for Haswell, should be MBP11,1 You have DropOEM checked but you don't have static patched DSDT/SSDT Since you're doing HOTPatching, you should have AutoMerge enable instead, uncheck DropOEM Nvidia is not being disable via SSDT-DDGPU.aml, it disabled the wrong address, should be \_SB.PCI0.PEG0.PEGP._OFF not \_SB.PCI0.RP05.PEGP._OFF according to your IOReg file
  11. Boot to Clover, at GUI, press F4 and then F2, Continue on to MacOS Run and attach debug file
  12. should be fine. looks like it goes through but just to make sure. try this sudo /Applications/Install\ macOS\ Mojave.app/Contents/Resources/createinstallmedia --volume /Volumes/"USB" --nointeraction
  13. Your Nvidia is not disable properly. Remove SSDT-NVIDIA-Disable, you already have SSDT-5.aml to disable the nvidia. Move SSDT-PNLF.aml to the bottom of list
  14. Jake Lo

    Dell e7470

    Replace the EFI folder with the EFI from your USB installer I don't use kext utility but these commands with I rebuild my cache sudo chmod -Rf 755 /L*/E* sudo chown -Rf 0:0 /L*/E* sudo touch -f /L*/E* sudo chmod -Rf 755 /S*/L*/E* sudo chown -Rf 0:0 /S*/L*/E* sudo touch -f /S*/L*/E* sudo kextcache -Boot -U / or run this script from terminal with sudo command permission.sh.zip
  15. Jake Lo

    Dell e7470

    Looks like graphics is not loading boot with -igfxvesa if still fails, enable fakeid and ig-platform-id = 0x12345678 in Clover Options rebuild your cache
  16. Since you're using static DSDT/SSDT patches, you need to check DropOEM under SSDT in Config file Don't need these kexts in Extensions: FakePCIID_Intel_HD_Graphics.kext AppleBacklightInjector.kext
  17. answer the questions above issues with permission...did you use a different tool to repair permission and rebuild cache previously?
  18. Jake Lo

    Dell e7470

    install to /EFI/Clover/kexts/Other What version of Clover did you upgrade to? What error are you getting during boot? boot with verbose + debug 0x100 mode
  19. What's the source of your installer? Is it a Distro or vanilla ? post your clover folder for review
  20. run it again a second time last line is normal
  21. IOREg file missing. Raw IOREg is hard to read. Run this, save and attach file
×
×
  • Create New...