Fix Security Update 2015-003 Breaks NVIDIA Web Driver Again (GUIDE)


Just attempted the update and again the driver is broken.

FIX
Using Terminal enter the following:

sudo pico /System/Library/Extensions/NVDAStartup.kext/Contents/Info.plist

Then change the line

<key>NVDARequiredOS</key>
<string>14C1510</string>
to

<key>NVDARequiredOS</key>
<string>14C1514</string>

Press Control+O then enter to save the changes and then press Control+X to exit

Then enter the following two commands. Hit enter after each one

sudo kextcache -system-prelinked-kernel
sudo kextcache -system-caches

Reboot.

Post a Comment

0 Comments