[SOLVED] GRUB After Install Graphic driver
Tofloor
poster avatar
doorsoft
deepin
2016-10-09 10:56
Author
After install graphic drivers, the boot image dissapear...

Edit /etc/default/grub
sudo -H gedit /etc/default/grub
After line GRUB_GFXMODE
GRUB_GFXMODE="[Your Resolution]" <- Put/Change here your resolution if the actual resolution dont correspond.

add the following line
GRUB_GFXPAYLOAD_LINUX="keep"


update grub

echo FRAMEBUFFER=y | sudo tee /etc/initramfs-tools/conf.d/splash

sudo update-initramfs -u

sudo update-grub2



Restart

That is.. Work!



Reply Favorite View the author
All Replies

No replies yet