Closed OptimoSupreme closed 10 months ago
AFAIK, this error message seem to be unrelated to this package.
It looks like any of your repositories is out of sync. You can try rpm-ostree refresh-md --force
and then reinstall akmods-keys
again. Maybe, you also need to wait 1-2 days until upstream repositories are in sync again.
Okay cool so refreshing my repos did fix that issue, and I was able to run rpm-ostree install akmods-keys-0.0.2-8.fc$(rpm -E %fedora).noarch.rpm
and then after a reboot I installed akmod-nvidia
and rebooted again. It's booting to a black screen now though. This attempt was made on a freshly installed and updated copy of Silverblue by the way so no holdovers from before.
Did you apply kargs after installing akmod-nvidia
?
rpm-ostree kargs \
--append-if-missing=rd.driver.blacklist=nouveau \
--append-if-missing=modprobe.blacklist=nouveau \
--append-if-missing=nvidia-drm.modeset=1 \
--delete-if-present=nomodeset
I had appended them all, but had not run --delete-if-present=nomodeset
which seems like it did the trick! Thanks so much for helping me out with this.
I'm not sure if you consider these steps such as refreshing your repos and applying kargs outside the scope of this fix, but if not would you be open to a pr containing those two steps?
Great to hear that it is now working. Thanks for your suggestion, but both issues you've experienced are clearly out of this projects scope (ostree, nvidia). These are things one get used to after some time of using Silverblue ^^
On the last step
Build akmods-keys
while runningrpm-ostree install akmods-keys-0.0.2-8.fc$(rpm -E %fedora).noarch.rpm
I'm getting the following error: