Ubuntu关机不正常的解决方法

字体大小: 中小 标准 ->行高大小: 标准

在要关闭Ubuntu系统的时候出现了[ 0.000000]ACPI: no DMI BIOS year: acpi=force is required to enable acpi.于是上网去查看有没有人和我有同样的情况。很幸运找到了解决的方法。

输入sudo gedit /etc/modules

然后在后面加上apm power_off=1

输入sudo gedit /boot/grub/menu.lst

找到kernel /boot/vmlinuz-2.6.24-21-generic root=UUID=8E6C462F6C4611FF ro quiet splash

在后面加入apm=power_off即可。

此文章由 http://www.ositren.com 收集整理 ,地址为: http://www.ositren.com/htmls/52088.html