Unable to rebase from bazzite to bazzite-dx
It seems like I am unable to rebase to bazzite-dx, using the instructions found in this thread https://discord.com/channels/1072614816579063828/1362773232327065734
This is my
rpm-ostree status
output before the rebase attempt:
After running sudo bootc switch --enforce-container-sigpolicy ghcr.io/ublue-os/bazzite-dx:stable
, my rpm-ostree status
looks like this:
Solution:Jump to solution
I managed to solve it, and I am not sure why I didnt try it this way initially but I'll put it out there in case anyone else stumbles upon this and tries it the same way:
Instead of running
sudo bootc switch --enforce-container-sigpolicy ghcr.io/ublue-os/bazzite-dx:stable, my rpm-ostree status
like the other post is mentioning,
I ran rpm-ostree rebase ostree-image-signed:docker://ghcr.io/ublue-os/bazzite-dx:stable
instead.
...2 Replies
When rebooting, the bazzite-dx deployment doesnt show up in the grub menu and I am booted back bazzite, with
rpm-ostree status
now giving me:
Checking journalctl -b -1 -u ostree-finalize-staged.service
gives me:
Solution
I managed to solve it, and I am not sure why I didnt try it this way initially but I'll put it out there in case anyone else stumbles upon this and tries it the same way:
Instead of running
sudo bootc switch --enforce-container-sigpolicy ghcr.io/ublue-os/bazzite-dx:stable, my rpm-ostree status
like the other post is mentioning,
I ran rpm-ostree rebase ostree-image-signed:docker://ghcr.io/ublue-os/bazzite-dx:stable
instead.
Interestingly, rebasing into ostree-unverified-registry:ghcr.io/ublue-os/bazzite-dx:stable
will also fail with the same error, despite the sha256 digest being identical (which I'm assuming means I should be pulling an identical deployment).