This procedure adjusts how the Linux kernel manages processor power states to prevent system resets during idle periods. Follow these steps carefully:
- Open a terminal window and gain root access or use sudo to edit the GRUB configuration file:
sudo nano /etc/default/grub - Locate the line beginning with
GRUB_CMDLINE_LINUX_DEFAULT. - Within the existing double quotes, append the parameters
idle=nomwait processor.max_cstate=5 at the end of the current string. Ensure there is a space separating these from the previous parameters. - Save the file by pressing
Ctrl+O, then Enter, and exit the editor with Ctrl+X. - Apply the changes to the system bootloader by running:
sudo update-grub - Reboot your laptop to initiate the new configuration.
- Verify the stability of the system over the next several days of typical usage. If the resets no longer occur while the system is idling, the power management conflict is resolved.
Comments
Sign in to join the conversation
Sign InNo comments yet. Be the first to share your thoughts!