Bazzite-dx update fale

Hello, I tried to run ujust update and got the following error:
ujust update

── 19:30:48 - System update ────────────────────────────────────────────────────
Pulling manifest: ostree-image-signed:docker://ghcr.io/ublue-os/bazzite-dx-nvidia-open:stable
error: Creating importer: failed to invoke method OpenImage: failed to invoke method OpenImage: unable to retrieve auth token: invalid username/password: unauthorized
System update failed:
0: Command failed: `/usr/bin/rpm-ostree upgrade`
1: `/usr/bin/rpm-ostree` failed: exit status: 1

Location:
src/steps/os/linux.rs:228
ujust update

── 19:30:48 - System update ────────────────────────────────────────────────────
Pulling manifest: ostree-image-signed:docker://ghcr.io/ublue-os/bazzite-dx-nvidia-open:stable
error: Creating importer: failed to invoke method OpenImage: failed to invoke method OpenImage: unable to retrieve auth token: invalid username/password: unauthorized
System update failed:
0: Command failed: `/usr/bin/rpm-ostree upgrade`
1: `/usr/bin/rpm-ostree` failed: exit status: 1

Location:
src/steps/os/linux.rs:228
Was Bazzite-dx made private?
Solution:
rebase to bazzite-dx-nvidia rpm-ostree rebase ostree-image-signed:docker://ghcr.io/ublue-os/bazzite-dx-nvidia:stable...
Jump to solution
3 Replies
Solution
Lumaeris
Lumaeris2mo ago
rebase to bazzite-dx-nvidia rpm-ostree rebase ostree-image-signed:docker://ghcr.io/ublue-os/bazzite-dx-nvidia:stable
Luca Vitiello
Luca VitielloOP2mo ago
Oh, alright thanks
Mohl
Mohl2mo ago
If you come from gnome ( ostree-image-signed:docker://ghcr.io/ublue-os/bazzite-dx-gnome-nvidia-open:stable ), use this command:
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/ublue-os/bazzite-dx-nvidia-gnome:stable
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/ublue-os/bazzite-dx-nvidia-gnome:stable
The repo at https://github.com/ublue-os/bazzite-dx has the commands in their README.md, but they use ostree-unverified-registry, which skips the signature verification - not ideal...
GitHub
GitHub - ublue-os/bazzite-dx: The Bazzite Developer Experience
The Bazzite Developer Experience. Contribute to ublue-os/bazzite-dx development by creating an account on GitHub.

Did you find this page helpful?