Jump to content

Jake Lo

Moderators
  • Posts

    14357
  • Joined

  • Last visited

  • Days Won

    867

Everything posted by Jake Lo

  1. I have not have any issue using same DSDT on different BIOS version, CPU and memory is not relevant. You generate a different SSDT for your particular CPU. If you like, you can extract the raw files from your current BIOS state and I'll patch it for you.
  2. Make sure you have the vanilla AppleHDA in /S/L/E. The dummy AppleHDAIDT.kext in /L/E. Boot without cache, then run the permission fix and repair cache until successful. kextcache updated critical boot files, requesting launchd reboot Finished
  3. Are you looking for a guide or bootpack? See here. Bootpack on post #2. Don't forget to check the Update section post #4
  4. Just backup Config.plist, ACPI folder, Kexts folder, Theme folder and HFSPlus.efi from Driver64UEFI. Update Clover and restore those back to the new install.
  5. run in terminal diskutil list /dev/disk0 (internal, physical): #: TYPE NAME SIZE IDENTIFIER 0: GUID_partition_scheme *256.1 GB disk0 1: EFI EFI 209.7 MB disk0s1 2: Apple_CoreStorage Macintosh SSD 63.5 GB disk0s2 3: Apple_Boot Recovery HD 650.0 MB disk0s3 /dev/disk1 (internal, virtual): #: TYPE NAME SIZE IDENTIFIER 0: Apple_HFS Macintosh SSD +63.1 GB disk1 Logical Volume on disk0s2 75DADC16-4B7F-4C7D-9660-10A1C2A9FC02 Unencrypted If you encounter virtual disk, see the red above, then run the following diskutil cs revert /dev/disk1 Reboot and install Clover again. Should go to EFI partition now.
  6. If you're using VoodooPS2Controller linked by Hervé oldHack, it's causing crashes after wake. I have to resort to ApplePS2Controller for now. Seems to be working fine for Hervé's models though but he's on Chameleon Enoch, not sure if there's any correlation.
  7. Can you send me the debug.log in /EFI/Clover/Misc
  8. Assuming you're on 10.11.4, you need to update the DummyHDA kext. See here Don't forget to repair permission and rebuild 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 /
  9. that's how it suppose to look. As for HDMI, it's linked to the discreet card, won't work on the Intel HD 4600.
  10. Looks like graphics is not loading. Boot to USB installer, hit F4 at the Clover GUI. Then attach your Clover folder.
  11. Replace with this DSDT - rename it first DSDT - sleep.aml.zip
  12. Might want to revert to this generic mouse instead. Seems to cause strange reboot after sleep on my E7440 too.
  13. sorry, forgot about the VoodooPS2Controller issue. Boot with CPUS=1 and then replace it with one from the Update section, this one
  14. Try booting without cache and cpus=1
  15. Copy all the kexts from /Kexts/Other to /EFI/Clover/Kexts/Other Ignore or delete the rest.
  16. check to see if you have ACPIBatteryManager in /EFI/Clover/Kexts/Other or 10.11 Latest version is 1.60.5
  17. Use DPCIManager to find your devices. If it's an Intel, it's not supported.
  18. example: sudo rm -rf /Volumes/OSX drive/System/Library/Extensions/AppleIntelHDGraphics* Install the patched FB to gain full graphics acceleration. Kexts found in the link posted by Hervé. Lenovo has whitelisted any non Lenovo branded wireless device. In order to replace it, you'll need to mod the BIOS. Google for it, should have one already somewhere, but use at your own risk. Alternatively, use an USB wireless card.
  19. Then try disabling Legacy mode. See if it makes a difference. Don't think it's an MBR or GUID issue. Nvidia definitely is turned off in SSDT-8. Do you have all the DSDT/SSDT in Patched and DropOEM enable in Config?
  20. Enable Legacy mode if it exists in the BIOS.
  21. It might be removed from /S/L/E of the USB installer but during install it's pulling the files from elsewhere. I believe either from BaseSystem.dmg or from Packages folder. Boot with the USB installer, open terminal. run diskutil list to determine the name of the installed drive then remove the kexts from terminal
  22. Yes, IOReg. Strange I didn't change the DSDT/SSDT except added an additional layout-id for HDAU in DSDT. Try booting without cache. Try adding from here for webcam FakePCIID_XHCIMux.kext & FakePCIID.kext
  23. You need to remove AppleIntelGraphics* from the installed drive too.
  24. Re-enable Nvidia? You mean through the BIOS? Open and save IOReg next time you have it working with the HDMI cable plugged it. Try this config config.plist.zip
×
×
  • Create New...