sudo nano /etc/default/grub # 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) sudo update-grub sudo reboot
sudo nano /etc/default/grub # 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) sudo update-grub sudo reboot