本人正在使用的Ubuntu版本是12.04.5,电脑是2009年款的Asus F81s笔记本,已经很old了。
刚开始装上系统时候,Ubuntu是能够正常关机的,出现此类问题的原因有很多种,可能是装了某些软件,也可能更新了新的Linux内核等等,造成ACPI(Advanced Configuration and Power Interface)出现问题,现附上解决方法:
在终端输入以下命令:
sudo gedit /etc/default/grub
找到这一行:GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash”
改成:GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash acpi=force pci=nomsi”
保存退出。
输入以下命令更新Grub:
sudo update-grub
每个启动参数的意义如下参考资料:
The first thing you will want to look at when experiencing shutdown problems is ACPI (Advanced Configuration and Power Interface). This, in my experience, is the most common culprit when it comes to Linux shutdown problems. When troubleshooting ACPI, please follow the steps below: