Contribute
Register

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

Status
Not open for further replies.
had to make a change
@@ -31,7 +31,7 @@ case "$1" in
inst_lores)
rm -f $EFIDIR/EFI/CLOVER/ACPI/patched/DSDT.aml
rm -f $EFIDIR/EFI/CLOVER/ACPI/patched/SSDT-*.aml
- cp $CORE $EFIDIR/EFI/CLOVER/ACPI/patched
+ #cp $CORE $EFIDIR/EFI/CLOVER/ACPI/patched
#cp $BUILDDIR/SSDT-IGPU.aml $EFIDIR/EFI/CLOVER/ACPI/patched
cp $BUILDDIR/SSDT-FAN-$FANPREF.aml $EFIDIR/EFI/CLOVER/ACPI/patched
;;

I tried with my 850 g3 and i get a black screen. doesn't appear to be brightness keys either can't really tell what is happening.

Wrong fix.
I checked in correct fix.

Note: All problem reports must include "Problem Reporting" files. No exceptions.
 
Wrong fix.
I checked in correct fix.

Note: All problem reports must include "Problem Reporting" files. No exceptions.
Ok this seems to work.

I noticed the battery icon shows an X in it for some period of time and then it updated to show the percentage.
 

Attachments

  • report.txt.zip
    1.2 KB · Views: 82
  • ioreg_hp_850_g3 2.zip
    693.2 KB · Views: 70
  • ioreg_hp_850_g3.ioreg
    6.3 MB · Views: 85
  • RehabMan.zip
    68.4 KB · Views: 103
Ok this seems to work.

I noticed the battery icon shows an X in it for some period of time and then it updated to show the percentage.

Either nothing new or the system now starts up a bit faster...
No EFI/Clover attached, so I didn't really look at what you have here...
You could experiment with StartupDelay. See SSDT-ACPIBATT.dsl in ACPIBatteryManager repo... you would modify for _SB.BATC (path of battery object).
 
thank for guide, my laptop is full working :beachball::beachball::beachball::beachball::beachball:
 
You should clear your NVRAM...
And clear it both using EmuVariableUefi-64.efi (+ RC scripts) and without.
To clear NVRAM: sudo nvram -c

Clearing with EmuVariable will clear nvram.plist.
Where clearing it without may help clear native UEFI NVRAM.
You should probably also check what you have in NVRAM with the UEFI shell...

I figured the restart after shutdown issue was with USB, but unfortunately due to bugs in BIOS, I could never succeed in changing anything (other than what I changed originally, to turn secure boot off).

I'll probably try a CMOS reset (at least an EC reset), if my neighbor doesn't mind me tacking the laptop apart...

But yeah, the BIOS sure seems ultra buggy in these new HP laptops...
Even after clearing NVRAM ,EmuVariableUefi-64.efi still doesn't work ,btw it used to work with intelbacklight..... will EmuVariable affect any performance ??
 
Either nothing new or the system now starts up a bit faster...
No EFI/Clover attached, so I didn't really look at what you have here...
You could experiment with StartupDelay. See SSDT-ACPIBATT.dsl in ACPIBatteryManager repo... you would modify for _SB.BATC (path of battery object).

Sorry, looks like i attached 2 copies of ioreg. I Will try the experiments tonight.
 

Attachments

  • clover_850_g3.zip
    1.7 MB · Views: 66
Hi Bro!
I got a problem about sound jack. My headphone doesn't work when plugged into my laptop. Please get a check, thanks you.
 

Attachments

  • RehabMan.zip
    601.4 KB · Views: 60

Attachments

  • ProBook430g3.zip
    2.2 MB · Views: 73
Even after clearing NVRAM ,EmuVariableUefi-64.efi still doesn't work ,btw it used to work with intelbacklight..... will EmuVariable affect any performance ??

Strange that I didn't have any problem with the ProBook 440 G4 as far as backlight level restore.
But I was using EmuVariableUefi-64.efi from the start.
And I was using a newer Clover built from sources...
 
Sorry, looks like i attached 2 copies of ioreg. I Will try the experiments tonight.

BTW, I notice that your laptop has RDSS at RP05.PEGP (yet another path...)
It does not match what is currently in the hotpatch setup...
It won't matter unless you have a discrete graphics device, and you don't show one in your profile.
But it probably means I need to add support for a discrete device at _SB.PCI0.RP05.PEGP.
 
Status
Not open for further replies.
Back
Top