On 6/8/20 6:28 PM, linux guy wrote:
I would like to change the grub boot parameters for the kernels installed on my F32 workstation. Specifically, I would like to add the following to the kernel boot parameters: "rd.driver.blacklist=nouveau modprobe.blacklist=nouveau nvidia-drm.modeset=1" How do I do this ?
I think kernel command line addons are in /etc/default/grub. Look for lines like GRUB_CMDLINE_LINUX or GRUB_CMDLINE_LINUX_DEFAULT, and add your options after the = and between the ""
Follow that with a update-grub or update-grub2 (not sure which) and that will fix your grub.cfg without having to go through the grub-mkconfig process.
:m _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx