Contribute
Register

HP Probook Installer Clover Edition

I'm not sure if this is the right place for this. With a Probook 4440s, neither of the 64 bit versions of the UEFI shell in EFI\CLOVER\Tools will boot. But the version of the shell from the EDK does work. I've attached it in case anyone needs it. It turned out to be useful in recovering from a bad config.plist experiment for me.
 

Attachments

  • Shell_Full.zip
    242.3 KB · Views: 96
Hi Rehabman

i am going to try this 10.6x install with clover a bit later today

Before I start, with PBI clover edition inject the APPL os info or will this be an additional and separate step?

Also, do you know if the iboot cd will work if the computer bios is set to UEFI?

thanks in advance

Current DVD from Apple is 10.6.3.

You can do either. I did it using Clover all the way just to see if I could do it.



No guide that I know of. I used knowledge/intuition. It isn't difficult, if you have good background knowledge on hackintosh. You need the kernel from iBoot and appropriate (typical) Clover setup.

Clover setup: http://www.tonymacx86.com/el-capita...de-booting-os-x-installer-laptops-clover.html

Once you get to 10.6.8, the only difference in Clover setup is you need to inject APPL,os-info. You can find references to it in the ProBook repo: https://github.com/RehabMan/HP-ProBook-4x30s-DSDT-Patch

I'm currently using a complete "hotpatch" ACPI setup in Clover (eg. no patched ACPI files in ACPI/patched). I'll probably publish the details in the near future, although it will not focus on SL.
 
...
Before I start, with PBI clover edition inject the APPL os info or will this be an additional and separate step?

Separate/additional. No support in PBI-CE for SL.

Also, do you know if the iboot cd will work if the computer bios is set to UEFI?

iBoot is legacy. No need for iBoot when using Clover.
 
Not saved brightness. On 10.10.4-10.10.5. It seems nothing is done, only the updates set. How to fix?
And hwmonitor shows the temperature hdd all, no more shows. DSDT did the new and old used except t hdd does not show anything.
 
Requires working NVRAM. If you installed EmuVariableUefi-64.efi, make sure you installed "RC scripts".
I do not even know. Always put probook installer. In / Volumes / EFI / EFI / CLOVER / drivers64UEFI no EmuVariableUefi-64.efi.
 
I do not even know. Always put probook installer. In / Volumes / EFI / EFI / CLOVER / drivers64UEFI no EmuVariableUefi-64.efi.

Please clarify your issue.

Let's see what your configuration is...

Download patchmatic: https://bitbucket.org/RehabMan/os-x-maciasl-patchmatic/downloads/RehabMan-patchmatic-2015-0107.zip
Extract the 'patchmatic' binary from the ZIP. Copy it to /usr/bin, such that you have the binary at /usr/bin/patchmatic.

In terminal,
Code:
if [ -d ~/Downloads/RehabMan ]; then rm -R ~/Downloads/RehabMan; fi
mkdir ~/Downloads/RehabMan
cd ~/Downloads/RehabMan
patchmatic -extract

Note: It is easier if you use copy/paste instead of typing the commands manually.

Post contents of Downloads/RehabMan directory (as ZIP).

Also, post ioreg: http://www.tonymacx86.com/audio/58368-guide-how-make-copy-ioreg.html. Please, use the IORegistryExplorer v2.1 attached to the post! DO NOT reply with an ioreg from any other version of IORegistryExplorer.app.

And output from:
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc

Also, post EFI/Clover folder (press F4 at main Clover screen before collecting).

Also post output of:
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /
 
The problem is, after you restart the screen brightness of 100%

Download patchmatic: https://bitbucket.org/RehabMan/os-x-maciasl-patchmatic/downloads/RehabMan-patchmatic-2015-0107.zip
Extract the 'patchmatic' binary from the ZIP. Copy it to /usr/bin, such that you have the binary at /usr/bin/patchmatic.

In terminal,
Code:
if [ -d ~/Downloads/RehabMan ]; then rm -R ~/Downloads/RehabMan; fi
mkdir ~/Downloads/RehabMan
cd ~/Downloads/RehabMan
patchmatic -extract

Note: It is easier if you use copy/paste instead of typing the commands manually.

Post contents of Downloads/RehabMan directory (as ZIP).

Also, post ioreg: http://www.tonymacx86.com/audio/58368-guide-how-make-copy-ioreg.html. Please, use the IORegistryExplorer v2.1 attached to the post! DO NOT reply with an ioreg from any other version of IORegistryExplorer.app.

And output from:
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc

Also, post EFI/Clover folder (press F4 at main Clover screen before collecting).

Also post output of:
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /
 
Back
Top