On Mon, Jun 8, 2020 at 6:29 PM linux guy <linuxguy123@xxxxxxxxx> 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 like using the grubby command for this as it adds the arguments and updates the grub config all in one, so I think you should be able to apply this to all your kernels with: $ sudo grubby --update-kernel=ALL --args="rd.driver.blacklist=nouveau modprobe.blacklist=nouveau nvidia-drm.modeset=1" Cheers Adam _______________________________________________ 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