0

I recently tried to update all my stuff with sudo apt-get update, but after my computer restarted I could not log in. If I type in the correct password, the screens turns black, and has an error message in the top right corner:"System problem detected. Do you want to report the problem now?" However, I cannot interact with the error box, either to click cancel or report problem, and the screen blacks out again, bringing me to the gray gnome login screen again. I've tried all the fixes on this website (https://www.linuxslaves.com/2016/05/3-ways-fix-ubuntu-gets-stuck-login-loop.html?m=1) but none worked; I tried these through recovery mode's root command line. I do not have Nvidia drivers, and I cannot access the command line with Ctrl Alt F1 from the login screen, as it freezes or does not do anything. Worth noting that the Ubuntu GNOME I run was not originally the GUI I used; it was installed after Unity. It always had a few errors (frequent error messages, sometimes the time settings menu in the top right, or random letters were invisible) but not like this. Unfortunately, I'm not sure what version of Ubuntu I was trying to update to, but I can get that info if told how. I also have Windows 10 installed, but use it very rarely. My laptop is a Dell Inspiron. Thanks.

Edit: Used a live USB for the command line, and none of the fixes in the first article work. For the first, there is no .Xauthority in ls -lah. For the second, it runs but there is no output. For the third, I do not have lightdm installed to begin with. I also tried using boot-repair; it claimed there was an unknown error while repairing. However, after restarting, I sort of logged in. The screen was all black, with the same error box that later disappeared, except for the time and text saying "activities" in the top left corner. I used Ctrl alt T to open the terminal and it appeared against the black background. A few seconds after, everything disappeared and returned to the login screen. I feel this a graphics error, but a selective one. At the login screen I still see my name, a white box (no profile picture in it), and the time. If I click near the top right bar where the Wi-Fi icon would be, I can interact with it, but most of the text does not appear. I also tried use a previous kernel version (4.4.0-89) to no avail. My current version is 4.4.0-97.

Edit 2: I created a "good environment" as described here by mounting by Ubuntu partition while in a live USB. (https://askubuntu.com/a/1006982/701605) I then ran fixes 2 and 3 for the previous link; I think re-installing lightdm did the trick, as it was my original desktop manager instead of gdm3.

  • 1
    At the grub menu, can you select advanced options and select a previous kernel ? – hatterman Feb 21 '18 at 14:14
  • 1
    Have you tried using a Live CD/USB to do fixes given in provided link. As you said you can't get into command line either. Using Live CD/ USB may help for that. – pandafy Feb 21 '18 at 14:16
  • @hatterman Yes, I can. I've tried with the most recent (4.4.0-96 I think, I check later) and the second most recent. – 9voltWolfXX Feb 21 '18 at 14:34
  • @Gagan Rajput I don't have a CD drive but can do USB later. I'll report back in a while. – 9voltWolfXX Feb 21 '18 at 14:35
  • @hatterman A new update was added, and more Kernel details. – 9voltWolfXX Feb 21 '18 at 23:08
  • @GaganRajput I've tried everything with a live USB, no success. See above. – 9voltWolfXX Feb 21 '18 at 23:08
  • 1
    @9voltWolfXX you have to first create a "good environment" (not sure with the textonomy), it means that you have to create a link/ connection between your installation and Live USB OS before trying that out. You can check that here – pandafy Feb 22 '18 at 07:22
  • 1
    https://askubuntu.com/a/1006982/701605 .You can take reference from here in how to make good environmet. – pandafy Feb 22 '18 at 09:53
  • @GaganRajput that did the trick! If you put that as an answer I'll mark it as correct, and elaborate what I did while in root. Thanks! – 9voltWolfXX Feb 22 '18 at 14:04
  • 1
    @9voltWolfXX | Can you please share what exatly you did which fixed your problem. I want to enquire about the steps you took from that link(in your question) so that my answer can become more resourceful for others. – pandafy Feb 22 '18 at 16:29
  • 1
    @GaganRajput sure. I went to Ubuntu on a live USB. I used Gparted to find what partition Ubuntu was on, and followed your steps for making a good environment exactly (in the link). Then, I used method 3 of my link, uninstalling, re-installing, and reconfiguring lightdm, then restarted and it was all fixed. – 9voltWolfXX Feb 22 '18 at 22:11

1 Answers1

1

First create a "good environment" (not sure with the textonomy), it means that you have to create a link/connection between your installation and Live USB OS before trying that out. You can check that here. You can take refrence from this answer on how to make good enviroment.

Then follow steps given on linuxslaves.com .

pandafy
  • 326