Comment 31 for bug 547147

Revision history for this message
Boyd (boyd-dyob) wrote :

#7 worked for me to keep the error messages out of my log.
Thanks nicolassuni.

nicolaasuni (info-tecnick) wrote on 2010-05-06: #7
To remove the error message I edited the /etc/default/grub

sudo gedit /etc/default/grub

change the line:

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

to:

#GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX_DEFAULT="nomodeset"

save and close gedit
update grub:

sudo update-grub