I got an Ultrabook 2 weeks ago, cleared out Windows 10 and installed Ubuntu 17.10. UI and system are great, but it keeps freezing on me, and I was forced to hold the power button to shut it down. I have tried the following fixes:
Run:
sudo nano /etc/default/grub
There is a line in that file that says:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
I replaced it with:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash intel_idle.max_cstate=1"
Saved the file using CTRL+O.
Updated GRUB:
sudo update-grub
Restarted PC:
sudo reboot
I got this fix from another StackOverflow question: Ubuntu 15.10 and 16.04 keep freezing randomly
However it only worked for the first few days and then it started the freezing craze all over again.
Then, I tried to upgrade the kernel to the latest stable kernel, 4.13.10.
But the problem still persists. It locks up every so often and I am forced to shut it down. I have a Dell XPS 13 9360, and the day I got it, I removed Windows and installed Ubuntu 17.10.
Is there a certain fix for this?
I have some stability and success with this grub config line:
GRUB_CMDLINE_LINUX_DEFAULT="plymouth:debug drm.debug=0xe"
– opinion_no9 Jul 01 '18 at 09:20