Contribute
Register

Guide To Install Yosemite on HP Laptops with Clover UEFI

Battery requires correct ACPI patches. Make sure you re-extract fresh before repatching.

Use the config.plist generated from PBI-CE.


Delete all ACPI in EFI (original and patched ), Generated new with Usb loader (f4) and patched with HP installer.
Used the config.plist generated from PBI-CE

The same result. battery appears sometimes after a hard reset ((
 
help! 2015-10-20 00.22.05.jpg
 
Delete all ACPI in EFI (original and patched ), Generated new with Usb loader (f4) and patched with HP installer.
Used the config.plist generated from PBI-CE

The same result. battery appears sometimes after a hard reset ((

Look at ioreg to see why battery status is bad...
 
I probably already tired, but still faces with several bugs)))

After using the brightness keys on the keyboard stops working touchpad sometimes. After a while and persistent taps on touchpad he comes back to life ))

And not selected display sleep time. After setting values all reset to "Never"

Sorry Rehabman :((
 

Attachments

  • Screen Shot 2015-10-20 at 8.04.52 AM 1.png
    Screen Shot 2015-10-20 at 8.04.52 AM 1.png
    723.5 KB · Views: 87
I probably already tired, but still faces with several bugs)))

After using the brightness keys on the keyboard stops working touchpad sometimes. After a while and persistent taps on touchpad he comes back to life ))

And not selected display sleep time. After setting values all reset to "Never"

Sorry Rehabman :((

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 and Fn+F4 prior to ZIP).
 
kextstat|grep -y acpiplat
13 2 0xffffff7f8266b000 0x65000 0x65000 com.apple.driver.AppleACPIPlatform (3.1) <12 11 7 6 5 4 3 1>

kextstat|grep -y appleintelcpu

kextstat|grep -y applelpc
78 0 0xffffff7f82088000 0x3000 0x3000 com.apple.driver.AppleLPC (1.7.3) <75 12 5 4 3>
 

Attachments

  • CLOVER.zip
    3.7 MB · Views: 73
  • RehabMan.zip
    25.4 KB · Views: 72
  • IO.zip
    370.9 KB · Views: 75
kextstat|grep -y acpiplat
13 2 0xffffff7f8266b000 0x65000 0x65000 com.apple.driver.AppleACPIPlatform (3.1) <12 11 7 6 5 4 3 1>

kextstat|grep -y appleintelcpu

kextstat|grep -y applelpc
78 0 0xffffff7f82088000 0x3000 0x3000 com.apple.driver.AppleLPC (1.7.3) <75 12 5 4 3>

Comments:
- nothing really stands out as unexpected (as expected from PBI-CE)
- that said, I would not patch ACPI that way... I think dropping all the OEM SSDTs is a bad idea
- USB WiFi is known to cause instability. Best result with supported PCIe WiFi.
- newer version of Clover is available
- make sure all kexts are installed to /S/L/E and turn off injection in config.plist
 
- Disabled dopping OEM SSDT )
- Atheros AR9280 AR5BHB92 description says " Not for IBM and HP laptops!!" Why? 0_0
- in S/L/E/ installed all i know but without injection the video is not working as it should (screenshot)

Thanks Rehabman for your time
 

Attachments

  • Screen Shot 2015-10-20 at 7.39.32 PM.png
    Screen Shot 2015-10-20 at 7.39.32 PM.png
    35.6 KB · Views: 118
Back
Top