You should be able to fix/work around this by passing
enable_mtrr_cleanup to the kernel at boot.

With grub1, you do this by editing /boot/grub/menu.lst and adding it to
the commented out defoptions line, e.g.

## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=quiet splash enable_mtrr_cleanup

With grub2, edit /etc/default/grub file and change the
GRUB_CMDLINE_LINUX_DEFAULT  option to read like

GRUB_CMDLINE_LINUX_DEFAULT="elevator=noop quiet splash
enable_mtrr_cleanup"

-- 
[drm] MTRR allocation failed
https://bugs.launchpad.net/bugs/515599
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to