Contribute
Register

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

Status
Not open for further replies.
Does anyone know how to completely uninstall the Rehabman Clover installation? I'd like to switch to OpenCore but there are daemons apps and kexts installed that I would like to remove first. Any tips are much appreciated!

UPDATE: I managed to print the installation log from terminal. I then just uninstalled each element manually following the paths/locations in the log.


Can you do a guide / tutorial how to do that?

you will need to use a later/newer version of clover

is there faq how to guide / tutorial how to switch from rehabmans clover to newer clover version.
 
Can you do a guide / tutorial how to do that?



is there faq how to guide / tutorial how to switch from rehabmans clover to newer clover version.
i wouldn't use a newer version as they have mashed in OpenCore elements inside

try a version from the downloads section
 
Can you do a guide / tutorial how to do that?

Sure!
When you run the script ./install_downloads.sh you will see a list of tasks/commands printed in Terminal that the script carries out. Each line of action will reveal the path and object that was placed. Just follow all of those paths and delete the object/item that was installed. Here are all of the items and paths from my terminal. The first half of each line says what is being installed and the second half says where it's being installed. Just go to where it was installed and delete each item. Make sure to clear kextcache in Terminal after you're done removing all of these items:

sudo kextcache -i /

Then reboot. Make sure that you have a backup USB/Clover setup to boot from just in case. Optimally you will have OpenCore or some other boot system in place and ready to go before hand.

Please let me know if you need any additional clarification.

*Example the first command below installs MaciASL.app to the Applications folder*

installing _downloads/tools/RehabMan-MaciASL-2018-0507/MaciASL.app to /Applications

installing _downloads/tools/RehabMan-patchmatic-2018-0507/patchmatic to /usr/local/bin

installing _downloads/tools/iasl/iasl to /usr/local/bin

installing _downloads/kexts/RehabMan-Atheros-2015-0624/Release/IOath3kfrmwr.kext to /Library/Extensions

installing _downloads/kexts/RehabMan-BacklightFixup-2018-1013/Release/AppleBacklightFixup.kext to /Library/Extensions

installing _downloads/kexts/RehabMan-Battery-2018-1005/Release/ACPIBatteryManager.kext to /Library/Extensions

installing _downloads/kexts/RehabMan-BrcmPatchRAM-2018-0505/Release/BrcmFirmwareRepo.kext to /Library/Extensions

installing _downloads/kexts/RehabMan-BrcmPatchRAM-2018-0505/Release/BrcmNonPatchRAM.kext to /Library/Extensions

installing _downloads/kexts/RehabMan-BrcmPatchRAM-2018-0505/Release/BrcmNonPatchRAM2.kext to /Library/Extensions

installing _downloads/kexts/RehabMan-CodecCommander-2018-1003/Release/CodecCommander.kext to /Library/Extensions

installing _downloads/kexts/RehabMan-FakePCIID-2018-1027/Release/FakePCIID.kext to /Library/Extensions

installing _downloads/kexts/RehabMan-FakePCIID-2018-1027/Release/FakePCIID_Intel_HDMI_Audio.kext to /Library/Extensions

installing _downloads/kexts/RehabMan-FakePCIID-2018-1027/Release/FakePCIID_XHCIMux.kext to /Library/Extensions

installing _downloads/kexts/RehabMan-FakeSMC-2018-0915/FakeSMC.kext to /Library/Extensions

installing _downloads/kexts/RehabMan-FakeSMC-2018-0915/HWMonitor.app to /Applications

installing _downloads/kexts/RehabMan-IntelMausiEthernet-v2-2018-1031/Release/IntelMausiEthernet.kext to /Library/Extensions

installing _downloads/kexts/RehabMan-Poller-2015-1230/Release/ACPIPoller.kext to /Library/Extensions

installing _downloads/kexts/RehabMan-Realtek-Network-v2-2017-0322/Release/RealtekRTL8111.kext to /Library/Extensions

installing _downloads/kexts/RehabMan-USBInjectAll-2018-1108/Release/USBInjectAll.kext to /Library/Extensions

installing _downloads/kexts/RehabMan-Voodoo-2018-1008/Release/VoodooPS2Controller.kext to /Library/Extensions

installing _downloads/kexts/acidanthera-AirportBrcmFixup/AirportBrcmFixup.kext to /Library/Extensions

installing _downloads/kexts/acidanthera-AppleALC/AppleALC.kext to /Library/Extensions

installing _downloads/kexts/acidanthera-BT4LEContiunityFixup/BT4LEContinuityFixup.kext to /Library/Extensions

installing _downloads/kexts/acidanthera-Lilu/Lilu.kext to /Library/Extensions

installing _downloads/kexts/acidanthera-WhateverGreen/WhateverGreen.kext to /Library/Extensions

installing _downloads/kexts/RehabMan-BrcmPatchRAM-2018-0505/Release/BrcmPatchRAM2.kext to /Library/Extensions

installing _downloads/kexts/RehabMan-BrcmPatchRAM-2018-0505/Release/BrcmNonPatchRAM2.kext to /Library/Extensions

installing _downloads/kexts/RehabMan-FakePCIID-2018-1027/Release/FakePCIID.kext to /Library/Extensions

installing _downloads/kexts/RehabMan-FakePCIID-2018-1027/Release/FakePCIID_XHCIMux.kext to /Library/Extensions

installing _downloads/kexts/RehabMan-FakePCIID-2018-1027/Release/FakePCIID.kext to /Library/Extensions

installing _downloads/kexts/RehabMan-FakePCIID-2018-1027/Release/FakePCIID_Intel_HDMI_Audio.kext to /Library/Extensions

installing _downloads/kexts/RehabMan-BacklightFixup-2018-1013/Release/AppleBacklightFixup.kext to /Library/Extensions

installing kexts/HSSDBlockStorage.kext to /Library/Extensions

installing kexts/JMB38X.kext to /Library/Extensions

installing kexts/JMicronATA.kext to /Library/Extensions

installing _tools/kexts/XHCI-unsupported.kext to /Library/Extensions

installing _tools/kexts/SATA-unsupported.kext to /Library/Extensions

installing _tools/kexts/ProBookAtheros.kext to /Library/Extensions
 
thanks

maybe try fresh install with open core the method is very technical and advanced.

[GUIDE] Booting The USB Installer Using OpenCore


Sure!
When you run the script ./install_downloads.sh you will see a list of tasks/commands printed in Terminal that the script carries out. Each line of action will reveal the path and object that was placed. Just follow all of those paths and delete the object/item that was installed. Here are all of the items and paths from my terminal. The first half of each line says what is being installed and the second half says where it's being installed. Just go to where it was installed and delete each item. Make sure to clear kextcache in Terminal after you're done removing all of these items:

sudo kextcache -i /

Then reboot. Make sure that you have a backup USB/Clover setup to boot from just in case. Optimally you will have OpenCore or some other boot system in place and ready to go before hand.

Please let me know if you need any additional clarification.

*Example the first command below installs MaciASL.app to the Applications folder*

installing _downloads/tools/RehabMan-MaciASL-2018-0507/MaciASL.app to /Applications

installing _downloads/tools/RehabMan-patchmatic-2018-0507/patchmatic to /usr/local/bin

installing _downloads/tools/iasl/iasl to /usr/local/bin

installing _downloads/kexts/RehabMan-Atheros-2015-0624/Release/IOath3kfrmwr.kext to /Library/Extensions

installing _downloads/kexts/RehabMan-BacklightFixup-2018-1013/Release/AppleBacklightFixup.kext to /Library/Extensions

installing _downloads/kexts/RehabMan-Battery-2018-1005/Release/ACPIBatteryManager.kext to /Library/Extensions

installing _downloads/kexts/RehabMan-BrcmPatchRAM-2018-0505/Release/BrcmFirmwareRepo.kext to /Library/Extensions

installing _downloads/kexts/RehabMan-BrcmPatchRAM-2018-0505/Release/BrcmNonPatchRAM.kext to /Library/Extensions

installing _downloads/kexts/RehabMan-BrcmPatchRAM-2018-0505/Release/BrcmNonPatchRAM2.kext to /Library/Extensions

installing _downloads/kexts/RehabMan-CodecCommander-2018-1003/Release/CodecCommander.kext to /Library/Extensions

installing _downloads/kexts/RehabMan-FakePCIID-2018-1027/Release/FakePCIID.kext to /Library/Extensions

installing _downloads/kexts/RehabMan-FakePCIID-2018-1027/Release/FakePCIID_Intel_HDMI_Audio.kext to /Library/Extensions

installing _downloads/kexts/RehabMan-FakePCIID-2018-1027/Release/FakePCIID_XHCIMux.kext to /Library/Extensions

installing _downloads/kexts/RehabMan-FakeSMC-2018-0915/FakeSMC.kext to /Library/Extensions

