Unable to update my ROG Ally to 42-stable?
It seems to be stuck on 41.20250301.1
I've tried:
- Switch to Desktop, System Update
- Terminal: ujust update
- Terminal: ujust clean-system
- Terminal: rpm-ostree update
- Terminal: rpm-ostree upgrade
- Terminal: rpm-ostree clean -m
All these things and nothing appears to be working to upgrade it beyond 41?
Solution:Jump to solution
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/ublue-os/bazzite-deck:stable
11 Replies
If you have layered packages it can often prevent you from updating run
rpm-ostree reset
then rpm-ostree update
just take note of what you have layered as you'll need to run rpm-ostree install <fill in list of packages>
to re-layer the packagesI get a "no change" on the
rpm-ostree reset
.what is
rpm-ostree status
you are pinned to your current version
Ooh, how do I unpin?
Solution
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/ublue-os/bazzite-deck:stable
will rebase you to stable and signed image
Let me do that here.
missed some formatting
Things are happening! Thanks so much.