How to remove splash screen in Ubuntu

If you want to remove your ubuntu splash screen and make a faster boot, then type in terminal 

$ sudo vi /etc/default/grub  
Then editand change this line
GRUB_CMDLINE_LINUX_DEAULT = "quite splash"  and just remove 'splash'
Then type in terminal 
$ sudo update-grub 
$ sudo reboot



No comments:

Post a Comment