[Workaround] Kernel 3.14.27 breaks Nvidia driver (again!)

Disappointingly, the upgrade to kernel 3.14.27 again broke Nvidia driver for machines with VirtualBox installed. Surely there must be a way to force an automatic rebuild of the driver!
Fortunately, the workaround remains the same as was the case with 3.12.21. Boot the machine and wait until the boot hangs. Open a tty console (e.g. Ctrl-Alt-F2) and login as root and issue these commands:
The second of these commands may take a while, because it will be rebuilding the driver.
Fortunately, the workaround remains the same as was the case with 3.12.21. Boot the machine and wait until the boot hangs. Open a tty console (e.g. Ctrl-Alt-F2) and login as root and issue these commands:
- Code: Select all
urpme dkms-nvidia-current
urpmi dkms-nvidia-current
reboot
The second of these commands may take a while, because it will be rebuilding the driver.