Comment 5 for bug 899244

Revision history for this message
Lucazade (lucazade) wrote :

@bodhi
"console=tty1" is needed because there is a conflict with plymouth.

another way to workaround it is to completely disable plymouth...

sudo sed -i 's/splash//g' /etc/default/grub
sudo sed -i 's/$linux_gfx_mode/text/g' /etc/grub.d/10_linux
sudo mv /etc/init/plymouth.conf /etc/init/plymouth.conf.disabled
sudo update-grub

I hope there is a cleaner way and to blacklist plymouth when psb_gfx is available in the system.