0

How do I tell GRUB to boot Ubuntu in command-line and not to load any AMD graphics drivers?

It seems that my laptop's Graphics card is broken - there are blue stripes. I am able to get to the GRUB menu with these blue stripes. However, once I chose "recovery mode" the screen just freezes and cursor keeps blinking forever. My goal is to somehow boot into system and copy all personal files to a remote host, but I can't do that presumably because Ubuntu tries to load AMD GPU driver and switches graphics mode. The same issue happens also If I try to boot my system with USB flash drive.

1 Answers1

1

I figured this out myself. I just had to create an Ubuntu Server (and not Desktop) flash drive. Then I was able to successfully boot in rescue command line.

It seems that busybox shell environment on Ubuntu server image does not come with scp tool. So I just had to let the recovery tools to mount the previous partition to be able to copy over my files to a backup server.