installing _downloads/kexts/RehabMan-FakeSMC-2018-0915/HWMonitor.app to /Applications

installing _downloads/kexts/RehabMan-IntelMausiEthernet-v2-2018-1031/Release/IntelMausiEthernet.kext to /Library/Extensions

installing _downloads/kexts/RehabMan-Poller-2015-1230/Release/ACPIPoller.kext to /Library/Extensions

installing _downloads/kexts/RehabMan-Realtek-Network-v2-2017-0322/Release/RealtekRTL8111.kext to /Library/Extensions

installing _downloads/kexts/RehabMan-USBInjectAll-2018-1108/Release/USBInjectAll.kext to /Library/Extensions

installing _downloads/kexts/RehabMan-Voodoo-2018-1008/Release/VoodooPS2Controller.kext to /Library/Extensions

installing _downloads/kexts/acidanthera-AirportBrcmFixup/AirportBrcmFixup.kext to /Library/Extensions

installing _downloads/kexts/acidanthera-AppleALC/AppleALC.kext to /Library/Extensions

installing _downloads/kexts/acidanthera-BT4LEContiunityFixup/BT4LEContinuityFixup.kext to /Library/Extensions

installing _downloads/kexts/acidanthera-Lilu/Lilu.kext to /Library/Extensions

installing _downloads/kexts/acidanthera-WhateverGreen/WhateverGreen.kext to /Library/Extensions

installing _downloads/kexts/RehabMan-BrcmPatchRAM-2018-0505/Release/BrcmPatchRAM2.kext to /Library/Extensions

installing _downloads/kexts/RehabMan-BrcmPatchRAM-2018-0505/Release/BrcmNonPatchRAM2.kext to /Library/Extensions

installing _downloads/kexts/RehabMan-FakePCIID-2018-1027/Release/FakePCIID.kext to /Library/Extensions

installing _downloads/kexts/RehabMan-FakePCIID-2018-1027/Release/FakePCIID_XHCIMux.kext to /Library/Extensions

installing _downloads/kexts/RehabMan-FakePCIID-2018-1027/Release/FakePCIID.kext to /Library/Extensions

installing _downloads/kexts/RehabMan-FakePCIID-2018-1027/Release/FakePCIID_Intel_HDMI_Audio.kext to /Library/Extensions

installing _downloads/kexts/RehabMan-BacklightFixup-2018-1013/Release/AppleBacklightFixup.kext to /Library/Extensions

installing kexts/HSSDBlockStorage.kext to /Library/Extensions

installing kexts/JMB38X.kext to /Library/Extensions

installing kexts/JMicronATA.kext to /Library/Extensions

installing _tools/kexts/XHCI-unsupported.kext to /Library/Extensions

installing _tools/kexts/SATA-unsupported.kext to /Library/Extensions

installing _tools/kexts/ProBookAtheros.kext to /Library/Extensions
 
Wow I just wanted to report in that I'm running Catalina with OpenCore 0.6.2 and Intel WiFi and BlueTooth 4.2!!! Visit GitHub for more! There are some tradeoffs but overall I like it better than my old Clover setup.
 
Wow I just wanted to report in that I'm running Catalina with OpenCore 0.6.2 and Intel WiFi and BlueTooth 4.2!!! Visit GitHub for more! There are some tradeoffs but overall I like it better than my old Clover setup.
Will give a try on a 820 G3
 
Hi, I have a working Mojave system which used this guide long time ago. Since I installed since several official apple security updates, I decided today to run:

install_downloads.sh

I am getting a lot of "Kext with invalid signatured" and other errors when running it in Terminal. Any idea what might be happening? (BTW: After running all these update scripts wifi no longer works).

Here is the full output from Terminal:

