在要对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-xxx-generic root=UUID=8E6C462F6C4611FF ro quiet splash
在它的后面增加:apm=power_off
问题就解决了。