Contribute
Register

[Guide] Intel NUC7/NUC8 using Clover UEFI (NUC7i7Bxx,NUC8i7Bxx,etc)

Yes of course, just when I look into hackintool I don't see WIFI. I had same problem before so...
Can you take a screen shot of the config.plist in the Kernel/ Add section. Show where you added the kext please. Caveat, I don't actually use this but from all accounts it should be working and also be able to see the wireless icon top right of your screen and see it in Network preferences
 
Can you take a screen shot of the config.plist in the Kernel/ Add section. Show where you added the kext please. Caveat, I don't actually use this but from all accounts it should be working and also be able to see the wireless icon top right of your screen and see it in Network preferences

I did reset NVram nothing. I need disable GateKeeper ? Because if yes, so then I have a problem.
 

Attachments

  • Snímek obrazovky 2020-08-01 v 15.28.32.png
    Snímek obrazovky 2020-08-01 v 15.28.32.png
    240 KB · Views: 85
ok and must edit something inside in plist ?
and sudo kextload doesn't work...
Before Kext load you need to change permitions with:
"sudo chmod -R 755" and
"sudo chown -R root:wheel"
 
Before Kext load you need to change permitions with:
"sudo chmod -R 755" and
"sudo chown -R root:wheel"

failed to load - (libkern/kext) not found; check the system/kernel logs for errors or try kextutil(8).

Even he don't boot from OC so...
 
failed to load - (libkern/kext) not found; check the system/kernel logs for errors or try kextutil(8).

Even he don't boot from OC so...
I will try to explain.
First you need to be on the same folder as your kext.
Suppose your kext is on your desktop, so:
Code:
cd ~/desktop
sudo chmod -R 755 itlwm.kext
sudo chown -R root:wheel itlwm.kext
sudo kextload itlwm.kext
 
I will try to explain.
First you need to be on the same folder as your kext.
Suppose your kext is on your desktop, so:
Code:
cd ~/desktop
sudo chmod -R 755 itlwm.kext
sudo chown -R root:wheel itlwm.kext
sudo kextload itlwm.kext

I know I know but it's same error
 
Back
Top