Comment 8 for bug 1511019

Revision history for this message
Stasia (scani) wrote :

There is a workaround that worked for me:

You should use the kernel parameter: "intel_idle.max_cstate=1"

do these steps:

1. sudo nano /etc/default/grub
2. There is a line in that: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" (like this), replace with: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash intel_idle.max_cstate=1"
Save it (CTRL+O)
3. sudo update-grub
4. sudo reboot

Your CPU will be a little warmer.