salve grande forum!!
vamos começar
caso você não goste da splash screen do ubuntu pode remove-la
só que não se pode remover a splash com este comando
sudo apt-get remove plymouth
assim você acabara danificando o sistema pois o apt ira remover pacotes importantes do sistema
o melhor jeito então e editar /etc/default/grub com o gedit ou o nano
então no terminal digite
sudo nano /etc/default/grub
este e o arquivo de configuração do grub iremos modifica-lo com o nano
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX="locale=pt_BR"
# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
# Uncomment to disable graphical terminal (grub-pc only)
deixe-o assim
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT=""
GRUB_CMDLINE_LINUX="locale=pt_BR"
# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
# Uncomment to disable graphical terminal (grub-pc only)
depois jogue este comando no terminal
sudo update-grub
e pronto o ubuntu ficara sem aquela splash comedora de tempo.
dica 2
trocando o tema do plymouthvocê caro leitor se não quiser desativar o plymouth ao contrario apenas trocar seu tema siga esta pequena dica
você pode instalar temas disponiveis nos repositorios ubuntu assim
Ubuntu Studio.
sudo apt-get install plymouth-theme-ubuntustudio
Xubuntu.
sudo apt-get install xubuntu-plymouth-theme plymouth-theme-xubuntu-logo plymouth-theme-xubuntu-text
Lubuntu.
sudo apt-get install plymouth-theme-lubuntu-logo plymouth-theme-lubuntu-text
Kubuntu.
sudo apt-get install plymouth-theme-kubuntu-text plymouth-theme-kubuntu-logo
essa pequena dica e perfeita para usuarios que detestam o tema padrão do ubuntu
e bem simples certo apenas tome cuidado ao digitar os comandos
o dono da dica e o grande colega
arthur bernandes espero ter ajudado.