Contribute
Register

Guide To Install Yosemite on HP Laptops with Clover UEFI

- Disabled dopping OEM SSDT )

More involved than that...

Since you have a patched SSDT 'SaSsdt'... you'll need to drop that table with config.plist/ACPI/DropTables.

- Atheros AR9280 AR5BHB92 description says " Not for IBM and HP laptops!!" Why? 0_0

Seller CYA. Some laptops have a WiFi whitelist. Yours does not.

Note that AR9280 is not the best choice (BCM94352HMB is better).

- in S/L/E/ installed all i know but without injection the video is not working as it should (screenshot)

The PBI-CE installs all the same kexts into /S/L/E.

Your problem is probably caused by the OEM SSDT mistake highlighted above.
 
correctly? (screenshot)

or i must completely remove ssdt from plist? sorry bad english
 

Attachments

  • Screen Shot 2015-10-20 at 8.24.56 PM.png
    Screen Shot 2015-10-20 at 8.24.56 PM.png
    26.4 KB · Views: 88
correctly? (screenshot)

or i must completely remove ssdt from plist? sorry bad english

You need to add 'SaSsdt' to DropTables. You have only DMAR there.

Read Clover wiki...
 
I have 1 pathed SSDT-1 in folder /clover/acpi/patched

How do i find out the name of the table which i must write in the field TableId (CpuPm or Cpu0Ist or .....)?

I have found no information about this.
 
I have 1 pathed SSDT-1 in folder /clover/acpi/patched

How do i find out the name of the table which i must write in the field TableId (CpuPm or Cpu0Ist or .....)?

I have found no information about this.

It is in the SSDT header:
Code:
DefinitionBlock ("iASLcwiK2B.aml", "SSDT", 1, "SaSsdt",[B] "SaSsdt "[/B], 0x00003000)

And I already told you what it is... 'SaSsdt'.
 
I've done. But there is no visible change

By the way despite the fact that you can not configure the sleep time in energy saver, laptop goes to sleep alone after 15min, and there is no way to disable it ((
 

Attachments

  • Screen Shot 2015-10-20 at 11.30.07 PM.png
    Screen Shot 2015-10-20 at 11.30.07 PM.png
    32.2 KB · Views: 109
I've done. But there is no visible change

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.

By the way despite the fact that you can not configure the sleep time in energy saver, laptop goes to sleep alone after 15min, and there is no way to disable it ((

Sounds like it is as Apple wants.
 
After hard reset (due the fact that buggy dongle after sleep) there was a battery, and adjustment autosleep time worked fine.

After restart everything was as before ((

Saved Ioreg on working battery too...
 

Attachments

  • CLOVER.zip
    3.7 MB · Views: 56
  • IO with Battery.ioreg
    3.3 MB · Views: 71
  • IO without Battery.ioreg
    3.3 MB · Views: 68
  • RehabMan.zip
    25.4 KB · Views: 57
After hard reset (due the fact that buggy dongle after sleep) there was a battery, and adjustment autosleep time worked fine.

After restart everything was as before ((

Saved Ioreg on working battery too...

In both ioreg files, battery info (@AppleSmartBattery) looks exactly the same.
 
First thank you so much for letting me try OS X on a entry version HP 450 G2 almost flawlessly.
But I got an annoying issue which is,
after a while of using or awake from hibernate (sorry not very sure about these conditions),
the Storage tab in About This MAC and Disk Utility won't working:banghead:, any clue about this?
ps. I don't have SSD instead of conventional mechanical HDD.

Your kindly help is much appreciated!
 

Attachments

  • dsdn1's 450G2 on i3 4030u.ioreg
    3.2 MB · Views: 80
Back
Top