Comment 5 for bug 531650

Revision history for this message
IKT (ikt) wrote : Re: freeze during bootup/have to press enter to bring up login screen

Fix found by Fish: Disabling splash in the bootloader fixes it

https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/518559/comments/11

Which involves:

1. in terminal: sudo gedit /etc/default/grub
2. remove "splash" from the line: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
3. save and close gedit, then type sudo update-grub
4. reboot and all should be good.