Code:
NiCos-MacBook-Pro:probook.git nico$ ./install_downloads.sh
This script requires superuser access...
Installing tools...
installing _downloads/tools/RehabMan-MaciASL-2018-0507/MaciASL.app to /Applications
Password:
installing _downloads/tools/RehabMan-patchmatic-2018-0507/patchmatic to /usr/local/bin
installing _downloads/tools/iasl/iasl to /usr/local/bin
Installing kexts...
installing _downloads/kexts/RehabMan-Atheros-2015-0624/Release/IOath3kfrmwr.kext to /Library/Extensions
installing _downloads/kexts/RehabMan-BacklightFixup-2018-1013/Release/AppleBacklightFixup.kext to /Library/Extensions
installing _downloads/kexts/RehabMan-Battery-2018-1005/Release/ACPIBatteryManager.kext to /Library/Extensions
installing _downloads/kexts/RehabMan-BrcmPatchRAM-2018-0505/Release/BrcmFirmwareRepo.kext to /Library/Extensions
installing _downloads/kexts/RehabMan-BrcmPatchRAM-2018-0505/Release/BrcmNonPatchRAM.kext to /Library/Extensions
installing _downloads/kexts/RehabMan-BrcmPatchRAM-2018-0505/Release/BrcmNonPatchRAM2.kext to /Library/Extensions
installing _downloads/kexts/RehabMan-BrcmPatchRAM-2018-0505/Release/BrcmPatchRAM2.kext to /Library/Extensions
installing _downloads/kexts/RehabMan-CodecCommander-2018-1003/Release/CodecCommander.kext to /Library/Extensions
installing _downloads/kexts/RehabMan-FakePCIID-2018-1027/Release/FakePCIID.kext to /Library/Extensions
installing _downloads/kexts/RehabMan-FakePCIID-2018-1027/Release/FakePCIID_Intel_HDMI_Audio.kext to /Library/Extensions
installing _downloads/kexts/RehabMan-FakePCIID-2018-1027/Release/FakePCIID_XHCIMux.kext to /Library/Extensions
installing _downloads/kexts/RehabMan-FakeSMC-2018-0915/FakeSMC.kext to /Library/Extensions
installing _downloads/kexts/RehabMan-FakeSMC-2018-0915/HWMonitor.app to /Applications
installing _downloads/kexts/RehabMan-IntelMausiEthernet-v2-2018-1031/Release/IntelMausiEthernet.kext to /Library/Extensions
installing _downloads/kexts/RehabMan-Poller-2015-1230/Release/ACPIPoller.kext to /Library/Extensions
installing _downloads/kexts/RehabMan-Realtek-Network-v2-2017-0322/Release/RealtekRTL8111.kext to /Library/Extensions
installing _downloads/kexts/RehabMan-USBInjectAll-2018-1108/Release/USBInjectAll.kext to /Library/Extensions
installing _downloads/kexts/RehabMan-Voodoo-2018-1008/Release/VoodooPS2Controller.kext to /Library/Extensions
installing _downloads/kexts/acidanthera-AirportBrcmFixup/AirportBrcmFixup.kext to /Library/Extensions
installing _downloads/kexts/acidanthera-AppleALC/AppleALC.kext to /Library/Extensions
installing _downloads/kexts/acidanthera-BT4LEContiunityFixup/BT4LEContinuityFixup.kext to /Library/Extensions
installing _downloads/kexts/acidanthera-Lilu/Lilu.kext to /Library/Extensions
installing _downloads/kexts/acidanthera-WhateverGreen/WhateverGreen.kext to /Library/Extensions
installing _downloads/kexts/RehabMan-BrcmPatchRAM-2018-0505/Release/BrcmPatchRAM2.kext to /Library/Extensions
installing _downloads/kexts/RehabMan-BrcmPatchRAM-2018-0505/Release/BrcmNonPatchRAM2.kext to /Library/Extensions
installing _downloads/kexts/RehabMan-FakePCIID-2018-1027/Release/FakePCIID.kext to /Library/Extensions
installing _downloads/kexts/RehabMan-FakePCIID-2018-1027/Release/FakePCIID_XHCIMux.kext to /Library/Extensions
installing _downloads/kexts/RehabMan-FakePCIID-2018-1027/Release/FakePCIID.kext to /Library/Extensions
installing _downloads/kexts/RehabMan-FakePCIID-2018-1027/Release/FakePCIID_Intel_HDMI_Audio.kext to /Library/Extensions
installing _downloads/kexts/RehabMan-BacklightFixup-2018-1013/Release/AppleBacklightFixup.kext to /Library/Extensions
installing kexts/HSSDBlockStorage.kext to /Library/Extensions
installing kexts/JMB38X.kext to /Library/Extensions
installing kexts/JMicronATA.kext to /Library/Extensions
installing _tools/kexts/XHCI-unsupported.kext to /Library/Extensions
installing _tools/kexts/SATA-unsupported.kext to /Library/Extensions
installing _tools/kexts/ProBookAtheros.kext to /Library/Extensions
Warning: /AppleInternal/Library/Extensions: No such file or directory
Kext with invalid signatured (-67062) allowed: <OSKext 0x7f892adb0c30 [0x7fffad21a8f0]> { URL = "file:///Library/Extensions/XHCI-unsupported.kext/", ID = "org.rehabman.injector.XHCI.unsupported" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7f892ada63d0 [0x7fffad21a8f0]> { URL = "file:///Library/Extensions/BrcmPatchRAM2.kext/", ID = "com.no-one.BrcmPatchRAM2" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7f892ad841b0 [0x7fffad21a8f0]> { URL = "file:///Library/Extensions/BrcmFirmwareRepo.kext/", ID = "com.no-one.BrcmFirmwareStore" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7f892ad86ad0 [0x7fffad21a8f0]> { URL = "file:///Library/Extensions/FakeSMC.kext/", ID = "org.netkas.driver.FakeSMC" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7f892ad8f640 [0x7fffad21a8f0]> { URL = "file:///Library/Extensions/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext/", ID = "org.rehabman.voodoo.driver.PS2Mouse" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7f892ad85e70 [0x7fffad21a8f0]> { URL = "file:///Library/Extensions/VoodooPS2Controller.kext/", ID = "org.rehabman.voodoo.driver.PS2Controller" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7f892ad8bc70 [0x7fffad21a8f0]> { URL = "file:///Library/Extensions/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext/", ID = "org.rehabman.voodoo.driver.PS2Keyboard" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7f892ad86340 [0x7fffad21a8f0]> { URL = "file:///Library/Extensions/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext/", ID = "org.rehabman.voodoo.driver.PS2Trackpad" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7f892ad839a0 [0x7fffad21a8f0]> { URL = "file:///Library/Extensions/FakePCIID.kext/", ID = "org.rehabman.driver.FakePCIID" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7f892ad78000 [0x7fffad21a8f0]> { URL = "file:///Library/Extensions/AppleBacklightFixup.kext/", ID = "com.hieplpvip.AppleBacklightFixup" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7f892ae06180 [0x7fffad21a8f0]> { URL = "file:///Library/Extensions/Lilu.kext/", ID = "as.vit9696.Lilu" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7f892ad76380 [0x7fffad21a8f0]> { URL = "file:///Library/Extensions/ACPIPoller.kext/", ID = "com.rehabman.driver.ACPIPoller" }
kext file:///Library/Extensions/HSSDBlockStorage.kext/ is in hash exception list, allowing to load
Kext with invalid signatured (-67062) allowed: <OSKext 0x7f892d5190b0 [0x7fffad21a8f0]> { URL = "file:///Library/Extensions/JMB38X.kext/", ID = "com.jmicron.driver.JMB38X" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7f892d90dfc0 [0x7fffad21a8f0]> { URL = "file:///Library/Extensions/USBInjectAll.kext/", ID = "com.rehabman.driver.USBInjectAll" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7f892d51c980 [0x7fffad21a8f0]> { URL = "file:///Library/Extensions/BT4LEContiunityFixup.kext/", ID = "as.lvs1974.BT4LEContiunityFixup" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7f892d5157a0 [0x7fffad21a8f0]> { URL = "file:///Library/Extensions/FakePCIID_XHCIMux.kext/", ID = "org.rehabman.driver.FakePCIID.XHCIMux" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7f892d52ea60 [0x7fffad21a8f0]> { URL = "file:///Library/Extensions/RealtekRTL8111.kext/", ID = "com.insanelymac.RealtekRTL8111" }
kext file:///Library/Extensions/JMicronATA.kext/ is in hash exception list, allowing to load
Kext with invalid signatured (-67062) allowed: <OSKext 0x7f892ac78590 [0x7fffad21a8f0]> { URL = "file:///Library/Extensions/WhateverGreen.kext/", ID = "as.vit9696.WhateverGreen" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7f892ac788e0 [0x7fffad21a8f0]> { URL = "file:///Library/Extensions/FakePCIID_Intel_HDMI_Audio.kext/", ID = "org.rehabman.injector.FakePCIID-Intel-HDMI-Audio" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7f892d52eb40 [0x7fffad21a8f0]> { URL = "file:///Library/Extensions/CodecCommander.kext/", ID = "org.tw.CodecCommander" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7f892d8f8480 [0x7fffad21a8f0]> { URL = "file:///Library/Extensions/AppleALC.kext/", ID = "as.vit9696.AppleALC" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7f892d903620 [0x7fffad21a8f0]> { URL = "file:///Library/Extensions/AirportBrcmFixup.kext/Contents/PlugIns/AirPortBrcmNIC_Injector.kext/", ID = "as.lvs1974.AirportBrcmNICInjector" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7f892d901a00 [0x7fffad21a8f0]> { URL = "file:///Library/Extensions/AirportBrcmFixup.kext/Contents/PlugIns/AirPortBrcm4360_Injector.kext/", ID = "as.lvs1974.AirportBrcm4360Injector" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7f892d8fafb0 [0x7fffad21a8f0]> { URL = "file:///Library/Extensions/AirportBrcmFixup.kext/", ID = "as.lvs1974.AirportBrcmFixup" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7f892d8f9120 [0x7fffad21a8f0]> { URL = "file:///Library/Extensions/BT4LEContinuityFixup.kext/", ID = "as.lvs1974.BT4LEContinuityFixup" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7f892ae08a60 [0x7fffad21a8f0]> { URL = "file:///Library/Extensions/SATA-unsupported.kext/", ID = "org.rehabman.injector.SATA-unsupported" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7f892ae06640 [0x7fffad21a8f0]> { URL = "file:///Library/Extensions/IOath3kfrmwr.kext/", ID = "org.rehabman.driver.IOath3kfrmwr" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7f892ae01cb0 [0x7fffad21a8f0]> { URL = "file:///Library/Extensions/ACPIBatteryManager.kext/", ID = "org.rehabman.driver.AppleSmartBatteryManager" }
kxld[as.vit9696.AppleALC]: Warning: relocation failed because some class in this kext didn't use the OSDeclareDefaultStructors and OSDefineMetaClassAndStructors, or didn't export all vtable symbols, so it still references IOService::_RESERVEDIOService0(), which has been patched with another symbol for binary compatibility. Please make sure all classes that inherit from OSObject use these macros.
kxld[as.vit9696.AppleALC]: Warning: relocation failed because some class in this kext didn't use the OSDeclareDefaultStructors and OSDefineMetaClassAndStructors, or didn't export all vtable symbols, so it still references IOService::_RESERVEDIOService0(), which has been patched with another symbol for binary compatibility. Please make sure all classes that inherit from OSObject use these macros.
kxld[as.vit9696.AppleALC]: Warning: relocation failed because some class in this kext didn't use the OSDeclareDefaultStructors and OSDefineMetaClassAndStructors, or didn't export all vtable symbols, so it still references IOService::_RESERVEDIOService1(), which has been patched with another symbol for binary compatibility. Please make sure all classes that inherit from OSObject use these macros.
kxld[as.vit9696.AppleALC]: Warning: relocation failed because some class in this kext didn't use the OSDeclareDefaultStructors and OSDefineMetaClassAndStructors, or didn't export all vtable symbols, so it still references IOService::_RESERVEDIOService1(), which has been patched with another symbol for binary compatibility. Please make sure all classes that inherit from OSObject use these macros.
KernelCache ID: 29168FAF2D2F4B41F3EF29C0AE58C385
Making LiluFriend.kext from ./_tools/template_kexts/LiluFriendTemplate.kext
 /Library/Extensions/AirportBrcmFixup.kext: as.lvs1974.AirportBrcmFixup 1.0
 /Library/Extensions/AppleALC.kext: as.vit9696.AppleALC 1.0
 /Library/Extensions/AppleBacklightFixup.kext: com.hieplpvip.AppleBacklightFixup 1.0
 /Library/Extensions/BT4LEContinuityFixup.kext: as.lvs1974.BT4LEContinuityFixup 1.0
 /Library/Extensions/BT4LEContiunityFixup.kext: as.lvs1974.BT4LEContiunityFixup 1.0
 /Library/Extensions/Lilu.kext: as.vit9696.Lilu 1.2.0
 /Library/Extensions/WhateverGreen.kext: as.vit9696.WhateverGreen 1.0
installing LiluFriend.kext to /Library/Extensions
Warning: /AppleInternal/Library/Extensions: No such file or directory
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fe397d70670 [0x7fffad21a8f0]> { URL = "file:///Library/Extensions/XHCI-unsupported.kext/", ID = "org.rehabman.injector.XHCI.unsupported" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fe397d705b0 [0x7fffad21a8f0]> { URL = "file:///Library/Extensions/BrcmPatchRAM2.kext/", ID = "com.no-one.BrcmPatchRAM2" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fe399444180 [0x7fffad21a8f0]> { URL = "file:///Library/Extensions/BrcmFirmwareRepo.kext/", ID = "com.no-one.BrcmFirmwareStore" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fe397d6b330 [0x7fffad21a8f0]> { URL = "file:///Library/Extensions/FakeSMC.kext/", ID = "org.netkas.driver.FakeSMC" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fe397d42050 [0x7fffad21a8f0]> { URL = "file:///Library/Extensions/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext/", ID = "org.rehabman.voodoo.driver.PS2Mouse" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fe399449af0 [0x7fffad21a8f0]> { URL = "file:///Library/Extensions/VoodooPS2Controller.kext/", ID = "org.rehabman.voodoo.driver.PS2Controller" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fe399456910 [0x7fffad21a8f0]> { URL = "file:///Library/Extensions/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext/", ID = "org.rehabman.voodoo.driver.PS2Keyboard" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fe3994565c0 [0x7fffad21a8f0]> { URL = "file:///Library/Extensions/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext/", ID = "org.rehabman.voodoo.driver.PS2Trackpad" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fe39943f290 [0x7fffad21a8f0]> { URL = "file:///Library/Extensions/FakePCIID.kext/", ID = "org.rehabman.driver.FakePCIID" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fe3994373a0 [0x7fffad21a8f0]> { URL = "file:///Library/Extensions/LiluFriend.kext/", ID = "com.apple.security.LiluFriend" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fe3993b8370 [0x7fffad21a8f0]> { URL = "file:///Library/Extensions/WhateverGreen.kext/", ID = "as.vit9696.WhateverGreen" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fe399317560 [0x7fffad21a8f0]> { URL = "file:///Library/Extensions/BT4LEContinuityFixup.kext/", ID = "as.lvs1974.BT4LEContinuityFixup" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fe395506640 [0x7fffad21a8f0]> { URL = "file:///Library/Extensions/Lilu.kext/", ID = "as.vit9696.Lilu" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fe399318690 [0x7fffad21a8f0]> { URL = "file:///Library/Extensions/AirportBrcmFixup.kext/", ID = "as.lvs1974.AirportBrcmFixup" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fe3993c7f50 [0x7fffad21a8f0]> { URL = "file:///Library/Extensions/BT4LEContiunityFixup.kext/", ID = "as.lvs1974.BT4LEContiunityFixup" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fe399319800 [0x7fffad21a8f0]> { URL = "file:///Library/Extensions/AppleALC.kext/", ID = "as.vit9696.AppleALC" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fe399418060 [0x7fffad21a8f0]> { URL = "file:///Library/Extensions/AppleBacklightFixup.kext/", ID = "com.hieplpvip.AppleBacklightFixup" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fe399416660 [0x7fffad21a8f0]> { URL = "file:///Library/Extensions/ACPIPoller.kext/", ID = "com.rehabman.driver.ACPIPoller" }
kext file:///Library/Extensions/HSSDBlockStorage.kext/ is in hash exception list, allowing to load
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fe3993c1200 [0x7fffad21a8f0]> { URL = "file:///Library/Extensions/JMB38X.kext/", ID = "com.jmicron.driver.JMB38X" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fe3993c8a60 [0x7fffad21a8f0]> { URL = "file:///Library/Extensions/USBInjectAll.kext/", ID = "com.rehabman.driver.USBInjectAll" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fe3993bfe70 [0x7fffad21a8f0]> { URL = "file:///Library/Extensions/FakePCIID_XHCIMux.kext/", ID = "org.rehabman.driver.FakePCIID.XHCIMux" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fe3993bf4a0 [0x7fffad21a8f0]> { URL = "file:///Library/Extensions/RealtekRTL8111.kext/", ID = "com.insanelymac.RealtekRTL8111" }
kext file:///Library/Extensions/JMicronATA.kext/ is in hash exception list, allowing to load
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fe3993b3180 [0x7fffad21a8f0]> { URL = "file:///Library/Extensions/FakePCIID_Intel_HDMI_Audio.kext/", ID = "org.rehabman.injector.FakePCIID-Intel-HDMI-Audio" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fe39934d330 [0x7fffad21a8f0]> { URL = "file:///Library/Extensions/CodecCommander.kext/", ID = "org.tw.CodecCommander" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fe39931c980 [0x7fffad21a8f0]> { URL = "file:///Library/Extensions/AirportBrcmFixup.kext/Contents/PlugIns/AirPortBrcmNIC_Injector.kext/", ID = "as.lvs1974.AirportBrcmNICInjector" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fe39931add0 [0x7fffad21a8f0]> { URL = "file:///Library/Extensions/AirportBrcmFixup.kext/Contents/PlugIns/AirPortBrcm4360_Injector.kext/", ID = "as.lvs1974.AirportBrcm4360Injector" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fe395500c70 [0x7fffad21a8f0]> { URL = "file:///Library/Extensions/SATA-unsupported.kext/", ID = "org.rehabman.injector.SATA-unsupported" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fe395506d40 [0x7fffad21a8f0]> { URL = "file:///Library/Extensions/IOath3kfrmwr.kext/", ID = "org.rehabman.driver.IOath3kfrmwr" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fe395501b20 [0x7fffad21a8f0]> { URL = "file:///Library/Extensions/ACPIBatteryManager.kext/", ID = "org.rehabman.driver.AppleSmartBatteryManager" }
kxld[as.vit9696.AppleALC]: Warning: relocation failed because some class in this kext didn't use the OSDeclareDefaultStructors and OSDefineMetaClassAndStructors, or didn't export all vtable symbols, so it still references IOService::_RESERVEDIOService0(), which has been patched with another symbol for binary compatibility. Please make sure all classes that inherit from OSObject use these macros.
kxld[as.vit9696.AppleALC]: Warning: relocation failed because some class in this kext didn't use the OSDeclareDefaultStructors and OSDefineMetaClassAndStructors, or didn't export all vtable symbols, so it still references IOService::_RESERVEDIOService0(), which has been patched with another symbol for binary compatibility. Please make sure all classes that inherit from OSObject use these macros.
kxld[as.vit9696.AppleALC]: Warning: relocation failed because some class in this kext didn't use the OSDeclareDefaultStructors and OSDefineMetaClassAndStructors, or didn't export all vtable symbols, so it still references IOService::_RESERVEDIOService1(), which has been patched with another symbol for binary compatibility. Please make sure all classes that inherit from OSObject use these macros.
kxld[as.vit9696.AppleALC]: Warning: relocation failed because some class in this kext didn't use the OSDeclareDefaultStructors and OSDefineMetaClassAndStructors, or didn't export all vtable symbols, so it still references IOService::_RESERVEDIOService1(), which has been patched with another symbol for binary compatibility. Please make sure all classes that inherit from OSObject use these macros.
KernelCache ID: FDC1BF852D0E4E7D2D5DC7C925BEAB36
Updating kexts at EFI/Clover/kexts/Other
updating /Volumes/EFI/EFI/CLOVER/kexts/Other/FakeSMC.kext
updating /Volumes/EFI/EFI/CLOVER/kexts/Other/RealtekRTL8111.kext
updating /Volumes/EFI/EFI/CLOVER/kexts/Other/IntelMausiEthernet.kext
updating /Volumes/EFI/EFI/CLOVER/kexts/Other/USBInjectAll.kext
updating /Volumes/EFI/EFI/CLOVER/kexts/Other/Lilu.kext
updating /Volumes/EFI/EFI/CLOVER/kexts/Other/WhateverGreen.kext
updating /Volumes/EFI/EFI/CLOVER/kexts/Other/AppleBacklightFixup.kext
updating /Volumes/EFI/EFI/CLOVER/kexts/Other/VoodooPS2Controller.kext
updating /Volumes/EFI/EFI/CLOVER/kexts/Other/FakePCIID.kext
updating /Volumes/EFI/EFI/CLOVER/kexts/Other/FakePCIID_Intel_HDMI_Audio.kext
updating /Volumes/EFI/EFI/CLOVER/kexts/Other/XHCI-unsupported.kext
updating /Volumes/EFI/EFI/CLOVER/kexts/Other/SATA-unsupported.kext
updating /Volumes/EFI/EFI/CLOVER/kexts/Other/AppleALC.kext
updating /Volumes/EFI/EFI/CLOVER/kexts/Other/CodecCommander.kext
updating /Volumes/EFI/EFI/CLOVER/kexts/Other/ProBookAtheros.kext
copying _downloads/efi/HPFanReset-2013-1205/HPFanReset.efi to /Volumes/EFI/EFI/CLOVER/drivers64UEFI
NiCos-MacBook-Pro:probook.git nico$
 
Someone try to use opencore and Big Sur in HP elitebook 8470p?

Is posible to install and use?
 
Is there any luck to install big sur using opencore on hp 4540s?
There are some folks who have installed big sur on ivy bridge systems with intel hd4000 graphics, successfully. Has anyone tried here?
 
Status
Not open for further replies.
Back
Top