0

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.

SciGuy
  • 131
  • 7
  • 1
    `root=/dev/sdaQ` did you try adding `nomodeset` after that?? – PRATAP Feb 09 '21 at 16:31
  • 1
    In the second image from this post https://askubuntu.com/a/38834/739431 It seems to be. After vmlinuz they are the options – PRATAP Feb 09 '21 at 16:33

0 Answers0