After install with acpi=off, now can't boot Ubuntu 10.04

Asked by jithin_tk

My problem is very critical. I'm using TOSHIBA SATELITE C650 (core i3, 3GB RAM, 320 SATA HDD). I had problems on installing Ubuntu 10.04 LTS using live CD, that the CD did not boot. I resolved it by pressing F6 and then select "acpi=off" .
But now after the install the same problem arises. System cannot boot in to Ubuntu, if tried same thing repeats (a black screen with full of text, and system get stucked) .

How can I fix this????

Pls help me ................
<email address hidden>

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu grub2 Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
jithin_tk (jithinkuriakose-231) said :
#1

What is "acpi=off" in LINUX???
Why my system could not work with out this option.......
How can I set "acpi=off" , while booting from my Hard Disk, i.e. boot from installed version

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#2

You must set this option permanent by edit the /etc/default/grub file from terminal type:

gksudo gedit /etc/default/grub

and by add your parameter to the row:

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

changing it to:

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi=off"

save and exit

then still from terminal type:

sudo update-grub

(if the system ask you a password give your user password, you will not see nothing when you type it, then press enter)

Then to restart the pc type:

sudo reboot

Hth

Can you help with this problem?

Provide an answer of your own, or ask jithin_tk for more information if necessary.

To post a message you must log in.