pass boot parameters from grub command line "manual" boot

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.

2 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like