-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Opening ostree/bootc/storage: No such file or directory #747
Comments
Ugh, yes...basically this is hitting rhinstaller/anaconda#5197 I guess for now...hmm...I think we can do a workaround. Actually it's the same thing we'd need to do for in-place updates from prior systems! Which is definitely a test we need. |
cgwalters
added a commit
to cgwalters/bootc
that referenced
this issue
Aug 1, 2024
The previous change in containers#747 broke for two important scenarios: - Installing with Anaconda - Upgrades from previous states Closes: containers#747 Signed-off-by: Colin Walters <[email protected]>
bib cross arch build hits this error as well in https://artifacts.osci.redhat.com/testing-farm/9cbff2f9-245d-482a-9b9d-fb2977f6a407/. It's not anaconda related. |
cgwalters
added a commit
to cgwalters/bootc
that referenced
this issue
Nov 5, 2024
grub-static-pre.cfg: Update link to preserve coreos-assembler history
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Install bootc image with anaconda or bib anaconda-iso. Run
bootc status
failed with errorERROR\e[0m Status: Initializing storage: Opening imgstorage: Opening ostree/bootc/storage: No such file or directory (os error 2)"
Issue should be caused by PR #724.
e2e test in this repo does not cover anaconda test. The bootc for rhel gating test and fedora rawhide gating test caught this issue.
The text was updated successfully, but these errors were encountered: