0

i have looked around quite a bit for an issue like this, but cant find anything.

I had Ubuntu 11.04 running on my desktop with no issues. I then formated the drive to install 11.10.
I managed to get 11.10 installed using ACPI=off command on the install menu.
I now need to add the same command on each stat up (using 'e' on the boot menu) and the system wont shut down without me pushing the power button.

Is there no way i can use ACPI config of Ubuntu 11.04?

I'm running an intel motherboard pendium 4.

Thanks in advance.

Tristan.

2 Answers2

1

Boot from a live medium and follow the instructions here to install boot-repair. Then go here and follow the instructions to run boot-repair, using the "Advanced options" section of that article to help you automatically add acpi=off to the default boot options.

N.N.
  • 18,589
Richard
  • 8,588
0

Install Grub Customizer to your system so you can edit the boot sequence from your desktop. Here is a tutorial to install Grub Customizer: http://www.ubuntugeek.com/how-to-install-grub-customizer-in-ubuntu-13-04.html

Go to General Settings > Advanced so you can add/remove the ACPI=off parameter with Grub Customizer. Save changes and reboot.

FYI, on my configuration (Nvidia 9600 graphic card on Macbook Pro 5,3), I can't use the ACPI for now because the desktop freezes after a minute or two. Beware you don't get the same trouble.

greguti
  • 545