Ubuntu 11.10 will not shut down or restart

Asked by wordsmyth

I've posted this before, but found no solution. Is NO ONE out there having the same problem? Ubuntu will not shut down or restart from the drop down menu - though hibernation and standby do respond - nor will it do so if click on the relevant icons in Applications. One respondent suggested I try typing a sudo command in the terminal, and that DID work. But this is a cumbersome and unacceptable way to have to restart or shut down a machine. I'm wondering if a reinstallation would solve the problem, but what a heap of work THAT entails. So please, can someone help me solve this frustrating issue?

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu acpi Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Chris (fabricator4) said :
#1

Yes, it's a fairly unusual problem. One reason might be because of the way the shutdown is being initiated by the shutdown signal. If it's related to this then pressing the power button once (don't hold it) should do the same thing. You should get a window pop up asking if you want to shut the computer down just the same as if you had clicked shutdown on the menu. You might try this and see if does nothing (or if it works).

You could also try changing the default grub settings. Do the following in a terminal:

#edit the /etc/default/grub file with nano (or other editor)
sudo nano /etc/default/grub

#change the line that reads
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
#to:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi=Linux"
#then save the file and exit.

#you will then need to run update-grub:
sudo update-grub

#and reboot the computer to see if it's had any affect:
sudo reboot

Chris

Revision history for this message
wordsmyth (wordsmyth2-gmail) said :
#2

Thanks for this -I'll try it, when I have time. And nope, when I press the power button and the prompt window comes up and I press either reboot or shutddown, STILL nothing happens. Why doesn't Ubuntu fix what appears to be a bug?

Revision history for this message
Chris (fabricator4) said :
#3

The bug isn't in Linux, it's a problem with some older BIOSs and the way they were written. Try the acpi_osi fix and if that doesn't work investigate what other options there are for this configuration item and try them.

Chris

Revision history for this message
wordsmyth (wordsmyth2-gmail) said :
#4

P.S. I don't have an old BIOS, I have a new laptop: Dell Inspiron.

Revision history for this message
Chris (fabricator4) said :
#5

Then it's an old problem that the BIOS manufacturer can't be bothered to fix. Someone else had the same problem and they just fixed it with the same solution:

https://answers.launchpad.net/ubuntu/+source/acpi/+question/186804

You didn't say whether or not the fix had worked in your case.

Chris

Can you help with this problem?

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

To post a message you must log in.