0

I was running 14.04 and everything worked great till I installed kernel 3.16 with the command sudo apt-get install linux-image-generic-lts-utopic and rebooted.

Now I am unable to log in. It boots up to my log on screen (only one screen is working now) but when I put my password in it acts as if it is logging in but goes back the the login screen (login loop). I can enter the tty, from which I ran an update. Yet I'm still unable to login via the GUI.

Zanna
  • 70,465

2 Answers2

1

It's never a good thing to try and mix kernels from other versions of Ubuntu; it's not even something I would try to do: I would just upgrade to that version... (and getting kernels from another version is not supported here neither).

Therefore, just restore the system backup you took before you tried to do this...

Oh? Right! You don't have a system back-up! :-( Well, read the above link and start making system back-ups from now on.

To back out of the current mess, reboot Ubuntu into a previous kernel by pressing Shift while booting, boot the second-newest kernel you have on your system, install synaptic:

sudo apt-get install synaptic

and then run it, delete the 3.16 linux image and headers and reboot again.

Fabby
  • 34,259
0

Thanks everyone for your responses, but I end up just purged the 3.16 kernel and rebooted. Kernel is now back at 3.13 and everything is good.

  • That is exactly what we suggested. – Pilot6 Jul 08 '15 at 12:41
  • @Pilot6, Yes you did suggest that and that is why i'm thanking all of you, because you did help. The "just purged" comment was just to infer that I couldn't fix it with out going back to my old kernel. – user3451049 Jul 10 '15 at 02:03