removido
(usa Nenhuma)
Enviado em 06/02/2017 - 12:00h
1- Você quer desabilitar o "splash" mostrando apenas texto no carregamento do boot?
2- Ou você quer iniciar o sistema em modo texto? Ou seja sem iniciar a interface gráfica?
Para 1 tenta isso:
sudo nano /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT=""
Para 2 tenta isso:
sudo nano /etc/default/grub
#GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX="text"
GRUB_TERMINAL=console
sudo update-grub