Contribute
Register

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

Status
Not open for further replies.
Try using this
 

Attachments

  • CLOVER.zip
    4.2 MB · Views: 32
SSDT-PNLF.aml may help

do not use SSDT.aml though as that is not required or needed
If you have an older CPU (Sandy Bridge or Ivy Bridge), use the ssdtPRGen.sh script by Pike R. Alpha: https://github.com/Piker-Alpha/ssdtPRGen.sh
Instructions for using it are provided in the README.
The generated SSDT.aml should be placed on the EFI partition at /EFI/Clover/ACPI/patched/SSDT.aml.

????
 
If you have an older CPU (Sandy Bridge or Ivy Bridge), use the ssdtPRGen.sh script by Pike R. Alpha: https://github.com/Piker-Alpha/ssdtPRGen.sh
Instructions for using it are provided in the README.
The generated SSDT.aml should be placed on the EFI partition at /EFI/Clover/ACPI/patched/SSDT.aml.

????
thanks. haswell cpu
i read rehabman guide and said it doesnt need to do that part of the guide.
 
If you have an older CPU (Sandy Bridge or Ivy Bridge), use the ssdtPRGen.sh script by Pike R. Alpha: https://github.com/Piker-Alpha/ssdtPRGen.sh
Instructions for using it are provided in the README.
The generated SSDT.aml should be placed on the EFI partition at /EFI/Clover/ACPI/patched/SSDT.aml.

????
appleiscool does not have an older cpu like that

otherwise Rehabman would not have the need to disable them:

Code:
<key>DisabledAML</key>
        <array>
            <string>SSDT.aml</string>
            <string>SSDT-XCPM.aml</string>
            <string>SSDT-PluginType1.aml</string>
        </array>
 
Status
Not open for further replies.
Back
Top