Pulling manifest failed using rpm-ostree update

I generated an ISO from a remote image and installed it onto a VM. I'm running against the below issue. Any idea how I can sort this out?
student@fedora:~$ rpm-ostree status
State: idle
AutomaticUpdates: stage; rpm-ostreed-automatic.timer: no runs since boot
Deployments:
ā— ostree-unverified-image:oci:/run/install/repo/joeri-os-latest
Digest: sha256:a40c9d665b55d0ad6bbd59d8f1f2074e203bccf8a3615606a8ea97c363f8d622
Version: 42.20250429.0 (2025-04-30T06:30:36Z)

student@fedora:~$ rpm-ostree update
note: automatic updates (stage) are enabled
Pulling manifest: ostree-unverified-image:oci:/run/install/repo/joeri-os-latest
error: Creating importer: failed to invoke method OpenImage: failed to invoke method OpenImage: lstat /run/install: no such file or directory
student@fedora:~$
student@fedora:~$ rpm-ostree status
State: idle
AutomaticUpdates: stage; rpm-ostreed-automatic.timer: no runs since boot
Deployments:
ā— ostree-unverified-image:oci:/run/install/repo/joeri-os-latest
Digest: sha256:a40c9d665b55d0ad6bbd59d8f1f2074e203bccf8a3615606a8ea97c363f8d622
Version: 42.20250429.0 (2025-04-30T06:30:36Z)

student@fedora:~$ rpm-ostree update
note: automatic updates (stage) are enabled
Pulling manifest: ostree-unverified-image:oci:/run/install/repo/joeri-os-latest
error: Creating importer: failed to invoke method OpenImage: failed to invoke method OpenImage: lstat /run/install: no such file or directory
student@fedora:~$
AFAIK the remote image location is wrong: oci:/run/install/repo/joeri-os-latest šŸ˜•
Solution:
Okay, I solved it like this:
sudo bootc switch ghcr.io/myUser/myImage
sudo bootc switch ghcr.io/myUser/myImage
...
Jump to solution
1 Reply
Solution
Holistic Iguana
Holistic Iguana•2h ago
Okay, I solved it like this:
sudo bootc switch ghcr.io/myUser/myImage
sudo bootc switch ghcr.io/myUser/myImage
Now sudo bootc status shows the correct image šŸ¤·ā€ā™‚ļø

Did you find this page helpful?