Advertisement
Guest User

Untitled

a guest
Oct 21st, 2019
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. #### Add "pci=nocrs" and "pci=noaer" options to the /etc/default/grub file.
  2.  
  3. > $ sudo vi /etc/default/grub
  4.  
  5. edit the next lines
  6. ```sh
  7. ...
  8. GRUB_CMDLINE_LINUX_DEFAULT="pci=nocrs"
  9. GRUB_CMDLINE_LINUX="pci=noaer"
  10. ...
  11. ```
  12. ... after editing and saving
  13.  
  14. > $ sudo update-grub
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement