Ubuntu 12.04 无法关机的解决办法-acer4750 ubuntu12.04 32验证失败

http://blog.sina.com.cn/s/blog_7d2224110101aypz.html


最近给自己的笔记本安装了Ubuntu Desktop 12.04 ,但是发现在关机的时候,无法关掉电源,只能按电脑的电源按钮才可以强行关掉, 最后通过以下办法才解决。

在terminal 中, 输入 :

GRUB_CMDLINE_LINUX_DEFAULT="acpi=off apm power_off=1 quiet splash"

然后再输入: update-grub
这样就可以了。 记得要用sudo .

你可能感兴趣的:(linux-发行版)