Contribute
Register

boot default partition + Safari (Mojave)

Status
Not open for further replies.
This indicates permissions are not correct.
See FAQ for correct kext installation proceudures:
https://www.tonymacx86.com/threads/faq-read-first-laptop-frequent-questions.164990/

So what exactly I’ve to do is removing the following



sudo rm -Rf



FakeSMC

IntelGraphicsFixup

AppleACPIEC

AppleACPIPlatform

RealtekRTL8111



AppleALC > ID as.vit9696.AppleALC

Lilu > ID as.vit9696.Lilu



Rebuild the cache to verify the new kexts





Right ? .. anything else



Btw how to manage everything from EFI instead of system/extension ?
 
So what exactly I’ve to do is removing the following



sudo rm -Rf



FakeSMC

IntelGraphicsFixup

AppleACPIEC

AppleACPIPlatform

RealtekRTL8111



AppleALC > ID as.vit9696.AppleALC

Lilu > ID as.vit9696.Lilu



Rebuild the cache to verify the new kexts





Right ? .. anything else



Btw how to manage everything from EFI instead of system/extension ?

Why would you remove AppleACPIEC.kext or AppleACPIPlatform.kext?
Those two kexts are provided by Apple.
 
Why would you remove AppleACPIEC.kext or AppleACPIPlatform.kext?
Those two kexts are provided by Apple.
because of "Kext rejected due to improper filesystem permissions:" .. ok I"ll leave them so what I'll remove is the following

IntelGraphicsFixup
RealtekRTL8111
FakeSMC

From system > library > extension & library > extension

how about my other question "Btw how to manage everything from EFI instead of system/extension ?"

Thanks for following :)
 
because of "Kext rejected due to improper filesystem permissions:" .. ok I"ll leave them so what I'll remove is the following

If you damaged your system kexts, start over with a fresh install.
 
because of "Kext rejected due to improper filesystem permissions:" .. ok I"ll leave them so what I'll remove is the following

IntelGraphicsFixup
RealtekRTL8111
FakeSMC

From system > library > extension & library > extension

how about my other question "Btw how to manage everything from EFI instead of system/extension ?"

Thanks for following :)
To fix the permissions you would run:
sudo chmod -R 755 /Library/Extensions/ExampleKext.kext
sudo chown -R root:wheel /Library/Extensions/ExampleKext.kext
and then rebuild the cache:
sudo kextcache -i /
 
If you damaged your system kexts, start over with a fresh install.
Everything is working fine, all problem solved, it's just the errors that I wanna solve when I rebuild kexst cache, you told me it's a giant mess so I wanna make it perfect :)

To fix the permissions you would run:
sudo chmod -R 755 /Library/Extensions/ExampleKext.kext
sudo chown -R root:wheel /Library/Extensions/ExampleKext.kext
and then rebuild the cache:
sudo kextcache -i /
Thank you, just for members, I had to use root user, sudo su

now those are the errors I got
sudo kextcache -i /


Kext with invalid signatured (-67062) allowed: <OSKext 0x7fdf23eb1e10 [0x7fffa028a8f0]> { URL = "RealtekRTL8111.kext/ -- file:///Library/Extensions/", ID = "com.insanelymac.RealtekRTL8111" }

Kext with invalid signatured (-67062) allowed: <OSKext 0x7fdf23e5de50 [0x7fffa028a8f0]> { URL = "WavTap.kext/ -- file:///System/Library/Extensions/", ID = "com.wavtap.driver.WavTap" }

Kext with invalid signatured (-67062) allowed: <OSKext 0x7fdf23845820 [0x7fffa028a8f0]> { URL = "AppleALC.kext/ -- file:///System/Library/Extensions/", ID = "as.vit9696.AppleALC" }

Kext with invalid signatured (-67062) allowed: <OSKext 0x7fdf21700f90 [0x7fffa028a8f0]> { URL = "Lilu.kext/ -- file:///System/Library/Extensions/", ID = "as.vit9696.Lilu" }

