Skip to content

Instantly share code, notes, and snippets.

@teuteuguy
Created June 11, 2020 06:03
Show Gist options
  • Save teuteuguy/565cb2399b4f1eead5526fdd8ff34e3b to your computer and use it in GitHub Desktop.
Save teuteuguy/565cb2399b4f1eead5526fdd8ff34e3b to your computer and use it in GitHub Desktop.
sudo nano /etc/default/grub
# Edit grub. Add pci=noaer at the end of GRUB_CMDLINE_LINUX_DEFAULT. Line will be like this:
# GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pci=noaer"
sudo update-grub
sudo reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment