I'd like to be able to disable the Ubuntu splash screen that I see on boot with the indicator meter of progress, and replace that with a text-only readout of the boot up process (such as you can get by hitting the esc
key during the splash screen). Is this possible?
I am not asking to disable X and get to text-only login, I"m asking how to deactivate the "Ubuntu" loading screen with the dots, so that I can see text output from the boot process - processes being started, kernel messages, etc. When I wrote this question I was not asking how to disable X altogether, only the boot splash screen.
GRUB_TERMINAL="console"
– Poma May 22 '13 at 20:06plymouth-theme-ubuntu-text
package. (Check if you have it usingdpkg -s plymouth-theme-ubuntu-text
. If you want to remove it you can useapt-get remove plymouth-theme-ubuntu-text
) – Wumms Dec 15 '15 at 18:44plymouth-theme-ubuntu-text
? What's this package's role in this? Doesn't it work if I don't? Could you give us some more context? -- In Xenial Xerus Lubuntu removal of that package would uninstalllubuntu-core
andlubuntu-desktop
, which seems pretty bad. (So it would be nice to avoid that.) – zrajm Apr 30 '16 at 13:59plymouth-theme-ubuntu-text
was not necessary to have the start messages back. – Andreas Walter Nov 24 '17 at 18:46command 'ksu' from deb heimdal-clients (7.7.0+dfsg-1ubuntu1) command 'ksu' from deb krb5-user (1.17-6ubuntu4) command 'gosu' from deb gosu (1.10-1)
Try: sudo apt install"
– reducing activity Oct 18 '20 at 15:25sudo nano
or whatever cli editor you want to edit the file. – qwr Mar 09 '24 at 23:12