
01-10-2009, 06:03 PM
|
 |
|
|
Join Date: Nov 2008
Location: Florida, US
Posts: 521
|
|
Yes delete it right before you reboot. You can use this command provided you have not exited Terminal:
Code:
rm -R /System/Library/Extensions.mkext
If it gives you problems then try:
Code:
sudo -s
rm -R /System/Library/Extensions.mkext
Remember to use -v -f when you reboot.
-v Verbose Mode
-f Forces OSX to pull drivers from the Extensions folder and not the cache file. I know we just deleted the cache file but its still a good idea.
MOBO: Z77MX-QUO-AOS CPU: Core i7 3770K GPU: MSI N760 TF 2GD5/OC Case: Modded MacPro2,1
Memory: 32GB Corsair Vengeance (CMY32GX3M4A1600C9) Wifi: Airport Extreme bcm94321MCA BIOS: HermitCrab Labs H3A.816M
Monitor: AOC Q2963Pm 29" WFHD 2560x1080 21:9
Interests: KDE on Apple Darwin, Keeping it real with the command line, Helping those that help themselves
|