Ubuntu: Booting with "quiet" and "splash" ist faster.

I like to see what is going on when my ubuntu boots, so i disabled "splash" and "quiet" in mit "/etc/default/grub" and updated grub via "update-grub" afterwards as root.
Today i checked how this might slow down the boot process, because of the much output by the kernel. This is my result:

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" --> 28 Seconds
GRUB_CMDLINE_LINUX_DEFAULT="quiet" --> 32 Seconds
GRUB_CMDLINE_LINUX_DEFAULT="splash" --> 30 Seconds
GRUB_CMDLINE_LINUX_DEFAULT=" " --> 33 Seconds

On my system, "quiet" speeds up booting by 1 or 2 seconds, and "splash" by 2 or 3 seconds.

I might leave both on for faster booting, but i will miss my informative kernel output :(

No related posts.


 
 
 

Die Kommentarfunktion zu diesem Beitrag wurde deaktiviert.