Jump to content

Jake Lo

Moderators
  • Posts

    14365
  • Joined

  • Last visited

  • Days Won

    871

Everything posted by Jake Lo

  1. 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
  2. in the Config file, under GUI, change language from es to en or just leave it blank
  3. Click on View and select. 'Show All Devices" Then click on the root of drive to format
  4. Try moving memory module to the 1st slot if you only have 1 stick
  5. @InsanelyDeepak Don't think there's an existing ALC289 kext available yet. Would be nice to have it than using VoodooHDA
  6. @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
  7. @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.
  8. Make sure you have the latest Clover installed, now replace the attached files into /EFI/Clover X200e.zip
  9. Post the clover folder in the thread you opened. I'll assist you there
  10. Boot to Clover, press spacebar. Select verbose and debug 0x100 mode to boot This should present you the error before it reboot
  11. go through this thread, files included
  12. 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.
  13. 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.
  14. 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
  15. 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.
  16. 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.
  17. 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.
  18. @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
  19. No compatible, either add a external graphics card or upgrade the processor that has HD4000
  20. 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 /
  21. 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
  22. Brightness Control (Fn+F3, Fn+Insert) Fn+Prtscrn -> Disables Touchpad
  23. Replace the files into /EFI/Clover and try again
  24. You''ll need to patch the DSDT for that if it's even possible. See here on how to
×
×
  • Create New...