Shutdown and restart issues with 11.04

Asked by Werner

I've installed 11.04 64bit on an HP G42 AMD Athlon Dual Core P340. Shutdown doesn't turn off the machine and restarts stays on the same situation. I've tried some suggestion like changing quite splash by force.. related to acpi but none of them did work
Appreciate any further suggestions

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu acpi Edit question
Assignee:
No assignee Edit question
Solved by:
Werner
Solved:
Last query:
Last reply:
Revision history for this message
Pascal Fares (pfares) said :
#1

Hello,

Sometimes could be a BIOS configuration

Revision history for this message
Werner (werner-horsch) said :
#2

I thought this as well but I didn't find any BIOS setup related to this item which I can change

Revision history for this message
Werner (werner-horsch) said :
#3

I've installed kubuntu which has an install option to disable acpi, which work perfectly to fix this issue. After that I installed a list of 160 updates, acouple related to acpi which brought the issue back.
The question is how to disable acpi?
thanks

Revision history for this message
Werner (werner-horsch) said :
#4

Here the answer http://www.thinkwiki.org/wiki/How_to_make_ACPI_work

sudo kate /boot/grub/grub.cfg

at the end add

CONFIG_PM=y
CONFIG_ACPI=y
CONFIG_ACPI_AC=y
CONFIG_ACPI_BATTERY=y
CONFIG_ACPI_BUTTON=y
CONFIG_ACPI_FAN=y
CONFIG_ACPI_PROCESSOR=y
CONFIG_ACPI_THERMAL=y
CONFIG_ACPI_BLACKLIRG_YEAR=0
CONFIG_ACPI_EC=y
CONFIG_ACPI_POWER=y
CONFIG_ACPI_SYSTEM=y

save and reboot the machine