Contribute
Register

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

Status
Not open for further replies.
Trying beta branch ,after changing config.plist can't boot am stack in apple logo
after changing config.plist to 4x0 G4 can't go beyond Apple logo ....here are the files
 

Attachments

  • KUL’s MacBook Air.zip
    416.6 KB · Views: 81
  • Kextcache.zip
    1.5 KB · Views: 88
  • AppleHDA.zip
    1.1 KB · Views: 80
  • kextstat.zip
    1.2 KB · Views: 89
  • RehabMan.zip
    61.8 KB · Views: 95
after changing config.plist to 4x0 G4 can't go beyond Apple logo ....here are the files

No EFI/Clover attached.
And if you can't boot, how can you possibly capture ioreg?

If you have an issue booting...
Boot verbose, attach photo. Attach EFI/Clover folder as ZIP (omit 'themes' folder).

Note: It is NOT valid to change the config.plist without installing the ACPI files (using install_acpi.sh).
 
Last edited:
No EFI/Clover here.
And if you can't boot, how can you possibly capture ioreg?

If you have an issue booting...
Boot verbose, attach photo. Attach EFI/Clover folder as ZIP (omit 'themes' folder).

Note: It is NOT valid to change the config.plist without installing the ACPI files (using install_acpi.sh).
Used Clover USB to boot ...have removed batteryACPI driver can boot without issues ,also changed key87 to 102 coz with key 87 when i try to increase/decrease brightness trackpad stops working but with 102 its okay . here is clover forgot to include it .Another thing is graphical glitches
 

Attachments

  • CLOVER.zip
    1.5 MB · Views: 88
Used Clover USB to boot ...have removed batteryACPI driver can boot without issues ,also changed key87 to 102 coz with key 87 when i try to increase/decrease brightness trackpad stops working but with 102 its okay . here is clover forgot to include it .Another thing is graphical glitches

Since you can now boot, need all "Problem Reporting" files.

Note: Will switch to key102.

Note 2: I can see SSDT-BATT.aml instead of SSDT-BATT-G4.aml is installed (minor problem in install_acpi.sh).
 
Last edited:
BCM94352Z or BCM943602BAED are the best bets.
BCM943602BAED may require additional antennas to be installed but it is more native
BCM94352Z requires a bit more patching (already in the provided plists)
If your computer has no WiFi whitelist, you can ignore the warnings about not compatible with HP that many sellers may claim.
Read post #1.

Thanks that is what I thought. FWIW: HP has not used whitelist in bios since the series 6 laptops
 
Since you can now boot, need all "Problem Reporting" files.

Note: Will switch to key102.

Note 2: I can see SSDT-BATT.aml instead of SSDT-BATT-G4.aml is installed (minor problem in install_acpi.sh).
Is it possible to update SSDT-BATT-G4 now ?? Also there is graphical glitches in the menu bar is there a way to fix it ?? Here are all the files together
 

Attachments

  • AppleHDA.zip
    1.1 KB · Views: 92
  • Kextcache.zip
    1.5 KB · Views: 105
  • kextstat.zip
    1.2 KB · Views: 100
  • KUL’s MacBook Air.zip
    416.6 KB · Views: 92
  • RehabMan.zip
    61.8 KB · Views: 86
  • CLOVER.zip
    1.5 MB · Views: 99
Here is a photo of Graphical glitches
 

Attachments

  • TMPDOODLE1489625459315.jpg
    TMPDOODLE1489625459315.jpg
    526.2 KB · Views: 93
Here is a photo of Graphical glitches

Just need to change SSDT-IGPU to inject AAPL,GfxYTile.

Is it possible to update SSDT-BATT-G4 now ?? Also there is graphical glitches in the menu bar is there a way to fix it ?? Here are all the files together

Seems like you're booting from USB.
You said previously you could boot from HDD/SSD (eg. with hotpatch setup).
Need "Problem Reporting" files that result from booting from that setup, not USB.

You can put SSDT-BATT-G4.aml manually.

