Enviado em 15/06/2013 - 21:23h
apt-get clean
apt-get update
apt-get install --reinstall acpi
apt-get install --reinstall acpi-support
apt-get install --reinstall acpi-support-base
GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
#Esta linha abaixo vai estar diferente mas deixe ela como esta
#GRUB_CMDLINE_LINUX_DEFAULT="init=/bin/systemd systemd.log_target=kmsg systemd.log_level=debug"
GRUB_CMDLINE_LINUX="acpi=force"
update-grub