Comment 13 for bug 1274987

Revision history for this message
Joseph Salisbury (jsalisbury) wrote :

We are looking for any messages printed to the screen when the boot fails. To see further debug info, you could edit the /etc/default/grub file and change this line:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

to this:

GRUB_CMDLINE_LINUX_DEFAULT=""

Then run the following from a terminal:

sudo update-grub

Once you reboot, this change will take effect.