431 bytes added
, 16:03, 11 May 2016
medit with $sudo nano /etc/default/grub
<pre>
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="noquiet nomodeset nosplash noplymouth" #<<<insert "nomodeset noplymouth"
GRUB_CMDLINE_LINUX=""
...
</pre>
update grub Loader with
<pre>
sudo update-grub2
</pre>