Posts

Showing posts from May, 2017

Dual Boot Grub Showing Lines And Doesn't Boot to OS

Image
*** Dual Boot Grub Showing Lines And Doesn't Boot to OS *** Solution :- You could try to disable the graphical grub spash. 1.  $ sudo gedit /etc/default/grub ( can use 'nano' insted of 'gedit' ) 2.  Uncomment the line:  # GRUB_TERMINAL="console" (remove the #) after that, run sudo update-grub and see if it helped.