I've been here for a while, and sometimes I see people answering questions related to shutdown or restart problems with this : "delete "quiet splash"
from the /etc/default/grub
file".
My question is: what is "quiet splash"
for?
Asked
Active
Viewed 1.9k times
2

singrium
- 6,880
1 Answers
6
The option quiet
prevents Linux from giving shell output of your boot process, and the splash
option show the boot screen. If you remove both you will get an output if you updated your grub afterwards with:
sudo update-grub

Videonauth
- 33,355
- 17
- 105
- 120
quiet
hides these messages keeping users happy.splash
just gives a pretty (moving) picture for users to not-think-its-stalled making them even happier A choice of lots of info, or being happy in [igno..] bliss – guiverc May 24 '18 at 07:57