0

To rid myself of an annoying Budgie icon during boot (leftover from when I installed and then removed the Budgie desktop environment), I issued this command : sudo update-alternatives --config default.plymouth (found on this page: "Getting back Ubunutu's default boot splash" ) and changed the image from the default Budgie icon, back to the normal Ubuntu symbol.

No problem there. So I rebooted to see how it worked. And it worked great -- until I got to the login screen, where I got yet another login loop, where I type my password, hit enter, and it brings me right back.

I'm totally clueless as to how this came about, from switching the boot logo. Thankfully, I'm still able to login using LXDE, which is what I'm using right now.
So I tried issuing the same command as before (sudo update-alternatives --config default.plymouth) and changed it back to the Budgie icon, hoping that would fix it.

No luck. I still have a persistent login loop when trying to login to the Ubuntu desktop environment.

During one reboot, I was able to get some information by pressing F2 (I think), but I don't know if this is useful at all:
enter image description here enter image description here

Any ideas as to what is causing the problem?? Help would be much appreciated.

Update: Using the LXDE desktop environment, I opened the "Logs" application, thinking there might be some useful information. The first entry looks very similar to the error that showed up on my boot screen shown in the second picture. The expanded entry farther down also looks like it could be important: LXDE 'Logs'

Does this "timed out" error have something to do with my fstab file? And if so, why would that effect the login manager??

Kaleb
  • 223

1 Answers1

0

It appears that I was mistaken as to the actual source of the problem: changing the boot splash, as I originally thought, had nothing to do with it. The actual cause of the problem was the application gnome-clocks that I had recently installed without giving much thought to it. After simply running sudo apt remove gnome-clocks, I was able to log back into my Ubuntu desktop without a single problem.

Therefore, BEWARE of gnome-clocks all 19.04 users!!!! Being an inexperienced Linux user, I can't say that this application is necessarily "bad", but I do know that it certainly messed things up for me.

As a side note, I also discovered an issue with my swap partition, though I don't know if that was at all related to the login loop or not. The details of that problem, and methods to solve it, I found in this post. Basically, after creating the swap space in gparted, a new UUID was somehow assigned to that partition, which didn't match the UUID in my fstab file. That is what was causing the "A start job is running for dev/disk/by-uuid... error on boot. All I had to do in this case was copy the correct UUID for my swap partition from gparted (or I could have got it from disks) and paste that into the correct place in my fstab.

Thank you everyone who posted helpful comments on this question, and once again, watch out for gnome-clocks on Ubuntu 19.04.

Kaleb
  • 223