I have LUbuntu running on a special device which runs a single program on startup and ever. I only need the user to see the splash of my program. BIOS has been taken care of. Now for the rest. What do I need to do?
I found this suggestion:
sudo mv /etc/init/plymouth-splash.conf /etc/init/plymouth-splash.conf.disabled
But all it did was show nothing until I press something and LUbuntu shuts down...
splash
from the kernel command line, but keepquiet
. – muru Sep 22 '15 at 23:54splash
?sudo apt-get remove splash
doesnt do it. And whatsquiet
for and what does it do? – Leo Ervin Sep 23 '15 at 19:56splash
fromGRUB_CMDLINE_LINUX_DEFAULT
. The value is usuallyquiet splash
, so you want to keepquiet
, but removesplash
. – muru Sep 23 '15 at 20:55quiet
? – muru Sep 24 '15 at 10:35quiet
, removesplash
? – muru Sep 24 '15 at 11:19quiet
because they're logged with a higher level of importance. Try addingloglevel=1
afterquiet
(see https://wiki.archlinux.org/index.php/Silent_boot) – muru Sep 24 '15 at 11:25