Contribute
Register

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

Status
Not open for further replies.
New branch: beta_weg

Everything works just fine ! WhaterverGreen loads just fine and everything seems okay. Just reporting in case if you need feedback.

If you need debug files they are attached

Your ACPI files are not up-to-date with respect to the github project.
Maybe you forgot to use install_acpi.sh.

Your config.plist is also not from the beta_weg branch.
Seems you forgot to follow the instructions in the guide "Final config.plist".

Your kextcache output looks as expected.
 
Hi Rehman!
My laptop HP zbook 15 G2 / 15GHz Core i7-4810MQ / Quadro K1100M + 4600hd / ALC280
I installed hotpatch for high-sierra 10.13.6 on my laptop. But when I was running the command line "./install_downloads.sh" to install kext L / E. after installing some kexts, the laptop is panic then restart immediately. ,The laptop couldn't boot up anymore.
I do not know how to delete the kexts in L / E from the windown, so I backed up with time machine and installed OSX EL Capitan 10.11.6. Now I have 3 OS: windown 10, high-sierra and EL.And when I run the command line on EL, the result stays the same. I try to run the command line then the result is not build .aml(picture)
Can you give me a solution?
If manual build, how to do with .asl files?
kien_build.png

What is the output in Terminal?
Code:
iasl -v
which iasl

And please attach your entire probook.git as ZIP.
 
Your ACPI files are not up-to-date with respect to the github project.
Maybe you forgot to use install_acpi.sh.

Your config.plist is also not from the beta_weg branch.
Seems you forgot to follow the instructions in the guide "Final config.plist".

Your kextcache output looks as expected.

Now should be okay. I looked to quickly over the commits. That's why I didn't changed updated some files.

You can find them attached.
 

Attachments

  • debug_7779.zip
    2 MB · Views: 61

You deleted a bunch of files from the project:
Code:
NUC6i7KYK:probook.git rehabman$ git status
On branch master
Your branch is up to date with 'origin/master'.

Changes not staged for commit:
  (use "git add/rm <file>..." to update what will be committed)
  (use "git checkout -- <file>..." to discard changes in working directory)

   deleted:    hotpatch/SSDT-BATT-G2.asl
   deleted:    hotpatch/SSDT-KEY87.asl
   deleted:    hotpatch/SSDT-RMCF.asl
   deleted:    hotpatch/SSDT-RP05_DGFX_RDSS.asl
   deleted:    hotpatch/SSDT-USB-ZBook-G2.asl
   deleted:    hotpatch/SSDT-XHC.asl
   deleted:    hotpatch/include/disable_EH01-EH02.asl
   deleted:    hotpatch/include/layout4_HDAU.asl
   deleted:    hotpatch/include/layout4_HDEF.asl
   deleted:    hotpatch/include/standard_PS2K.asl

You can reset everything to content on github:
Code:
git reset --hard origin/master
 
Now should be okay. I looked to quickly over the commits. That's why I didn't changed updated some files.

You can find them attached.

Looks ok, but you're using the wrong SMBIOS (and that is causing some issues for you with USB port inject).
The config_4x40.plist from the repo uses MacBookPro9,2 not MacBookPro10,2.
 
Looks ok, but you're using the wrong SMBIOS (and that is causing some issues for you with USB port inject).
The config_4x40.plist from the repo uses MacBookPro9,2 not MacBookPro10,2.

That explains why one of the USB ports has 2.0 speeds instead of 3.0

I choose MacBookPro10,2 because it has the same CPU. I will revert.
 
There are rumors that handoff is better behaved on hacks in Mojave. I have not really tested it (I think it is a gimmick anyway).
Yes, RehabMan... I can confirm Handsoff actually working really well as compare to previous version of macOS.
And I always thanks to you.
 
Yes, RehabMan... I can confirm Handsoff actually working really well as compare to previous version of macOS.
And I always thanks to you.

Not sure about handoff (gimmick of a feature anyway). But "instant hotspot" is still troublesome.
 
That explains why one of the USB ports has 2.0 speeds instead of 3.0

I choose MacBookPro10,2 because it has the same CPU. I will revert.

Also note that the beta_weg really requires WhateverGreen.kext 1.2.3, which is not on github Releases, yet (current pre-built is 1.2.2)

But there should be a pre-built of 1.2.3 soon.

Without it, as just one example, HDMI will not work on HD4000 hires (it will work on HD4000 lowres though).
There are more examples, depending on hardware, since the patching properties sometimes depend on specific features that I added to WhateverGreen 1.2.3.
 
Status
Not open for further replies.
Back
Top