10

I'm not really experienced with Ubuntu and do not have a clue what to do in the current situation.

My system currently has two boot states:

  1. Does not boot at all. Going to different console by ctrl+alt+f2 shows that it tries to start Snappy daemon in the loop. It waits for it to be started for 90 seconds, then stops it and tries to start again.

    snapd.service log

  2. Fails to start GUI, but different console ctrl+alt+f2 loads terminal where I can execute commands. I'm not sure exactly how to go into that state from the first one. Perhaps by pressing Ctrl+C several times sometimes helps after restart.

    syslog

In the second state it complains about:

WARNING: IceLockAuthFile failed: File exists

I found this Debian bug report and tried to delete /var/lib/gdm3/.ICE* and then restart the system as suggested there, but this returns me to the first state.

Ubuntu version 18.04 LTS

Zanna
  • 70,465
Index
  • 275

1 Answers1

-1

Open ubuntu recovery mode and select boot options on the box then just type on the terminal this line

 sudo dpkg --configure -a
  • 3
    this is completely generic answer , you neeed to explain why this will help in this situation.

    You might have unconfigured packages needing to have configuration applied which could fix this problem,

    – Amias Jun 02 '20 at 15:50