Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. chown -R root:wheel /System/Library/Extensions;chmod -R 755 /System/Library/Extensions;chown -R root:wheel /Extra/Extensions;chmod -R 755 /Extra/Extensions; rm -rf /System/Library/Caches/com.apple.kext.caches/Startup/*; kextcache -v 1 -a i386 -a x86_64 /Extra/Extensions -m /Extra/Extensions.mkext;kextcache -v 1 -a i386 -a x86_64 /System/Library/Extensions -m /System/Library/Caches/com.apple.kext.caches/Startup/Extensions.mkext
  2.  
  3.  
  4.  
  5. chown -R root:wheel /System/Library/Extensions
  6. chmod -R 755 /System/Library/Extensions
  7. chown -R root:wheel /Extra/Extensions
  8. chmod -R 755 /Extra/Extensions
  9. rm -rf /System/Library/Caches/com.apple.kext.caches/Startup/*
  10. kextcache -v 1 -a i386 -a x86_64 /Extra/Extensions -m /Extra/Extensions.mkext
  11. kextcache -v 1 -a i386 -a x86_64 /System/Library/Extensions -m /System/Library/Caches/com.apple.kext.caches/Startup/Extensions.mkext
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement