![]() |
Logon Loop after last update - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Software - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=5) +--- Forum: Updates (https://www.linuxliteos.com/forums/forumdisplay.php?fid=46) +--- Thread: Logon Loop after last update (/showthread.php?tid=8345) |
Logon Loop after last update - Von Kirkus - 06-09-2022 When I enter my password, (the correct one) at the logon screen, the Toshiba splash screen appears and then just loops back to the logon screen :banghead I've tried rebooting into recovery mode and so forth, but it's not fixing it. How can I get this reconfigured? Re: Logon Loop after last update - stevef - 06-10-2022 There was a recent new kernel for LL 5.x. Do you recall if the update required a reboot ? Instead of using the normal logon, press Alt Ctrl and F2 to get to a terminal logon. Use your normal credentials to log on. If this works, we can try to work out what to do next. Do you have any recent timeshift snapshots ? Re: Logon Loop after last update - Von Kirkus - 06-10-2022 stevef link Wrote:There was a recent new kernel for LL 5.x. Do you recall if the update required a reboot ?I don't think it did require a reboot, I should have some timeshifts if I can get logged in. Will try the terminal logon and update. Thanks for the info. Re: Logon Loop after last update - Von Kirkus - 06-10-2022 Something is goofy. After several attempts I can get to the terminal in photo. Keyboard works fine in Windows. What do you suggest I try from here? Any help appreciated. https://photos.app.goo.gl/UQpR4mdeSB9uXNyc8 Re: Logon Loop after last update - stevef - 06-10-2022 I don't understand what is goofy. That looks like you've logged on to the computer terminal as expected which is the starting point for fixing it. There are a few ways forward. Assuming you have some timeshift snapshots available and you didn't change anything significant in the timeshift set up you can simply restore your system to an earlier point. This should get you a working system. But it is possible you'll be in the same position again if it is the upgrade that caused the problem and we will need to try something different in that case. If you do want to try just restoring the system to an earlier point skip to timeshift instructions below. It might be worth trying a couple of diagnostic things now before restoring. If these don't work, you can get back to the terminal as you've just done. Firstly just try the command Code: startx Secondly check the log of the update which you think caused the problem. Run the commands Code: cd /var Code: cd log Code: ls -l | grep llupdate It should look someting like this Quote: stephen ~>cd /var The 'ls' command should list the last update log file name. If the file's date and time matches the time of your update when it all went wrong, then the command Code: cat llupdates.log | more I'm sure there'll be more to try, but it's getting late here and a lot depends on what you find if you run the commands above.. Timeshift Instructions 1) Make sure the timeshift archive is available - ie if you snapshot to a USB disk plug it in. 2) List available snapshots with Code: sudo timeshift --list 3) If you are happy with one of them enter Code: sudo timeshift --restore Re: Logon Loop after last update - Von Kirkus - 06-15-2022 Well, the goofyness, other than myself :022: is that it took multiple attempts with the password to finally get the terminal window to run? Keyboard works flawless in Windows when I boot over to that OS. This SSD I'm afraid has become corrupted some how in a critical area. I haven't had time to troubleshoot the last few days. I have printed off your commands and will give it a whirl and let you know what I find. Thanks for all your help! Re: Logon Loop after last update - camarks - 06-15-2022 Your disk usage is at 100%. The update filled your drive and startup can't complete, thus the loop. Use the tools in the boot menu to free up some space. I've had to do it and it is annoying. I'm on here today to try to figure out why a "Lite" install has used all of my disk and what to do about it. Re: Logon Loop after last update - Von Kirkus - 06-15-2022 https://photos.app.goo.gl/kaQ7jR113XC16Xdc9 ok, this is what I get when I run startx Will see if I can clean up some space. I added soem video files from a trip I took I was wanting to edit and make a presentation. Hope I haven't lost those. Re: Logon Loop after last update - stevef - 06-15-2022 Code: df -h If 'Available' is near zero then you do need to clear some space. Unless you have a lot of personal data you can safely delete, one way to free some space may be by removing archive files left over from previous updates by running the following commands. Code: sudo apt-get clean Code: sudo apt-get autoclean Code: sudo apt-get autoremove Run 'df -h' again check free space and maybe try 'startx' again and see what happens. If it works you need to check what state the system is in. You may need to consider the size of the Linux partition. If disk space is tight, using LiteTweaks to clear the caches regularly can preempt running out of space, but if you also want to save a lot of video data then you might need to change things. Re: Logon Loop after last update - Von Kirkus - 06-16-2022 My fix was to boot from a LL install USB stick and run Live. Then using the partitioning tool, I was able to shrink a 3rd "38GB" empty partition that I had to "10GB" and then expand the "90GB" Linux bootable partition that had filled to capacity and was bootlooped to a resized "118GB" partition. Then I used the Restore System program to get to a recent timeshift file and run it. Then shutdown, when prompted, removed the install USB, crossed my fingers and rebooted(not sure that helped, but it did reboot ![]() ![]() Update: Since I had no data in the partition, I used the built in "Disks" program in Lite to remove the partition and then add it back and the program fixed the problem. |