HoRNDIS icon indicating copy to clipboard operation
HoRNDIS copied to clipboard

How to uninstall correctly?

Open GeertCu opened this issue 5 years ago • 3 comments

After removing the HoRNDIS.kext file in /System/Library/Extensions and rebooting my Macbook I don't think the extention is loaded:

MBP15-2:~ geert$ kextstat | grep HoRNDIS
MBP15-2:~ geert$ 

Unfortunately I can still find a HoRNDIS.kext file in /Library/StagedExtensions/Library/Extensions. How do I get rid of that file too?

GeertCu avatar Jan 21 '20 06:01 GeertCu

I had same issue when I deleted horndis 9.2 from my MacBook. After deleting the .kext from /System/Library/Extensions run the following.

sudo kextcache --clear-staging

Found it on stackoverflow https://stackoverflow.com/questions/46535279/what-is-library-stagedextensions-for-and-how-to-remove-extensions

eclansky avatar Feb 17 '20 15:02 eclansky

Same issue here, sudo kextcache --clear-staging fixes this, maybe the documentation about uninstalling should be updated? Since Mac OS 10.15.5 actively warns about:

Existing software on your system loaded a system extension signed by "Joshua Wise", which will be incompatible with a future version of macOS. Contact the developer for support.

There will probably be more and more people trying to uninstall this version.

prismopensource avatar May 28 '20 09:05 prismopensource

Thanks for the tip! +1 for adding it to the documentation on uninstalling.

cking0987 avatar Jun 23 '20 16:06 cking0987