Jump to content
9 posts in this topic

Recommended Posts

boot with -s and put this code for move all Graphics kexts for a folder backup

 

mount /

mkdir kext_backup

cd /System/Library/Extensions

mv AppleIntelHD* AppleIntelSNB* ATI* GeForce* NVDA* /kext_backup

sudo rm -rf /System/Library/Caches/*

shutdown -R now

×
×
  • Create New...