Dual Boot Grub Showing Lines And Doesn't Boot to OS
*** Dual Boot Grub Showing Lines And Doesn't Boot to OS ***
Solution :-
You could try to disable the graphical grub spash.
1.
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.
Comments
Post a Comment