Skip to content

Instantly share code, notes, and snippets.

@nemolize
Created October 20, 2021 00:12
Show Gist options
  • Save nemolize/29fff11d7ffe474f23958e837e229c3c to your computer and use it in GitHub Desktop.
Save nemolize/29fff11d7ffe474f23958e837e229c3c to your computer and use it in GitHub Desktop.
How to fix Ryzen soft lockup problem on Linux
# add "processor.max_cstate=1 pcie_aspm=off" options to GRUB_CMDLINE_LINUX like the following
GRUB_CMDLINE_LINUX="processor.max_cstate=1 pcie_aspm=off"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment