-1

I'm using Ubuntu 14.04.3LTS, I just updated my Kernel to 4.2.0-21 via tty1 but my PC didn't show login screen.I tried :

  • Reinstall Nvidia driver 358 (PPA) but it didn't work with new kernel
  • Reinstall Nvidia driver 358 (PPA) with old kernel ( 4.2.0-19-generic ) and it's working ok.

How can I fix the problem with new Kernel?

If I can provide more information, please don't hesitate let me know!

BeGood
  • 539

1 Answers1

0

Install supported Nvidia drivers from the official Ubuntu repository by running:

sudo apt-get purge 'nvidia.*'
sudo apt-get install nvidia-352
Pilot6
  • 92,041