Contribute
Register

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

Status
Not open for further replies.
After reinstalling High Sierra and try the fix you told me, everything works correctly now. Thank you

What "fix" are you referring to?

Please: In busy threads, use quoted replies.
 
What "fix" are you referring to?

Please: In busy threads, use quoted replies.

I was talking about this fix you mentioned for the HP 9480m
Code:
u430:probook.git Admin$ git diff hotpatch/SSDT-9x80.dsl
diff --git a/hotpatch/SSDT-9x80.dsl b/hotpatch/SSDT-9x80.dsl
index d8da5d0..b952ff2 100644
--- a/hotpatch/SSDT-9x80.dsl
+++ b/hotpatch/SSDT-9x80.dsl
@@ -4,7 +4,7 @@ DefinitionBlock ("", "SSDT", 2, "hack", "9x80", 0)
{
     #include "SSDT-RMCF.asl"
     #include "SSDT-PluginType1.asl"
-    #include "SSDT-PEGP_DGFX_RDSS.asl"
+    #include "SSDT-RP05_DGFX_RDSS.asl"
     #include "SSDT-HACK.asl"
     #include "include/layout4_HDEF.asl"
     #include "include/layout4_HDAU.asl"
 
SSDT-SATA.asl is part of SSDT-HACK.asl, which is included into the model specific SSDT.
Code:
//
// Unsupported SATA modes, unsupported SATA devices
// From SSDT-SATA.dsl
//
...

Original code comes from SSDT-SATA.dsl in my hotpatch repo. It injects a compatible device-id for unsupported SATA devices via ACPI _DSM.

It is why your system can boot without SATA-100-series-unsupported.kext.
SATA-100-series-unsupported.kext is attached to the main Clover guide:
https://www.tonymacx86.com/threads/guide-booting-the-os-x-installer-on-laptops-with-clover.148093/

Note: install_downloads.sh has nothing to do with ACPI setup.

I have successfully upgrade to macOS Sierra using older version of Clover.
(After installation I also update the clover to your version of clover).

Everything is working smooth but the USB 3 and bluetooth 4.0 are not. USB 3.0 works only if I plugin external disk and unplug it and plug back again. I'm using Azurewave BCM94352HMB. Wifi is working fine but bluetooth only works if the system wakeup from sleep. But, after wake from sleep my internet slows down. Is it because of USB 3.0?

After upgrade to macOS Sierra I also update all the patches/ config.plist as you described:

cd ~/Projects/probook.git
git stash
git pull
./download.sh
./install_downloads.sh
./build.sh

Please check my attached file and advise.

Also please have a look to the screenshot. Is that the normal or has some kind of error?


No "Problem Reporting" files attached.
Read FAQ, "Problem Reporting" again. Carefully. Attach all requested files/output.
https://www.tonymacx86.com/threads/faq-read-first-laptop-frequent-questions.164990/
Use the tool mentioned in the FAQ, that way it is less likely you'll omit something.
 

Attachments

  • clover.zip
    4.2 MB · Views: 63
  • Screen Shot 2018-01-08 at 23.17.50.png
    Screen Shot 2018-01-08 at 23.17.50.png
    89.7 KB · Views: 106
I was talking about this fix you mentioned for the HP 9480m
Code:
u430:probook.git Admin$ git diff hotpatch/SSDT-9x80.dsl
diff --git a/hotpatch/SSDT-9x80.dsl b/hotpatch/SSDT-9x80.dsl
index d8da5d0..b952ff2 100644
--- a/hotpatch/SSDT-9x80.dsl
+++ b/hotpatch/SSDT-9x80.dsl
@@ -4,7 +4,7 @@ DefinitionBlock ("", "SSDT", 2, "hack", "9x80", 0)
{
     #include "SSDT-RMCF.asl"
     #include "SSDT-PluginType1.asl"
-    #include "SSDT-PEGP_DGFX_RDSS.asl"
+    #include "SSDT-RP05_DGFX_RDSS.asl"
     #include "SSDT-HACK.asl"
     #include "include/layout4_HDEF.asl"
     #include "include/layout4_HDAU.asl"

Thanks for clarifying.
Now changed in github.
 
Helllooo,
First of all - RehabMan - awesome work!
I'm totally in love with my HP Elitebook 840 G3 with Sierra.

Problems with not going into sleep after closing lid - after updating kexts of VooDOo Synaptics are gone.
One more thing left - random screen blackout and restart. I have no idea why it's happening - maybe some problems wth Intel HD kext?
When HP is connected via DisplayPort to external monitor - there is no problem.

Any solution?

Best Regards
 
Helllooo,
First of all - RehabMan - awesome work!
I'm totally in love with my HP Elitebook 840 G3 with Sierra.

Problems with not going into sleep after closing lid - after updating kexts of VooDOo Synaptics are gone.
One more thing left - random screen blackout and restart. I have no idea why it's happening - maybe some problems wth Intel HD kext?
When HP is connected via DisplayPort to external monitor - there is no problem.

Any solution?

Best Regards

"Problem Reporting" files are incomplete.
Read FAQ, "Problem Reporting" again. Carefully. Attach all requested files/output.
https://www.tonymacx86.com/threads/faq-read-first-laptop-frequent-questions.164990/
Use the tool mentioned in the FAQ, that way it is less likely you'll omit something.
 

Attachments

  • debug_7378.zip
    4.3 MB · Views: 73
Your profile has no laptop hardware details. Please fix as per guide/FAQ.
https://www.tonymacx86.com/threads/faq-read-first-laptop-frequent-questions.164990/

Your config.plist is not up-to-date with respect to the current github repo.

Hi, I updated my profile, Is it enough information?.

I know this config.plist is not the latest, I still booting the system with this because is what I used to boot Sierra, and as I mentioned I still on Sierra because this "bug" doesn't let me update to HSierra.

Is The latest repo config.plist Sierra compatible?.

Thanks for help.
 
Status
Not open for further replies.
Back
Top