You are on page 1of 1

Temporary Solution 

 During booting, press escape for entering the Grub Menu.


 Press e to edit.
 Find the line that starts with "linux ", go to its end and
you can see "quiet splash".
 Just add nomodeset after quiet splash like this "quiet
splash nomodeset".
 Press ctrl + x.

Permanent Solution

 Open the terminal.


 Type command sudo gedit /etc/default/grub
 You will get the grub file opened in gedit. Just find the
line GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" and just change this
to GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset".
 Save the file by pressing ctrl+s and exit.
 Type command update-grub
Well that's it. Now restart your system and check. I hope it works
for you.

You might also like