Jump to content

Jake Lo

Moderators
  • Posts

    14365
  • Joined

  • Last visited

  • Days Won

    868

Everything posted by Jake Lo

  1. What version of BIOS are you on? Are you using the E7270 Bios v 1.17.5 bootpack? How did you put system to sleep and what happen when you try to wake it up? In my experience after wake, the screen sometimes take a few seconds to appear. If not, you could try typing something and it'll appear.
  2. yes, that's noted on the Clover guide... 7. Copy kexts from /EFI/Clover/Kexts/Other/LE to /Library/Extensions of Macintosh SSD Note: Ignore warning/error messages and click OK, then run commands below. 8. Repair permission and rebuild cache. Run command from terminal 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 /
  3. Still not seeing AppleHDA_ALC255.kext showing in your output...did you copy it to /Library/Extensions?
  4. Not seeing the dummy audio kext (AppleHDA_ALC255). Remove AppleHDADisabler.kex and VoodooHDA.kext from /S/L/E Remove AppleHDA_ALC255 from /L/E run the above commands again Download and place this in /L/E once again run the commands and post output here. If encounter status 77, rerun the touch and kextcache commands until no more error.
  5. Reboot with USB installer and select the installed drive. what update did you do to the Config file?
  6. Post the output after running this 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 /
  7. No attachment found Did you reboot after changing the layout-id?
  8. So if you move the bar left or right, it does work? So it's just the function keys not working? Boot to Clover, hit F4. Continue booting to OSX Compress and attach /EFI/Clover/ACPI/Origin folder here I'll try to patch the files for you.
  9. 1) Try switching Audio Inject layout-ID to 4, if that still doesn't work, try 13. Use Clover Configurator to change the Config.plist file 2) Not supported as I stated in post #7. Replace with a supported card. See the FAQ 3) Did you add the kexts in /EFI/Clover/kexts/Other/LE to /Library/Extensions? Repair permission and rebuild cache? Missing brightness bar in Display preference? Fn keys not working???
  10. try booting with USB installer and then select the installed drive with verbose mode
  11. Make sure it's booting from the files from the EFI partition and not somewhere else. Check the root of the HDD, make sure there's no EFI folder there.
  12. Use Config.plist from the bootpack. Your issue was that you're missing HFSPlus.efi which is included in the EFI_4184 Note: Bootpack (EFI) consists of combining the Generic EFI + the model you're downloading!!! If you don't want to use the Generic EFI, you could mod the Config file, under Disable Drivers, remove VBoxHFS, that should fix issue you're having.
  13. can you send me IOReg IORegistryExplorer_v2.1.zip
  14. what bluetooth does it have? Need : Product ID Device ID
  15. ??? Fn+F5 and Fn+F6 Brightness key work now? Did you add or change something?
  16. Here's the patched files from your files Assuming you're on 10.12.6, HD620 is natively supported, so no need of fakeCPU and FakeID 5480_HD620.zip
  17. Before doing anything, I suggest you test the bootable USB installer and see if it detects your M.2 NVMe drive first. Boot all the way until you could launch Disk Utility and it detects your drive. Anything short of that, don't bother thinking that far ahead. Your AMD system, I don't even know what the specs are and not even sure it's hackable. Better do more research to find out if Audio is supported, Ethernet...all these essential stuff.
  18. to attach file, you need to compress it first. No, just the word SSDT-NVME-Pcc.aml, not the full patch. The SSDT-NVME-Pcc.aml has to go in /EFI/Clover/ACPI/patched and the kext has to go in /EFI/Clover/kexts/Other as stated twice earlier
  19. open the Config.plist file with Clover Configurator v 4.50 (latest version) on the left, click on ACPI. On the lower right, you'll see SortedOrder. Click on the + option enter SSDT_NVMe-Pcc.aml and save the file.
  20. if you're using Clover UEFI, then it's in an EFI partition which you have to mount. If it's using Legacy, then it could be the EFI folder in the root
  21. Here's the ssdt and kext built for 10.12.6 If the USB installer you had earlier is 10.12.6, no need to rebuild. add the kext to /EFI/Clover/kexts/Other add the SSDT_NVMe-Pcc.aml to /EFI/Clover/ACPI/patched add the the SSDT_NVMe-Pcc.aml to /EFI/Clover/Config.plist under SSDT sortedOrder I don't know how to build one for AMD system. NVMe_960Evo.zip
  22. Which OS X are you installing? Did you create the spoof HackrNVMeFamily.kext for that version of OS X? add the kext to /EFI/Clover/kexts/Other add the SSDT_NVMe-Pcc.aml to /EFI/Clover/ACPI/patched add the the SSDT_NVMe-Pcc.aml to Config.plist under SSDT sortedOrder Post your Config.plist file if you need help
×
×
  • Create New...