At your Console prompt via ssh
Code:
sudo nano /etc/default/grub
That will open that file in the nano editor, with elevated permissions. Go to the line that says
Code:
GRUB_CMDLINE_LINUX_DEFAULT=""
Change it to
Code:
GRUB_CMDLINE_LINUX_DEFAULT="nomodeset"
Press <Cntrl><O>... Confirm the filename, <Enter>. to save the changes. Press <Cntrl><X> to exit back to the command line.
Then do
To pick up the changes.
Then do
to reboot and test.