Contribute
Register

[Guide] HP ProBook/EliteBook/Zbook using Clover UEFI hotpatch

Status
Not open for further replies.
Your kextcache shows AppleALC.kext installed.
But your config.plist is not from the applealc branch.
You cannot mix components from master branch vs. applealc branch.

Many tanks RehabMan i switched on applealc branch and make all the things from the start ( download install build install acpi move new config file ) . Now my audio is working, but blueotooth no, what i have to do ?
 

Attachments

  • report1912.zip
    2.5 MB · Views: 58
Your Clover bootlog shows only a single RAM stick installed. Better results with dual-channel configuration. Replace RAM with matched 2x 4GB.

So macOS freezes because of the 1 RAM stick?

Your ioreg shows multiple BT controllers active. macOS/OS X does not like to see multiple BT controllers. If you're using an external BT device, you must disable the internal one (BIOS setting).

Internal BT Controller is disabled in BIOS.
 
Thanks RehabMan.
Mojava 10.14 AppleHDA native Audio succeed.IDT Audio Output and Input and DisplayPort Audio Output.
My Laptop is HP EliteBook 2570p

but i don't know is my promble?
I didn't pre-patch-hda

and do this command

cd ~/Projects/probook.git
./download.sh
./install_downloads.sh

it will Auto create patched AppleHDA_ProBook.kext

but not auto install to S/L/E

i use Kext Wizzard Install to S/L/E and kext rebuild, reboot,Audio All Worked

JIvlrJ0.png
 
You have AppleALC.kext installed (must be using applealc branch), but the wrong version (read post #1 regarding attached AppleALC.kext).
Your config.plist is also wrong. Read post #1, "Final config.plist"
Your drivers64UEFI is also wrong.
Read here:
https://www.tonymacx86.com/threads/guide-booting-the-os-x-installer-on-laptops-with-clover.148093/
Your ACPI files are not up-to-date.
Read post #1 regarding use of install_acpi.sh.

In short, fix drivers64UEFI and do all post-install tasks in post #1.

Hi again RMan! drivers fixed, Rman clover installed. But I have this:

"Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 18 Optimizations

MBP-Alexandru-2:probook.git alex$ ./install_acpi.sh install_4x40s_hires MOD

Error: Unknown model, "install_4x40s_hires", specifed.

MBP-Alexandru-2:probook.git alex$ ./install_acpi.sh install_4x40_hires MOD

cp: ./build/SSDT-FANMOD.aml: No such file or directory

SSDT-4x40.aml SSDT-IGPUH.aml SSDT.aml"

install_4x40_hires not anymore in install_acpi.sh and SSDT-FANMOD.aml is not in build.
 

Attachments

  • probook.git.zip
    30.9 MB · Views: 49
I see. The Kexts that are needed pre-installation are FakeSMC.kext, VoodooPS2Controller.kext, Lilu.kext, WhateverGreen.kext as you mentioned here. and pre-installation Kexts/other folder will look like this:
cloverkexts-png.353135


All other kexts are to be installed at post-installation. So, I can remove other kexts (if I have any) in the Kexts/Other as they are not going be needed at this point. Correct?

Another Q: Do I need anything to add to my drivers64UEFI folder at pre-installation as I understand the HPFanReset.efi is not for Elitebook, only for probook? Or they are required no matter what? Or they are being installed by the bootloader post-installation?

HPFanReset.efi is for all laptops covered by this guide, as written in post #1.
 
So macOS freezes because of the 1 RAM stick?

HD3000 is known to be more stable with 2x 4GB.
It has been that way for a long time.

Internal BT Controller is disabled in BIOS.

Your ioreg showed otherwise. If the BIOS option is not working, use uia_exclude to exclude the internal BT port.
 
Hi again RMan! drivers fixed, Rman clover installed. But I have this:

"Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 18 Optimizations

MBP-Alexandru-2:probook.git alex$ ./install_acpi.sh install_4x40s_hires MOD

Error: Unknown model, "install_4x40s_hires", specifed.

MBP-Alexandru-2:probook.git alex$ ./install_acpi.sh install_4x40_hires MOD

cp: ./build/SSDT-FANMOD.aml: No such file or directory

SSDT-4x40.aml SSDT-IGPUH.aml SSDT.aml"

install_4x40_hires not anymore in install_acpi.sh and SSDT-FANMOD.aml is not in build.

Note:
Code:
NUC6i7KYK:probook.git rehabman$ ./install_acpi.sh help |grep 4x40
install_4x40
install_4x40_hires
 
Status
Not open for further replies.
Back
Top