Comment 9 for bug 441209

Revision history for this message
Robbie Williamson (robbiew) wrote :

Enable usplash at boot:
  sudo -i
  echo USPLASH=y > /etc/initramfs-tools/conf.d/usplash.conf
  update-initramfs -u

Hide console messgaes between usplash and xsplash transistion:
1) sudo vi /etc/default/grub
2) Add "console=tty6" to GRUB_CMDLINE_LINUX_DEFAULT:
     "quiet splash console=tty6"
3) save and quit
4) sudo update-grub