KernelCache ID: FCE3E0EB2C422096D88AA5634AC06FD2

Kext with invalid signatured (-67062) allowed: <OSKext 0x7ff89042a2c0 [0x7fffa028a8f0]> { URL = "Lilu.kext/ -- file:///System/Library/Extensions/", ID = "as.vit9696.Lilu" }

Kext with invalid signatured (-67062) allowed: <OSKext 0x7ff890642670 [0x7fffa028a8f0]> { URL = "AppleALC.kext/ -- file:///System/Library/Extensions/", ID = "as.vit9696.AppleALC" }

Kext with invalid signatured (-67062) allowed: <OSKext 0x7ff89077f7a0 [0x7fffa028a8f0]> { URL = "WavTap.kext/ -- file:///System/Library/Extensions/", ID = "com.wavtap.driver.WavTap" }

kext file:///Library/Extensions/tun.kext/ is in hash exception list, allowing to load

Kext with invalid signatured (-67062) allowed: <OSKext 0x7ff892f70f80 [0x7fffa028a8f0]> { URL = "RealtekRTL8111.kext/ -- file:///Library/Extensions/", ID = "com.insanelymac.RealtekRTL8111" }

kext file:///Library/Extensions/tap.kext/ is in hash exception list, allowing to load
 
Everything is working fine, all problem solved, it's just the errors that I wanna solve when I rebuild kexst cache, you told me it's a giant mess so I wanna make it perfect :)


Thank you, just for members, I had to use root user, sudo su

now those are the errors I got
sudo kextcache -i /


Kext with invalid signatured (-67062) allowed: <OSKext 0x7fdf23eb1e10 [0x7fffa028a8f0]> { URL = "RealtekRTL8111.kext/ -- file:///Library/Extensions/", ID = "com.insanelymac.RealtekRTL8111" }

Kext with invalid signatured (-67062) allowed: <OSKext 0x7fdf23e5de50 [0x7fffa028a8f0]> { URL = "WavTap.kext/ -- file:///System/Library/Extensions/", ID = "com.wavtap.driver.WavTap" }

Kext with invalid signatured (-67062) allowed: <OSKext 0x7fdf23845820 [0x7fffa028a8f0]> { URL = "AppleALC.kext/ -- file:///System/Library/Extensions/", ID = "as.vit9696.AppleALC" }

Kext with invalid signatured (-67062) allowed: <OSKext 0x7fdf21700f90 [0x7fffa028a8f0]> { URL = "Lilu.kext/ -- file:///System/Library/Extensions/", ID = "as.vit9696.Lilu" }

KernelCache ID: FCE3E0EB2C422096D88AA5634AC06FD2

Kext with invalid signatured (-67062) allowed: <OSKext 0x7ff89042a2c0 [0x7fffa028a8f0]> { URL = "Lilu.kext/ -- file:///System/Library/Extensions/", ID = "as.vit9696.Lilu" }

Kext with invalid signatured (-67062) allowed: <OSKext 0x7ff890642670 [0x7fffa028a8f0]> { URL = "AppleALC.kext/ -- file:///System/Library/Extensions/", ID = "as.vit9696.AppleALC" }

Kext with invalid signatured (-67062) allowed: <OSKext 0x7ff89077f7a0 [0x7fffa028a8f0]> { URL = "WavTap.kext/ -- file:///System/Library/Extensions/", ID = "com.wavtap.driver.WavTap" }

kext file:///Library/Extensions/tun.kext/ is in hash exception list, allowing to load

Kext with invalid signatured (-67062) allowed: <OSKext 0x7ff892f70f80 [0x7fffa028a8f0]> { URL = "RealtekRTL8111.kext/ -- file:///Library/Extensions/", ID = "com.insanelymac.RealtekRTL8111" }

kext file:///Library/Extensions/tap.kext/ is in hash exception list, allowing to load
the kexts you need should be installed to /Library/Extensions only
 
Status
Not open for further replies.
Back
Top