Jump to content

Jake Lo

Moderators
  • Posts

    14365
  • Joined

  • Last visited

  • Days Won

    868

Everything posted by Jake Lo

  1. Try adding https://github.com/JrCs/CloverGrowerPro/raw/master/Files/HFSPlus/X64/HFSPlus.efi to /EFI/Clover/drivers64UEFI
  2. unifail is not supported here. Should just do it manually using the terminal sudo /Applications/Install\ macOS\ High\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/"target_USB" --applicationpath /Applications/Install\ macOS\ High\ Sierra.app --nointeraction
  3. in the Config file, under GUI, change language from es to en or just leave it blank
  4. Click on View and select. 'Show All Devices" Then click on the root of drive to format
  5. Try moving memory module to the 1st slot if you only have 1 stick
  6. @InsanelyDeepak Don't think there's an existing ALC289 kext available yet. Would be nice to have it than using VoodooHDA
  7. @MrJonesIII Download AppleALC.kext + Lilu.kext and place into /EFI/Clover/kexts/Other In Config file, change Devices/Audio, change Inject from 1 to 5, under ACPI, enable FixMutex
  8. @MrJonesIII Your codec dump file is blank, but it looks like you have ALC662. Try AppleALC.kext with layout-id = 5 If not work, then attach codec_dump file again. Make sure it has info before attaching.
  9. Make sure you have the latest Clover installed, now replace the attached files into /EFI/Clover X200e.zip
  10. Post the clover folder in the thread you opened. I'll assist you there
  11. Boot to Clover, press spacebar. Select verbose and debug 0x100 mode to boot This should present you the error before it reboot
  12. go through this thread, files included
  13. I added the link to the Clover loader installer, just follow the steps. As for the error, use Clover Configurator to open the Config.plist file. Under ACPI, on bottom left, enable FixHeaders.
  14. what's your boot time? mine is about 12 sec and have set timeout to 2 because I have triple boot. That gives me time to select which MacOS to boot to.
  15. Re-install Clover on top with the latest version following these settings Install for UEFI booting only Install Clover in the ESP Drivers64UEFI\DataHubDxe-64 Drivers64UEFI\FSInject-64 Drivers64UEFI\SMCHelper-64 Drivers64UEFI\ApfsDriverLoader-64 Drivers64UEFI\AptioMemoryFix-64 Drivers64UEFI\PartitionDxe-64 Once done, check in /EFI/Clover/drivers64UEFI, the following are removed OsxAptioFix2Drv-64.efi OsxAptioFixDrv-64.efi EmuVariableUefi-64.efi OsxFatBinaryDrv-64.efi
  16. I take it that that fixed the issue? Yes, all those kexts are necessary except BroadcomWiFiInjector.kext you had added in /S/L/E. That can be remove. You want to add longer boot time? Change the timeout from 0 to whatever you prefer in the Config file. Multi-touch, currently you should have 2 fingers scrolling and tab to drag, but that's about it. The current Alps kext doesn't work well for this system.
  17. the info you linked is useless, you need to fine the codec. See here As for Wifi, Atheros is no longer supported in Mojave. See here.
  18. You can put your request in for ALC289 here. Seems that's a new one. As for VoodooI2C touchpad buttons, you'll just have to wait for the developer to update his kext or post your issue there. Seems to be a known issue if you have an Alps I2C touchpad.
  19. @Waldemarek ALC898, there are a few already patched with AppleALC.kext + Lilu.kext give these layout-id a try 1, 2, 3, 5, 7, 11, 13, 28, 65, 98, 99, 101
  20. No compatible, either add a external graphics card or upgrade the processor that has HD4000
  21. your kext cache might now be working as the log is empty try running it manually 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 /
  22. Did you disable hibernation? sudo pmset hibernatemode 0 sudo rm -f /var/vm/sleepimage sudo pmset hibernatefile /dev/null For audio, try different layout-id 13, 33, and 84
  23. Brightness Control (Fn+F3, Fn+Insert) Fn+Prtscrn -> Disables Touchpad
  24. Replace the files into /EFI/Clover and try again
×
×
  • Create New...