There are lots of articles and Q&A's about booting/recovering linux distros like ubuntu, et al from the grub command line. I'm familiar with:
set root=(hdX,gptY)
linux /boot/vmlinuz[proper version here] root=/dev/sdaQ
initrd /boot/initrd.img[proper version here]
boot
...but where do I add boot parameters, ie "nomodeset"?
This is using Ubuntu 20.10 and grub is v2, I believe.
root=/dev/sdaQ
did you try addingnomodeset
after that?? – PRATAP Feb 09 '21 at 16:31