-
-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nouveau blacklist kargs removed after reboot, even after being added manually. #902
Comments
I just rebooted, verified in GRUB that the command included |
Further testing confirms that this only happens if Rebasing to |
This happens here in our hardware setup script. The Nvidia image workaround would be fine for right now and gets the desired end state. bluefin/usr/bin/ublue-system-setup Line 62 in a7d993d
If you are available for testing we could test some changes to avoid this behavior. |
Sure, I can help with that. |
Is there anything I can do? The nvidia image workaround has stopped working and now I have to use |
Sorry. Have been a bit busy. As a temporary measure you can disable the service file that runs the ublue-system-setup script. |
If you are okay with enabling local initramfs. You can specify the karg instead via /etc/modprobe config file. You can use rpm-ostree initramfs-etc to track the file. |
I've updated the hwsetup script to no longer add kargs depending on Image type. Instead we are building the initramfs as part of the build process. Instead we are using modprobe for setting the defaults. See #1127 |
Describe the bug
I manually added
modprobe.blacklist=nouveau
to my kargs to prevent my GPU from being used because I pass it to a Windows VM and use the integrated graphics for Linux; and both nouveau and the bundled proprietary drivers (445) don't support my GPU yet anyway (4070 Ti SUPER).After rebooting (every other time maybe? could be after the automatic updater runs), I'm presented with the "updating kargs" message, and the machine reboots to a new image with updated kargs where only
modprobe.blacklist=nouveau
is removed. At that point, with my configuration, the login screen doesn't show up and all I get is a gray screen and a cursor.What did you expect to happen?
I expect kargs that I've manually added using
rpm-ostree kargs --append
to not be automatically removed.Output of
rpm-ostree status
Extra information or context
I recently rebased from
bluefin-dx-nvidia
tobluefin-dx
because I don't need or want the nvidia drivers. I think this started happening before that, though. I remember this being an issue since around the 8th and I just used the previous deployment (from the 6th) to get around it. I only recently figured out what was causing the issue.The text was updated successfully, but these errors were encountered: