Contribute
Register

[Guide] Booting the OS X installer on LAPTOPS with Clover

Your VoodooPS2Controller.kext is too old (1.8.24 is compatible with 10.12, others prior are not).

FullSizeRender.jpg
 
Last edited:
Having trouble installing clover post installation. I keep getting This package is incompatible with this version of OS X and may fail to install. Tried multiple clover version, any idea?

0pLhjpp.png
 
Having trouble installing clover post installation. I keep getting This package is incompatible with this version of OS X and may fail to install. Tried multiple clover version, any idea?

0pLhjpp.png

Did you properly disable SIP?

Attach ioreg as ZIP: 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.

Provide output (in Terminal):
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc
kextstat|grep -y applehda

Attach EFI/Clover folder as ZIP (press F4 at main Clover screen before collecting). Please eliminate 'themes' directory. Provide only EFI/Clover, not the entire EFI folder.

Attach output of (in Terminal):
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /

Compress all files as ZIP. Do not use external links. Attach all files using site attachments only.
 
Did you properly disable SIP?

Attach ioreg as ZIP: 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.

Provide output (in Terminal):
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc
kextstat|grep -y applehda

Attach EFI/Clover folder as ZIP (press F4 at main Clover screen before collecting). Please eliminate 'themes' directory. Provide only EFI/Clover, not the entire EFI folder.

Attach output of (in Terminal):
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /

Compress all files as ZIP. Do not use external links. Attach all files using site attachments only.

I didn't disable SIP, let me try that

Edit: It works now :headbang:. Forgot to add 0x67 on my config.plist.
 
Last edited:
Note: The current plists do not use a modified name, but instead use a new feature in Clover where for each entry, Disabled=true will disable the patch. Change Disabled=false to enable the patch.

If I open my config.plist with PlistEdit Pro, which values do I have to edit to enable a patch? I see no 'Disable' string. If you are wondering, I try to get rid of the distorted screen while booting.

Edit: I probably made a mistake. Got it now.
 
Last edited:
# copy installer image
sudo "/Applications/Install OS X El Capitan.app/Contents/Resources/createinstallmedia" --volume /Volumes/install_osx --applicationpath "/Applications/Install OS X El Capitan.app" --nointeraction

How to write for macOS Sierra?
 
Hello RehabMan,

It's amazing the great work that you have done.

I searched the files with the extension ".kext" unsuccessfully. As I understand these files must be copied to the USB in the "Clover/kexts/Other" route, but I can't found them

RealtekRTL8111.kext (https://github.com/RehabMan/OS-X-Realtek-Network)
IntelMausiEthernet.kext (https://github.com/RehabMan/OS-X-Intel-Network)
FakePCIID.kext (https://github.com/RehabMan/OS-X-Fake-PCI-ID)
FakePCIID_Broadcom_WiFi.kext (https://github.com/RehabMan/OS-X-Fake-PCI-ID)
ProBookAtheros.kext (https://github.com/RehabMan/HP-ProBook-4x30s-DSDT-Patch)
FakeSMC.kext (https://github.com/RehabMan/OS-X-FakeSMC-kozlek)
VoodooPS2Controller.kext (https://github.com/RehabMan/OS-X-Voodoo-PS2-Controller)

Example (RealtekRTL8111):

Code:
git clone https://github.com/RehabMan/OS-X-Realtek-Network.git
Cloning into 'OS-X-Realtek-Network'...
remote: Counting objects: 797, done.
remote: Total 797 (delta 0), reused 0 (delta 0), pack-reused 797
Receiving objects: 100% (797/797), 1.20 MiB | 2.06 MiB/s, done.
Resolving deltas: 100% (416/416), done.
Checking connectivity... done.

The content of the downloaded folder is as follows:

2016-09-30-18_24_57-mac-os-x-10-10-vmware-workstation-png.213202


Within the git download, I can not find the .kext file.

The model of my laptop is HP Probook 840 G1.

I would greatly appreciate your help, if tells me what I'm doing wrong.
 

Attachments

  • 2016-09-30 18_24_57-Mac OS X 10.10 - VMware Workstation.png
    2016-09-30 18_24_57-Mac OS X 10.10 - VMware Workstation.png
    53.7 KB · Views: 638
Hello RehabMan,

It's amazing the great work that you have done.

I searched the files with the extension ".kext" unsuccessfully. As I understand these files must be copied to the USB in the "Clover/kexts/Other" route, but I can't found them

RealtekRTL8111.kext (https://github.com/RehabMan/OS-X-Realtek-Network)
IntelMausiEthernet.kext (https://github.com/RehabMan/OS-X-Intel-Network)
FakePCIID.kext (https://github.com/RehabMan/OS-X-Fake-PCI-ID)
FakePCIID_Broadcom_WiFi.kext (https://github.com/RehabMan/OS-X-Fake-PCI-ID)
ProBookAtheros.kext (https://github.com/RehabMan/HP-ProBook-4x30s-DSDT-Patch)
FakeSMC.kext (https://github.com/RehabMan/OS-X-FakeSMC-kozlek)
VoodooPS2Controller.kext (https://github.com/RehabMan/OS-X-Voodoo-PS2-Controller)

Example (RealtekRTL8111):

Code:
git clone https://github.com/RehabMan/OS-X-Realtek-Network.git
Cloning into 'OS-X-Realtek-Network'...
remote: Counting objects: 797, done.
remote: Total 797 (delta 0), reused 0 (delta 0), pack-reused 797
Receiving objects: 100% (797/797), 1.20 MiB | 2.06 MiB/s, done.
Resolving deltas: 100% (416/416), done.
Checking connectivity... done.

The content of the downloaded folder is as follows:

2016-09-30-18_24_57-mac-os-x-10-10-vmware-workstation-png.213202


Within the git download, I can not find the .kext file.

The model of my laptop is HP Probook 840 G1.

I would greatly appreciate your help, if tells me what I'm doing wrong.

Apparently I found the files and running the following commands:

Code:
mkdir ~/Projects
cd ~/Projects
git clone https://github.com/RehabMan/HP-ProBook-4x30s-DSDT-Patch probook.git
cd ~/Projects/probook.git
./download.sh

2016-09-30-18_51_10-mac-os-x-10-10-vmware-workstation-png.213206
 

Attachments

  • 2016-09-30 18_51_10-Mac OS X 10.10 - VMware Workstation.png
    2016-09-30 18_51_10-Mac OS X 10.10 - VMware Workstation.png
    6.1 KB · Views: 423
Back
Top