Contribute
Register

[solved] Kernel Panic after boot

Status
Not open for further replies.
I have the exact same issue, I believe I will also be able to fix it like Pooya511 did, but I am a beginner at this and I don't know how to install/update kexts, can you please give me a step by step procedure on how to update the lilu.kext? Where do I need to go in the folders and stuff like that? Thank you. BTW I am in safe mode right now and I am running macOS Sierra 10.12.6 and I really need help! Thank you.
Oops, sorry I accidentally made another post. Not sure how to delete.
 
I have the exact same issue, I believe I will also be able to fix it like Pooya511 did, but I am a beginner at this and I don't know how to install/update kexts, can you please give me a step by step procedure on how to update the lilu.kext? Where do I need to go in the folders and stuff like that? Thank you. BTW I am in safe mode right now and I really need help! Thank you.
to install a kext in terminal:

Code:
sudo cp -R KextToInstall.kext /Library/Extensions
 
to install a kext in terminal:

Code:
sudo cp -R KextToInstall.kext /Library/Extensions

Okay so I get this after entering it into the terminal:

Homes-iMac:~ home$ sudo cp -R lilu.kext /Library/Extensions

cp: lilu.kext: No such file or directory​
 
Okay so I get this after entering it into the terminal:

Homes-iMac:~ home$ sudo cp -R lilu.kext /Library/Extensions

cp: lilu.kext: No such file or directory​
means you are not in the correct directory

type in sudo cp -R

then drag the kext into the terminal window

then finish off with /Library/Extensions
 
I managed to boot by entering -liluoff flag in clover boot so I am not in safe mode anymore.
Any idea how to update the kext
means you are not in the correct directory

type in sudo cp -R

then drag the kext into the terminal window

then finish off with /Library/Extensions

Thanks it worked, sorry for the dumb mistake haha. I can boot now. :)
 
Status
Not open for further replies.
Back
Top