Changes

Jump to navigation Jump to search
433 bytes added ,  19:12, 4 September 2018
no edit summary
Line 33: Line 33:  
  sudo update-grub
 
  sudo update-grub
 
  sudo reboot
 
  sudo reboot
 +
 +
== Permanently add options to grub linux line ==
 +
This is needed to fix a bug on raedon
 +
Edit /etc/default/grub and add nomodeset to GRUB_CMDLINE_LINUX_DEFAULT:
 +
<nowiki>GRUB_DEFAULT=0
 +
GRUB_HIDDEN_TIMEOUT=0
 +
GRUB_HIDDEN_TIMEOUT_QUIET=true
 +
GRUB_TIMEOUT=5
 +
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
 +
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"
 +
GRUB_CMDLINE_LINUX=""</nowiki>
 +
 +
Save and run:
 +
sudo update-grub

Navigation menu