Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. cd /
  2.  
  3. cd <mount location>
  4.  
  5. cat etc/default/grub
  6. sudo sed -i "s|splash|splash modprobe.blacklist=nouveau|g" etc/default/grub
  7. cat etc/default/grub
  8.  
  9. GRUB_DEFAULT=0
  10. GRUB_TIMEOUT=1
  11. GRUB_TIMEOUT_STYLE='hidden'
  12. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  13. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash modprobe.blacklist=nouveau"
  14. GRUB_CMDLINE_LINUX=""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement