Skip to content

Instantly share code, notes, and snippets.

@mael
Last active October 2, 2019 16:46
Show Gist options
  • Save mael/a259d67d5c72f05c4247b54e6903b783 to your computer and use it in GitHub Desktop.
Save mael/a259d67d5c72f05c4247b54e6903b783 to your computer and use it in GitHub Desktop.
Force Turn off Laptop Acer ES1-711

Add "pci=nocrs" and "pci=noaer" options to the /etc/default/grub file.

$ sudo vi /etc/default/grub

edit the next lines

...
GRUB_CMDLINE_LINUX_DEFAULT="pci=nocrs"
GRUB_CMDLINE_LINUX="pci=noaer"
...

... after editing and saving

$ sudo update-grub

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment