I don't really like quiet boot, because it shows only a splash screen, which is not too informative. To increase verbosity, i always remove quiet
and splash
from /etc/default/grub
to be able to see kernel boot process:
GRUB_CMDLINE_LINUX_DEFAULT=""
However I noticed that disabling quiet boot slows down the booting process:
- Without quiet boot: ~40 sec
- With quiet boot: ~30 sec
What causes this phenomenon?
(System: Kubuntu 22.04 LTS)