Contribute
Register

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

Status
Not open for further replies.
Hi

On my 8460p after last update sierra 10.12.1

i have screen black on login, all is ok with remote desktop

Just black on local monitor

Do you have a solution ?

I update git and install last config.plist for 8x60p

thanks a lot

Did you try hitting brightness up?
 
Last edited:
The guide is not saying anything about audio I have tried all steps found on tonymacx86 may be I am doing something wrong , so I am doing problem reporting .
As you have written only use Ioregistryexplorer v2.1 it have been upgraded in the post I have used the upgraded version from the post.
All the output of the commands , IOreg and other files mentioned in problem reporting section are provide in the
Problem Reporting Files.zip attachment .

Your audio configuration is wrong. To fix:
- run the OS X installer to restore AppleHDA and IOHDAFamily.kext to vanilla
- remove all kexts not recommended by this guide...
realtekALC.kext
NullCPUPowerManagement.kext
AHCI_Intel_Generic_SATA.kext
AppleHDALoader.kext
AppleHDA885.kext
- run download.sh and install_downloads.sh as per guide
- your config.plist is wrong. Follow post #1, "Final config.plist".

Then boot without caches, and rebuild cache as per post #1, "Known Problems", "Audio".
 
how to boot caches in new clover..theres no option boot w/o caches when i tap the space bar on clover boot menu
 
how to boot caches in new clover..theres no option boot w/o caches when i tap the space bar on clover boot menu

I build my own copy of Clover... and I change the source so the option is still available:
Code:
SPEEDY-NUC:Clover rehabman$ svn diff
Index: rEFIt_UEFI/entry_scan/loader.c
===================================================================
--- rEFIt_UEFI/entry_scan/loader.c    (revision 3967)
+++ rEFIt_UEFI/entry_scan/loader.c    (working copy)
@@ -752,7 +752,7 @@
     }

     
-//    AddMenuCheck(SubScreen, "Without caches",       OSFLAG_NOCACHES, 69);
+    AddMenuCheck(SubScreen, "Without caches",       OSFLAG_NOCACHES, 69);
 //    AddMenuCheck(SubScreen, "With injected kexts",  OSFLAG_WITHKEXTS, 69);
     AddMenuInfo(SubScreen, L"=== boot-args ===");
     if (!KernelIs64BitOnly) {

Some report you can also simply add "-f" as a kernel flag. I haven't checked if that's all the OSFLAG_NOCACHES does inside Clover or not.
 
I build my own copy of Clover... and I change the source so the option is still available:
Code:
SPEEDY-NUC:Clover rehabman$ svn diff
Index: rEFIt_UEFI/entry_scan/loader.c
===================================================================
--- rEFIt_UEFI/entry_scan/loader.c    (revision 3967)
+++ rEFIt_UEFI/entry_scan/loader.c    (working copy)
@@ -752,7 +752,7 @@
     }

    
-//    AddMenuCheck(SubScreen, "Without caches",       OSFLAG_NOCACHES, 69);
+    AddMenuCheck(SubScreen, "Without caches",       OSFLAG_NOCACHES, 69);
 //    AddMenuCheck(SubScreen, "With injected kexts",  OSFLAG_WITHKEXTS, 69);
     AddMenuInfo(SubScreen, L"=== boot-args ===");
     if (!KernelIs64BitOnly) {

Some report you can also simply add "-f" as a kernel flag. I haven't checked if that's all the OSFLAG_NOCACHES does inside Clover or not.

how can apply that code in my clover?
 
im trying to type -f flag on my clover menu but seems its not working..where can put the -f in clover menu?
 
how to boot caches in new clover..theres no option boot w/o caches when i tap the space bar on clover boot menu

Boot with "-f" flag, it'll do the trick. Worked for me on my 4340s, after the reboot I got audio. Get into the Clover screen > Options > Boot Args > hit Enter > type the flag at the end of the line > get back to the Clover screen > hit Space to check if the flag is there > boot.
 
Hi on sierra with 8460p

i have bug on login screen with keyboard

For write my password i must push 2x or more on keyboard for write one letter

very strange and only in screen login after login all is ok

I have bluetooth mouse and the cursor of mouse disappear when touch of keyboard is ok

Do you have a idea thanks
 
Status
Not open for further replies.
Back
Top