Skip to content

Instantly share code, notes, and snippets.

@startergo
Last active August 22, 2025 19:01
Show Gist options
  • Save startergo/4247b2e02db6bcf293247788cdda8664 to your computer and use it in GitHub Desktop.
Save startergo/4247b2e02db6bcf293247788cdda8664 to your computer and use it in GitHub Desktop.
Rebuilding mkext caches in Snow Leopard
  • Repair Permissions and run:
sudo kextcache -v 1 -a i386 -a x86_64 -m /System/Library/Caches/com.apple.kext.caches/Startup/ /System/Library/Extensions

-v 1 - Verbose output level 1

-a i386 -a x86_64 - Build caches for both 32-bit and 64-bit architectures

-m - Specify the cache directory

/System/Library/Extensions/Extensions - Source directory for system extensions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment