Thursday, November 8, 2018

Ubuntu frozen after running hours


This is caused by ACPI power management.
It's can be turn off in grub.
Go to Ubuntu terminator.
sudo vi /etc/default/grub
Modify the line and add acpi=off
and use command:
sudo update-grub
sudo reboot