Guest User

Untitled

a guest
Feb 16th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. 1 sudo nano /etc/default/grub
  2. 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"
  3. 3 Save it (CTRL+O)
  4. 4 sudo update-grub
  5. 5 sudo reboot
Add Comment
Please, Sign In to add comment