Contribute
Register

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

Status
Not open for further replies.
Awe same result. Howcome "AppleHDA_ProBook_Resources" is not in your repo? Could somethings be missing?

It is created by install_downloads.sh when it calls into patch_hda.sh.

From install_downloads.sh:
Code:
if [[ ! -e AppleHDA_$HDA.kext ]]; then
    ./patch_hda.sh $HDA
fi
 
It is created by install_downloads.sh when it calls into patch_hda.sh.

From install_downloads.sh:
Code:
if [[ ! -e AppleHDA_$HDA.kext ]]; then
    ./patch_hda.sh $HDA
fi
Then I really don't understand the stumbling block. Can I add the zml files manually to AppleHda manually somehow?
 
Then I really don't understand the stumbling block. Can I add the zml files manually to AppleHda manually somehow?

Just follow the guide as written. If you have an issue or error, provide details.
 
Boot verbose, show photo. Attach EFI/Clover folder as ZIP (omit 'themes' folder).

--

Please provide complete details in your profile/signature
(Profile/Settings link in upper right corner of this site)

Mobo: manufacturer/model + bootloader(Clover/Chameleon/Chimera)
CPU: detailed CPU model + motherboard chipset
Graphics: all graphics devices + laptop internal screen resolution

For example, typical Ivy laptop:
Mobo: HP ProBook 4540s (Clover)
CPU: i5-3320m/HM76
Graphics: HD4000, 1366x768

Use CPU-Z on Windows to find CPU (Core iX-xxx) and motherboard chipset (HMxx), and graphics capabilities. For a laptop, these details are important and affect critical installation procedures.

Note: When specifying your bootloader, if using Clover legacy, please be sure to specify "Clover legacy"). Specifying "Clover" will be assumed as "Clover UEFI"


Sorry, I think I didn't understand Your last recommendation about "Clover legacy". If I choose legacy boot i can't see my USB flash drive in menu. Just in UEFI mode I see UEFI JET FLASH.
 

Attachments

  • IMG_2.zip
    461.5 KB · Views: 81
  • IMG_3.zip
    480.3 KB · Views: 89
  • CLOVER.zip
    3.8 MB · Views: 84
Last edited:
Sorry, I think I didn't understand Your last recommendation about "Clover legacy". If I choose legacy boot i can't see my USB flash drive in menu. Just in UEFI mode I see UEFI JET FLASH.

I made no recommendation to use Clover legacy. This guide uses UEFI.

You did not attach EFI/Clover. Please read the request carefully.
 
I made no recommendation to use Clover legacy. This guide uses UEFI.

You did not attach EFI/Clover. Please read the request carefully.

Sorry, I added file Clover.zip to previous report.
 
Just follow the guide as written. If you have an issue or error, provide details.
Done it six times now with same result. I just don't get it. Can't get past install_downloads.sh for some reason.
 

Attachments

  • install_downloads.sh output latest.txt
    7.7 KB · Views: 198
Sorry, I added file Clover.zip to previous report.

Clover revision is not correct. The guide recommends Clover v3625. You're using Clover v3696.

Your config.plist is incorrect. It is not a plist linked from my guide and it is not appropriate for your hardware. Please read the the guide and be certain to use a config.plist appropriate for your Skylake hardware (HD520).

Also, Clover/kexts is not per guide. Only Clover/kexts/Other should exist, and it should have only the kexts recommended by the guide.

This guide is linked directly from post #1: http://www.tonymacx86.com/threads/guide-booting-the-os-x-installer-on-laptops-with-clover.148093/

Read/follow it carefully.
 
Done it six times now with same result. I just don't get it. Can't get past install_downloads.sh for some reason.

From where did you download OS X?

Provide output in Terminal:
Code:
# a simple command executed with sudo...
sudo ls /Users
# does sudo exist?
which sudo
 
Status
Not open for further replies.
Back
Top