slim.jim
Moderator
- Joined
- Dec 17, 2014
- Messages
- 4,218
- Motherboard
- MSI Z97 Gaming 9 AC
- CPU
- i7-4790K
- Graphics
- RX 5700 XT
- Mac
-
- Classic Mac
-
- Mobile Phone
-
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<string>14C1510</string>
<key>NVDARequiredOS</key>
<string>14C1514</string>
Press Control+O then enter to save the changes and then press Control+X to exit<string>14C1514</string>
Then enter the following two commands. Hit enter after each one
sudo kextcache -system-prelinked-kernel
sudo kextcache -system-caches
sudo kextcache -system-caches
Reboot.