Created
February 14, 2019 13:33
-
-
Save tonis2/6efe9cf3ba70fae6f47a40f75fa14cbf to your computer and use it in GitHub Desktop.
Fix ubuntu freezing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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