Comment 42 for bug 443113

Revision history for this message
Michael Zaugg (AOI) (it-oas) wrote :

Same with a Asus M3N78-EM Motherboard.

To get Ubuntu booting every time you can disable the splash screen in the kernel parameter or hit ESC while Ubuntu is showing the splash screen. With this booting won't stuck.

To disable splash screen modify as root in /etc/default/grub

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
to
GRUB_CMDLINE_LINUX_DEFAULT=""

Save it and run as root: update-grub