Jump to content

How to delete a .kext in single user mode?


2 posts in this topic

Recommended Posts

I need to remove Natit.kext while in single user mode. I tried

 

sudo bash
cd /System/Library/Extensions
kextload Natit.kext (to check it found it)
rm -d Natit.kext
(it returned) Natit.kext is not empty

 

How do I do this? I can't boot into OS X's GUI because Natit killed my display because my kernal was not new enough.

Close, but not quite.

 

rm -rf Natit.kext

 

A kext is like a folder. You can't ask OS X to remove the file of Natit.kext because it isn't a file.

 

Stephen

×
×
  • Create New...