Results 1 to 4 of 4

Thread: Booting into text mode

  1. #1
    Join Date
    May 2014
    Location
    Germany
    Beans
    158
    Distro
    Ubuntu 16.04 Xenial Xerus

    Booting into text mode

    Hi all,

    I would like to add an option to my GRUB boot screen that will boot up Ubuntu, but without showing the Plymouth boot screen or launching LightDM/Unity. All it should do is drop me in a tty shell. (Of course, I would like to keep the standard option - launch with graphics - too.) Unfortunately, I have no clue how to go about that - any pointers?

    Thanks in advance!

  2. #2
    Join Date
    Nov 2011
    Location
    /dev/root
    Beans
    Hidden!

    Re: Booting into text mode

    Copy a menuentry in /boot/grub/grub.cfg for 'graphical boot'

    Code:
    menuentry .... {
    ...
    }
    to the end of the file /etc/grub.d/40_custom

    remove splash from the linux line, add text to that line instead, save the file and run

    Code:
    sudo update-grub

  3. #3
    Join Date
    May 2014
    Location
    Germany
    Beans
    158
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Booting into text mode

    Great! Thanks a lot, sudodus! I didn't think it would be that easy

    Problem solved.

  4. #4
    Join Date
    Nov 2011
    Location
    /dev/root
    Beans
    Hidden!

    Re: Booting into text mode

    You are welcome

Tags for this Thread

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
  •