Guest IanP Posted February 8, 2007 Share Posted February 8, 2007 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. Link to comment https://www.insanelymac.com/forum/topic/41596-how-to-delete-a-kext-in-single-user-mode/ Share on other sites More sharing options...
thestevo Posted February 9, 2007 Share Posted February 9, 2007 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 Link to comment https://www.insanelymac.com/forum/topic/41596-how-to-delete-a-kext-in-single-user-mode/#findComment-297993 Share on other sites More sharing options...
Recommended Posts