Hello,
After upgrade to fedora silverblue 40 “sdubby” and “systemd-boot-unsigned” constantly siting in system updates as if they cannot be updated. Is it normal? If not how to fix that?
Thank you
Did you try to update your system after upgrade?
Please try to update in terminal with verbose on like:
sudo dnf -v upgrade
Might be you can see why it not removes it after update it.
ups… on silverblue it is different …
You have to use rpm-ostree … or did you layer this two apps ?
We need the output of rpm-ostree status
. You can also try rpm-ostree cleanup -bm
and rpm-ostree reset
to get to a fresh state.
There is status:
State: idle
Deployments:
● fedora:fedora/40/x86_64/silverblue
Version: 40.20240504.0 (2024-05-04T00:40:29Z)
BaseCommit: 7aa864256ece01f4eae82fa739ad3ea3412e024f5c8905760dd16b644f9e6257
GPGSignature: Valid signature by 115DF9AEF857853EE8445D0A0727707EA15B79CC
RemovedBasePackages: libpostproc-free libswscale-free libavformat-free libavcodec-free libswresample-free libavfilter-free libavutil-free 6.1.1-8.fc40
LayeredPackages: akmod-nvidia ffmpeg ffmpegthumbnailer firewall-config
gnome-tweak-tool gstreamer1-plugin-openh264 intel-media-driver
libavcodec-freeworld libratbag-ratbagd rpmfusion-free-release
rpmfusion-nonfree-release xorg-x11-drv-nvidia
xorg-x11-drv-nvidia-cuda
fedora:fedora/40/x86_64/silverblue
Version: 40.20240503.0 (2024-05-03T00:40:18Z)
BaseCommit: fdbf6ec4dd710b503bd7528bd550f57b28fe28a6c31057cd9e48b061adc8686f
GPGSignature: Valid signature by 115DF9AEF857853EE8445D0A0727707EA15B79CC
RemovedBasePackages: libpostproc-free libswscale-free libavformat-free libavcodec-free libswresample-free libavfilter-free libavutil-free 6.1.1-8.fc40
LayeredPackages: akmod-nvidia ffmpeg ffmpegthumbnailer firewall-config
gnome-tweak-tool gstreamer1-plugin-openh264 intel-media-driver
libavcodec-freeworld libratbag-ratbagd rpmfusion-free-release
rpmfusion-nonfree-release xorg-x11-drv-nvidia
xorg-x11-drv-nvidia-cuda
I will try those others commands later. What do they do(I could not find online)?
I ran the command rpm-ostree cleanup -bm
but I get an error:
error: cleanup: Loading sysroot: Failed to invoke RegisterClient: Timeout was reached
But after adding sudo rpm-ostree cleanup -bm
it cleaned 346MB. I will restart and later post if it helped.
It seems the commands sudo rpm-ostree cleanup -bm
and rpm-ostree reset
fixed it. I no longer see updates for “sdubby” and “systemd-boot-unsigned”.
Thank you