Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: Full screen Terminal when booting (help!)

  1. #1
    Join Date
    Dec 2007
    Location
    Cebu, Philippine
    Beans
    182
    Distro
    Lubuntu 20.04 Focal Fossa

    Question Full screen Terminal when booting (help!)

    My laptop is dual boot, Windows 10 and Ubuntu 22.04. Today in Ubuntu I was playing around deleting some files. When I rebooted there was no GUI. A full-screen Terminal was displayed asking for my user name and then my password. This I entered but the screen remained in Terminal - no GUI. My thoughts are that I probably deleted something that I shouldn't have.

    In Ubuntu I use Duplicity to backup daily and the latest backup was performed about 10 hours before I lost access to Ubuntu's GUI. Is there any way to restore my Ubuntu GUI? I would rather not have to reinstall Ubuntu and set it all up again with all my wants/needs.
    Last edited by rbscairns; July 30th, 2024 at 09:22 AM.

  2. #2
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 24.04 Noble Numbat

    Re: Full screen Terminal when booting (help!)

    "Deleting some files" as you put it is no help to us.
    What were those files and where were they?

    If they were in your home folder there is more chance we can get you back to a full GUI; if they were in your root filesystem things may be more difficult but what we need is more detailed information.

  3. #3
    currentshaft is offline Oops! My Coffee Cup is empty.
    Join Date
    May 2024
    Beans
    Hidden!

    Re: Full screen Terminal when booting (help!)

    Quote Originally Posted by rbscairns View Post
    My laptop is dual boot, Windows 10 and Ubuntu 22.04. Today in Ubuntu I was playing around deleting some files. When I rebooted there was no GUI. A full-screen Terminal was displayed asking for my user name and then my password. This I entered but the screen remained in Terminal - no GUI. My thoughts are that I probably deleted something that I shouldn't have.

    In Ubuntu I use Duplicity to backup daily and the latest backup was performed about 10 hours before I lost access to Ubuntu's GUI. Is there any way to restore my Ubuntu GUI? I would rather not have to reinstall Ubuntu and set it all up again with all my wants/needs.
    Run "startx" and see what happens.

  4. #4
    Join Date
    Dec 2007
    Location
    Cebu, Philippine
    Beans
    182
    Distro
    Lubuntu 20.04 Focal Fossa

    Re: Full screen Terminal when booting (help!)

    All file deletions wewre performed within Synaptic Package Manage, thinking this would be pretty safe. I was trying to delete all packages associated with OpenShot and Firefox.

  5. #5
    Join Date
    Dec 2007
    Location
    Cebu, Philippine
    Beans
    182
    Distro
    Lubuntu 20.04 Focal Fossa

    Re: Full screen Terminal when booting (help!)

    Quote Originally Posted by currentshaft View Post
    Run "startx" and see what happens.
    I did as you suggested and got

    Then pressing enter, this was displayed

  6. #6
    currentshaft is offline Oops! My Coffee Cup is empty.
    Join Date
    May 2024
    Beans
    Hidden!

    Re: Full screen Terminal when booting (help!)

    Quote Originally Posted by rbscairns View Post
    I did as you suggested and got

    Then pressing enter, this was displayed
    Try "sudo startx" and if that fails, check /var/log/Xorg.0.log for errors.

  7. #7
    Join Date
    Dec 2007
    Location
    Cebu, Philippine
    Beans
    182
    Distro
    Lubuntu 20.04 Focal Fossa

    Re: Full screen Terminal when booting (help!)

    Quote Originally Posted by currentshaft View Post
    Try "sudo startx" and if that fails, check /var/log/Xorg.0.log for errors.
    I tried sudo startx and got a similar result:

    Unfortunately I do not know how to view the /var/log/Xorg.0.log file without access to the GUI.

  8. #8
    currentshaft is offline Oops! My Coffee Cup is empty.
    Join Date
    May 2024
    Beans
    Hidden!

    Re: Full screen Terminal when booting (help!)

    less /var/log/Xorg.0.log

    page up/down and arrow keys to navigate, q to quit

    Also try "sudo apt install --reinstall xorg"
    Last edited by Irihapeti; 4 Weeks Ago at 01:50 PM. Reason: Restored original content

  9. #9
    Join Date
    Dec 2007
    Location
    Cebu, Philippine
    Beans
    182
    Distro
    Lubuntu 20.04 Focal Fossa

    Re: Full screen Terminal when booting (help!)

    Quote Originally Posted by currentshaft View Post
    less /var/log/Xorg.0.log

    page up/down and arrow keys to navigate, q to quit

    Also try "sudo apt install --reinstall xorg"
    Code:
    less /var/log/Xorg.0.log
    worked. The following line markings were listed:

    (--) probed = 2 listings
    (**) from config file = 71 listings approx.
    (==) default setting = 26 listings
    (++) from command line = 0 listings
    (!!) notice = 0 listings
    (II) informational = balance of listings
    (WW) warning = 5 listings
    (EE) error = 0 listings
    (NI) not implemented = 0 listings
    (??) unknown = 0 listings

    What information should I be providing from the Xorg.0.log file?

  10. #10
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 24.04 Noble Numbat

    Re: Full screen Terminal when booting (help!)

    Have a look at all the lines marked WW, ie, the warnings.
    You have no errors listed so there is nothing obvious so far.

Page 1 of 2 12 LastLast

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
  •