Results 1 to 4 of 4

Thread: Upgrade from 16.04 lts to 18.04 lts: boot stops before login screen

  1. #1
    Join Date
    Dec 2011
    Beans
    21

    Upgrade from 16.04 lts to 18.04 lts: boot stops before login screen

    I have a Samsung NP700G7C laptop with dual os (win7 + ubuntu LTS dist since 12.04).

    I upgraded from 16.04 LTS to 18.04 LTS two days ago after doing some clean up of old packagaes, etc.

    The problem is that it will not boot properly since the upgrade. I get past Grub allright, but after a while it gets stuck and I get a terminal screen with a heap of commands and messages.
    On that screen there is a suspisious message reading:

    "Gave up waiting for suspend/resume device /dev/sdc2: clean, 460444/4227072 files, 3873619/16878290 blocks".

    After extensive searching I gather that there is probably some problem with encrypted swap partition and/or graphics drivers (nvidia).

    I can access tty as root so if anyone has a proposed chain of commands (code) on how to proceed in isolating the problem and curing it I would be grateful. The kernel version is 4.15.0-36-generic
    Last edited by pickelhaupt; October 18th, 2018 at 04:04 PM.

  2. #2
    Join Date
    Dec 2011
    Beans
    21

    Re: Upgrade from 16.04 lts to 18.04 lts: boot stops before login screen

    Progress of a kind:

    Tried to switch from gdm3 to lightdm. This made it possible to login. However, the screen resolution was terrible low. After switching back to gdm3 it reverted to tty1 view and boot freeze.

  3. #3
    Join Date
    Jun 2006
    Location
    Nux Jam
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Upgrade from 16.04 lts to 18.04 lts: boot stops before login screen

    As you have made a dist-upgrade, think to clean the system to purge obsolete dependencies and settibgs.
    Use gtkorphan & bleachbit (as root, carefully select settings).

    Depending on the graphic driver used, gdm3 sometimes gives unexpected result like yours. Test without third party packages (if any) and glance at 'journalctl -b' to find useful warning (highlighted lines) / error (red lines)

  4. #4
    Join Date
    Dec 2011
    Beans
    21

    Re: Upgrade from 16.04 lts to 18.04 lts: boot stops before login screen

    Well, I updated graphics drivers with:
    Code:
    sudo ubuntu-drivers autoinstall
    That fixed the super low resolution on login screen.

    Now I got stuck in the infamous login loop.
    I fixed that with this command in tty:
    Code:
    mv .Xauthority .Xauthority.bak
    Now I can actually enter Ubuntu 18.04 LTS desktop and screen resolution is fine.

    It is working using lightdm, but still not with gdm3. So I don't consider this issue solved.

    Any takes on the lightdm/gdm3?
    It very much resemble the issue described here https://askubuntu.com/questions/1050...n-ubuntu-18-04
    Last edited by pickelhaupt; October 20th, 2018 at 01:20 PM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •