Comment 1 for bug 614085

Revision history for this message
ilap (ilap) wrote :

You should disable the Vesa FB.
Edit the /etc/defaul/grub and modify the
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
to
GRUB_CMDLINE_LINUX_DEFAULT="video=vesafb:off quiet splash"

The run as root the following:
# update-grub
# grub-install <The device where the bootblk should be stored, in general /dev/sda or /dev/hda>