User Tools

Site Tools


Sidebar

Computer Science

Germany

Others

Links

computer_science:software:linux:commands:remove_splashscreen_at_the_start_of_the_os

Disabling Boot splashscreen

This option is particularly useful to see the bootsequence or to enter the password of an encrypted harddrive during the boot process. Edit the /etc/default/grub file:

sudo vi /etc/dafault/grub

And change the value “quiet splash” of GRUB_CMDLINE_LINUX_DEFAULT with “”.

if you use vi use the two following commands:

:%s/GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"/GRUB_CMDLINE_LINUX_DEFAULT=""/
:wq

After that update grub:

update-grub2
computer_science/software/linux/commands/remove_splashscreen_at_the_start_of_the_os.txt · Last modified: 2015/03/12 10:39 by thomas