FYI... current diffs:
Code:
diff --git a/hotpatch/SSDT-IGPU.dsl b/hotpatch/SSDT-IGPU.dsl
index 0d323db..c9b2ae0 100644
--- a/hotpatch/SSDT-IGPU.dsl
+++ b/hotpatch/SSDT-IGPU.dsl
@@ -125,18 +125,20 @@ DefinitionBlock ("", "SSDT", 2, "hack", "igpu", 0)
             // Kaby Lake/HD620
             0x5916, 0, Package()
             {
-                "AAPL,ig-platform-id", Buffer() { 0x00, 0x00, 0x1b, 0x19 },
                 "model", Buffer() { "Intel HD Graphics 620" },
                 "device-id", Buffer() { 0x1b, 0x19, 0x00, 0x00 },
                 "hda-gfx", Buffer() { "onboard-1" },
+                "AAPL,ig-platform-id", Buffer() { 0x00, 0x00, 0x1b, 0x19 },
+                "AAPL,GfxYTile", Buffer() { 1, 0, 0, 0 },
             },
             // Kaby Lake/HD630
             0x5912, 0x591b, 0, Package()
             {
-                "AAPL,ig-platform-id", Buffer() { 0x00, 0x00, 0x1b, 0x19 },
                 "model", Buffer() { "Intel HD Graphics 630" },
                 "device-id", Buffer() { 0x1b, 0x19, 0x00, 0x00 },
                 "hda-gfx", Buffer() { "onboard-1" },
+                "AAPL,ig-platform-id", Buffer() { 0x00, 0x00, 0x1b, 0x19 },
+                "AAPL,GfxYTile", Buffer() { 1, 0, 0, 0 },
             },
         })

diff --git a/install_acpi.sh b/install_acpi.sh
index 762fcef..72f2afe 100755
--- a/install_acpi.sh
+++ b/install_acpi.sh
@@ -52,6 +52,10 @@ case "$1" in
         rm -f $EFIDIR/EFI/CLOVER/ACPI/patched/SSDT-BATT*.aml
         cp $BUILDDIR/SSDT-BATT-G3.aml $EFIDIR/EFI/CLOVER/ACPI/patched
     ;;
+    inst_batt_g4)
+        rm -f $EFIDIR/EFI/CLOVER/ACPI/patched/SSDT-BATT*.aml
+        cp $BUILDDIR/SSDT-BATT-G4.aml $EFIDIR/EFI/CLOVER/ACPI/patched
+    ;;
     install_4x30s)
         $0 inst_lores $2
         cp $BUILDDIR/SSDT-4x30s.aml $EFIDIR/EFI/CLOVER/ACPI/patched
@@ -402,7 +406,7 @@ case "$1" in
         $0 inst_lores $2
         $0 inst_batt_g4
         cp $BUILDDIR/SSDT-4x0-G4-Kabylake.aml $EFIDIR/EFI/CLOVER/ACPI/patched
-        cp $BUILDDIR/SSDT-KEY87.aml $EFIDIR/EFI/CLOVER/ACPI/patched
+        cp $BUILDDIR/SSDT-KEY102.aml $EFIDIR/EFI/CLOVER/ACPI/patched
         #cp $BUILDDIR/SSDT-USB-4x0-G4.aml $EFIDIR/EFI/CLOVER/ACPI/patched
         cp $BUILDDIR/SSDT-RP01_PEGP_RDSS.aml $EFIDIR/EFI/CLOVER/ACPI/patched
         ls $EFIDIR/EFI/CLOVER/ACPI/patched
 
Just need to change SSDT-IGPU to inject AAPL,GfxYTile.



Seems like you're booting from USB.
You said previously you could boot from HDD/SSD (eg. with hotpatch setup).
Need "Problem Reporting" files that result from booting from that setup, not USB.

You can put SSDT-BATT-G4.aml manually.

