Here is a good tutorial:
http://ubuntuforums.org/showthread.php?t=1195275
To edit the boot options once the system is installed, do this:
Code:
gksudo gedit /etc/default/grub
... and save; and then:
... which makes the changes effective at boot.
The relevant line, in the file above, is:
Code:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
... where you can add additional parameters inside the quotes, such as acpi=off and others.
But is acpi=off really necessary? Doesn't the system boot, without adding this option?
Bookmarks