I'm having trouble installing and booting Ubuntu on a high end laptop with a GPU. I do the installation from a bootable USB drive. To get that to work I have to go into the boot menu and set the nomodeset option as described here (Errors from nouveau when installing or booting from live usb).
The problem is that the newly installed image hangs just after login. No doubt its hanging because of issues with the GPU driver just like installer was hanging until I set the nomodeset option. The problem is that I can't figure out a way to boot into a safe mode state so I can either set a nomodeset option or update the drivers.
GRUB_CMDLINE_LINUX_DEFAULT
to create if it didn't exist? – damadam Dec 20 '19 at 11:29GRUB_CMDLINE_LINUX_DEFAULT="nomodeset"
. – Mukesh Sai Kumar Dec 20 '19 at 13:07