Closed ganchair closed 2 years ago
Similar looking report on /r/Fedora
- https://www.reddit.com/r/Fedora/comments/wlwkxg/cant_layer_any_packages_on_silverblue/
This could be https://github.com/coreos/rpm-ostree/issues/3715. Can you try the workaround in https://github.com/coreos/rpm-ostree/issues/3715#issuecomment-1189323122?
I ran find /boot/efi -exec touch '{}' ';'
with sudo and then override the kernel and still get the same error. Should I do this after the override?
ok. I also had to run sudo ostree admin finalize-staged
worked now.
Having this issue as well. Running sudo ostree admin finalize-staged
did not work for me.
Wanted to chime in to say I had the same issue today trying to install tailscale on a new install of kinoite. The linked fix worked for me:
sudo find /boot/efi -exec touch '{}' ';'
sudo rpm-ostree install tailscale
sudo ostree admin finalize-staged
systemctl reboot
Confirming that https://github.com/coreos/rpm-ostree/issues/3715#issuecomment-1189323122 fixed the issue on version: 36.20220810.0
find /boot/efi -exec touch '{}' ';'
sudo ostree admin finalize-staged
systemctl reboot
Running
sudo find /boot/efi -exec touch '{}' ';'
sadly did not resolve the issue for me. I ran this both before and after using rpm-ostree
to install neovim.
error message in journalctl is identical to first post in issue.
@busla is there something else you did before/after running the command?
EDIT: running
sudo ostree admin finalize-staged
after the rpm-ostree install
command was the fix, just like in https://github.com/coreos/rpm-ostree/issues/3925#issuecomment-1212611404
apologies 🙏
I ran that also but didnt paste the line in my comment.
Updated.
Although it needs to be run each time an upgrade or installation is made, this worked for me. I hope this will soon be fixed.
Confirming that #3715 (comment) fixed the issue on
version: 36.20220810.0
find /boot/efi -exec touch '{}' ';' sudo ostree admin finalize-staged systemctl reboot
Similar issues are bubbling up on both Ask Fedora and reddit. The fixes proposed seem to work for some users but not others:
Can someone ELI5 what is the root cause of this bug, and is there any security risk involved (Other than not updating your system) ?
I think this is a dupe of https://github.com/fedora-silverblue/issue-tracker/issues/322. Let's track it there.
Host system details
Expected vs actual behavior
after reboot to switch the new deployment
In rpm-ostree status I get
and its just booted in to the same old deployment.
And here is the output of that journalctl:
Steps to reproduce it
1) get the kernel rpm from "https://koji.fedoraproject.org/koji/taskinfo?taskID=90704186" 2) try to override 3) reboot and see rpm-ostree status