Jump to content

Jake Lo

Moderators
  • Posts

    14365
  • Joined

  • Last visited

  • Days Won

    868

Everything posted by Jake Lo

  1. @ggrpitt Make sure to upgrade to the latest Lilu & Whatevergreen.kext. @shonzu What's not showing? The NVME drive or the installer? Post your Clover folder
  2. If you have nvidia, then your system is not the same as the OP, so the files won't work for you. Also Optimus is not supported in OSX meaning the nvidia can not be use and will need to be disabled via DSDT/SSDT patching to save energy. Try this, replace into /EFI/Clover 3558_disableNvidia.zip
  3. @shonzu Make sure you have HFSPlus.efi in /EFI/Clover/drivers64UEFI
  4. Update Lilu & Whatevergreen.kext, while you're at it, also upgrade AirportBrcmFixup.kext & AppleALC.kext https://github.com/vit9696/Lilu/releases https://github.com/vit9696/Lilu/blob/master/KnownPlugins.md
  5. Update Clover to the latest, you're running a really old version Also update Lilu & Whatevergreen.kext, while you're at it, also upgrade AirportBrcmFixup.kext & AppleALC.kext https://github.com/vit9696/Lilu/releases https://github.com/vit9696/Lilu/blob/master/KnownPlugins.md
  6. remove -igfxvesa from your boot arg. It's disabling the HD graphics. It's only use during install to get pass the graphics issue before the kexts could be cached.
  7. Run the debug script to generate the report Don't need DSDT as the boot pack is using hot patches. The display is declared in Config.plist
  8. Update Lilu.kext & Whatevergreen.kext to the latest https://github.com/vit9696/Lilu/releases https://github.com/vit9696/Lilu/blob/master/KnownPlugins.md
  9. I think that is version 10.13.6. Make sure you have Optimus enabled in the BIOS, and AHCI enabled. In Config file, change SMBIOS to MBP 8,2, the usb_injector kext is hard coded to MBP8,2. In EFI/Clover/drivers64UEFI, add HFSPlus.efi. Link found in the guide.
  10. Touchscreen shows as USB based. If it's not working OOB, then you might have to use a pay app call touch-base. As for audio, make sure to install CodecCommander.kext.
  11. Here https://www.insanelymac.com/forum/topic/335018-hackintool-v204/
  12. @cl4rk You could try using Mirone's auto patcher Remove AppleALC.kext AppleHDA-Mirone.zip
  13. need all the files from the report. IOReg only tells me your graphics is not loaded. The rest of the files will get me clues as to why it's not loading
  14. You can follow this guide, it's really detailed https://www.insanelymac.com/forum/topic/286092-guide-1st-generation-intel-hd-graphics-qeci/
  15. There are many by searching with google Here's one for El Capitan but should work for High Sierra or Mojave too https://www.insanelymac.com/forum/topic/288795-guide-creating-os-x-usb-installer-using-a-windows-pc-only/?do=findComment&comment=2012539
  16. make sure to remove boot arg -igfxvesa if you have added it Looking at your Config file posted on the 1st post, you can remove ig-platform-id and device-id from under properties. Whatevergreen should be able to automatically detect your graphics.
  17. No need to add anything, the files I linked are preconfigured for full graphics acceleration. You probably just need to repair permissions and rebuild cache. Reboot 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 /
  18. There are many by searching with google Here's one for El Capitan but should work for High Sierra or Mojave too https://www.insanelymac.com/forum/topic/288795-guide-creating-os-x-usb-installer-using-a-windows-pc-only/?do=findComment&comment=2012539
  19. try adding to boot arg until installation is complete -v -igfxvesa
  20. Follow guide and files from here
×
×
  • Create New...