![]() |
Stopping a kext from loading in startup
I wonder if there are any ways to stop a particular kext from loading at the startup using some switches. I mean just like we can flush the kext cache using -f switch, is there any way to stop loading a particular kext using similar methods?
|
boot into -s
you could remove the kext, first give yourself permissions /sbin/mount -uw / then rm -rf /System/Library/Extensions/NameOfKextHere.kext |
Quote:
|
What kind of disk?
Most Distro have just Extensions.mkext on it. You can copy, unpack, repack and readd it to an ISO image - for example using pcwiz's Mkext Utility. |