I was trying to install Ubuntu 16.04-2 on my new machine now and it was pretty much working until I do apt upgrade
. After upgrade, the kernel was updated from 4.8 to 4.10 and thereafter the ubuntu refuses to login.
It manages to get into the login session(GUI), but after I type in the password, the whole system freezes and doesn't respond to any key press and I am forced to power off the computer. However, I can boot into 4.8 from grub.
How can I report this kernel issue to ubuntu team? Where can I get the log from?
The exact kernel version is the following:
4.10.0-27-generic
4.8.0-36-generic
sudo apt update && sudo apt full-upgrade
and then try again. Other possibility: Have you installed proprietary Nvidia drivers not from the official repositories, using a binary downloaded from Nvidia? That creates a problem because the driver need to be reinstalled for any new kernel version. – Jul 25 '17 at 02:34