-
Notifications
You must be signed in to change notification settings - Fork 58
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
centos 10 stream iso vm is stuck in starting #620
Comments
I started looking into this in my morning and made some progress:
If I manually press "text" install it will finish and reboot and our smoke test works. So it's "just" a matter now of figuring out why it claims [edit: the behavior is actually not consistent, on my next run no crash was reported but the install also did not continue (tmux reported the pane was death) so more investigation is needed and the wayland crash could be a red herring] [edit2: after running it yet again there is still no wayland issue, however it does (as before) not continue and report |
Some more data, it seems anaconda is crashing when it tries to read The package is installed in the boot system but it seems it is not part of the initramfs which is (AIUI) when dracut-initqueue is run. I'm a bit puzzled that only bib is affected by this, I would assume anything that passes a custom
|
Following the excellent work of Tomáš in [0] this commit updates the distro dependencies for centos10/rhel10 to include `anaconda-install-img-deps` which is what is required to get a working anaconda environment. This with the new osbuild and the fix in [1] should fix osbuild#620 [0] osbuild/images@54c2e63#diff-8428a6822f263c812a988ac0a6548341cba28f9f4526fb6a5f6f53c2346f1b87R197 [1] osbuild/osbuild#1846
Thanks to @thozza this should be fixed now via osbuild/osbuild#1846 and #625 so once a new osbuild with this fix is available on the image this should work. |
Following the excellent work of Tomáš in [0] this commit updates the distro dependencies for centos10/rhel10 to include `anaconda-install-img-deps` which is what is required to get a working anaconda environment. This with the new osbuild and the fix in [1] should fix osbuild#620 [0] osbuild/images@54c2e63#diff-8428a6822f263c812a988ac0a6548341cba28f9f4526fb6a5f6f53c2346f1b87R197 [1] osbuild/osbuild#1846
Following the excellent work of Tomáš in [0] this commit updates the distro dependencies for centos10/rhel10 to include `anaconda-install-img-deps` which is what is required to get a working anaconda environment. This with the new osbuild and the fix in [1] should fix #620 [0] osbuild/images@54c2e63#diff-8428a6822f263c812a988ac0a6548341cba28f9f4526fb6a5f6f53c2346f1b87R197 [1] osbuild/osbuild#1846
This seems indeed to be working now, see https://github.com/osbuild/bootc-image-builder/actions/runs/10617103004/job/29429091199?pr=621
|
The text was updated successfully, but these errors were encountered: