Yeah the secure boot is enabled and nvidia modules are loaded. I can see in rpm-ostree that it's on
Yeah the secure boot is enabled and nvidia modules are loaded. I can see in rpm-ostree that it's on the ublue silverblue nvidia image
ublue-os/startingpoint repo. It isn't even installed in the main or nvidia images.kargs anywhere in the source code of those repos.cat /proc/cmdline and look for those flags to be surerpm-ostree install, where you need to run rpm-ostree kargs manually.nvidia image, you likewise have the nvidia modules bundled instead of layered, and you don't get the same luxury there and need to manually run the kargs command....exe you found requires some undocumented arguments.kargs or cmdline anywhere.set-kargs:
rpm-ostree kargs \
--append=rd.driver.blacklist=nouveau \
--append=modprobe.blacklist=nouveau \
--append=nvidia-drm.modeset=1

rpm-ostree kargs to add boot arguments.rpm-ostree kargs.os-isogenerator/installer/kickstart/ublue-os-nvidia.ks
7:bootloader --append="rd.driver.blacklist=nouveau modprobe.blacklist=nouveau nvidia-drm.modeset=1"just set-kargs/etc/default/grub