Jump to content

Jake Lo

Moderators
  • Posts

    14365
  • Joined

  • Last visited

  • Days Won

    868

Everything posted by Jake Lo

  1. @adala Make sure if it only have one memory stick, it is in the 1st slot
  2. You can try following my Clover guide here. Set BIOS to UEFI/AHCI/Secure Boot disable For Bootpack, replace the attached contents into /EFI/Clover after installing Clover loader Files should work on HS/Mojave/Catalina Latitude 7370 Catalina.zip
  3. You can add this new development kext for the sd card reader. https://github.com/cholonam/Sinetek-rtsx/releases
  4. go in the BIOS and add boot option select the efi partition point boot file to /EFI/Clover/Cloverx64.efi
  5. You have an Nvidia graphics card that needs to be disable. Add this SSDT* to the Patched folder and enable boot arg darkwake=No in the Config file SSDT-NVIDIA-Disable.aml.zip
  6. Replace SSDT-pnlf with this one SSDT-PNLF.aml.zip
  7. @dunner23 My guide is generic, so if there's no CopyToLE in the my bootpack, then you could skip the step. FYI, I just uploaded an updated bootpack with latest kext for sd card reader.
  8. You can find the answer in our FAQ section Note: if you're on Catalina, there's an extra command you need to execute
  9. No, you can't delete the hidden Data partition, it's a new Catalina protection system. You delete it, you lose all your data. Google it.
  10. Make sure AppleHDA.kext in /S/L/E is vanilla (untouched) and copy CodecCommander.kext to /L/E Repair permissions and rebuild cache.
  11. Make sure you have / restore vanilla AppleAHCIPort.kext in /S/L/E if you have deleted or replaced.
  12. @WolfMa99 Try this, you missed 2 darwin patches E6520_Brightness.aml.zip
  13. copy and paste into config under kexttopatch with either Xcode or plistedit pro. or manually enter it into CC as I had linked previously
  14. not sure this will still work, add this to boot arg -f UseKernelCache=No
  15. Don't see an ethernet listed. Make sure it's enabled in the BIOS.
  16. the app suppose to list the devices on your system, nothing else. Here, run this app. Post screenshot of PCI List DPCIManager.app.zip
  17. Just to verify, run the attach app and post the txt file dspci > ~/desktop/dpci.txt dspci.zip
  18. Remove both from /S/L/E and /L/E Just keep it in /E/C/k/Other is enough repair permissions and rebuild cache
  19. <dict> <key>Comment</key> <string>Media Drive</string> <key>Disabled</key> <false/> <key>Find</key> <data> QGACAA== </data> <key>InfoPlistPatch</key> <false/> <key>MatchOS</key> <string>10.14.x,10.15.x</string> <key>Name</key> <string>com.apple.driver.AppleAHCIPort</string> <key>Replace</key> <data> AAAAAA== </data> </dict> <dict> <key>Comment</key> <string>Boot graphics glitch</string> <key>Disabled</key> <true/> <key>Find</key> <data> AQAAdSU= </data> <key>Name</key> <string>com.apple.iokit.IOGraphicsFamily</string> <key>Replace</key> <data> AQAA6yU= </data> </dict>
  20. run this in terminal and post the entire output here sudo kextcache -i /
×
×
  • Create New...