FYI... current diffs:
Code:
diff --git a/hotpatch/SSDT-IGPU.dsl b/hotpatch/SSDT-IGPU.dsl
index 0d323db..c9b2ae0 100644
--- a/hotpatch/SSDT-IGPU.dsl
+++ b/hotpatch/SSDT-IGPU.dsl
@@ -125,18 +125,20 @@ DefinitionBlock ("", "SSDT", 2, "hack", "igpu", 0)
             // Kaby Lake/HD620
             0x5916, 0, Package()
             {
-                "AAPL,ig-platform-id", Buffer() { 0x00, 0x00, 0x1b, 0x19 },
                 "model", Buffer() { "Intel HD Graphics 620" },
                 "device-id", Buffer() { 0x1b, 0x19, 0x00, 0x00 },
                 "hda-gfx", Buffer() { "onboard-1" },
+                "AAPL,ig-platform-id", Buffer() { 0x00, 0x00, 0x1b, 0x19 },
+                "AAPL,GfxYTile", Buffer() { 1, 0, 0, 0 },
             },
             // Kaby Lake/HD630
             0x5912, 0x591b, 0, Package()
             {
-                "AAPL,ig-platform-id", Buffer() { 0x00, 0x00, 0x1b, 0x19 },
                 "model", Buffer() { "Intel HD Graphics 630" },
                 "device-id", Buffer() { 0x1b, 0x19, 0x00, 0x00 },
                 "hda-gfx", Buffer() { "onboard-1" },
+                "AAPL,ig-platform-id", Buffer() { 0x00, 0x00, 0x1b, 0x19 },
+                "AAPL,GfxYTile", Buffer() { 1, 0, 0, 0 },
             },
         })

diff --git a/install_acpi.sh b/install_acpi.sh
index 762fcef..72f2afe 100755
--- a/install_acpi.sh
+++ b/install_acpi.sh
@@ -52,6 +52,10 @@ case "$1" in
         rm -f $EFIDIR/EFI/CLOVER/ACPI/patched/SSDT-BATT*.aml
         cp $BUILDDIR/SSDT-BATT-G3.aml $EFIDIR/EFI/CLOVER/ACPI/patched
     ;;
+    inst_batt_g4)
+        rm -f $EFIDIR/EFI/CLOVER/ACPI/patched/SSDT-BATT*.aml
+        cp $BUILDDIR/SSDT-BATT-G4.aml $EFIDIR/EFI/CLOVER/ACPI/patched
+    ;;
     install_4x30s)
         $0 inst_lores $2
         cp $BUILDDIR/SSDT-4x30s.aml $EFIDIR/EFI/CLOVER/ACPI/patched
@@ -402,7 +406,7 @@ case "$1" in
         $0 inst_lores $2
         $0 inst_batt_g4
         cp $BUILDDIR/SSDT-4x0-G4-Kabylake.aml $EFIDIR/EFI/CLOVER/ACPI/patched
-        cp $BUILDDIR/SSDT-KEY87.aml $EFIDIR/EFI/CLOVER/ACPI/patched
+        cp $BUILDDIR/SSDT-KEY102.aml $EFIDIR/EFI/CLOVER/ACPI/patched
         #cp $BUILDDIR/SSDT-USB-4x0-G4.aml $EFIDIR/EFI/CLOVER/ACPI/patched
         cp $BUILDDIR/SSDT-RP01_PEGP_RDSS.aml $EFIDIR/EFI/CLOVER/ACPI/patched
         ls $EFIDIR/EFI/CLOVER/ACPI/patched
added SSDT-BATT-G4.aml now battery is working...changed SSDT-IGPU to inject AAPL,GfxYTile don't know whether I did it as it is supposed to done ,glitches seems to have disappeared,about brightness I have always to decrease after every boot or restart ,volume notification in menu bar doesn't work unless its changed manually ,though those are not big issues or problems... here are the files when I boot without USB
 

Attachments

  • AppleHDA.zip
    1.1 KB · Views: 75
  • CLOVER.zip
    1.5 MB · Views: 98
  • kextcache.zip
    1.5 KB · Views: 90
  • kextstat.zip
    1.2 KB · Views: 95
  • KUL’s MacBook Air.zip
    515.9 KB · Views: 96
  • RehabMan.zip
    70.6 KB · Views: 83
Status
Not open for further replies.
Back
Top