Skip to content

Instantly share code, notes, and snippets.

@tonis2
Created February 14, 2019 13:33
Show Gist options
  • Save tonis2/6efe9cf3ba70fae6f47a40f75fa14cbf to your computer and use it in GitHub Desktop.
Save tonis2/6efe9cf3ba70fae6f47a40f75fa14cbf to your computer and use it in GitHub Desktop.
Fix ubuntu freezing
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"
3 Save it (CTRL+O)
4 sudo update-grub
5 sudo reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment