-
Notifications
You must be signed in to change notification settings - Fork 61
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
Bootable container ISO installer fails to initialize dbus.socket
#391
Comments
Fwiw, I tried to debug this with |
Sorry, I cannot reproduce this, here is what I did:
in the booted image I did "sendkey ctrl-alt-f2" and ran "systemctl --failed" and "systemctl status dbus.socket" and got no errors. When running "nmcli" in the booted iso (while it was installing) I saw that it was connected on the ethernet port. What am I missing :) ? |
Do you have |
@mvo5 here is the repo: https://quay.io/repository/lzapletal/fedora-eln-bootc-httpd-test Are you PXE booting it or do you boot from removable media? |
@cgwalters is a symlink to |
I just noticed I was using
|
So tried to build a clean (base) Fedora ELN, the same result when I PXE boot it. |
Looks like I was missing this in my KS:
And it works now. So the root cause was I was using |
This should be added automatically by bootc-image-builder when building an ISO. How was it missing? Were you replacing the ks with your own? |
Yeah I am doing PXE installation. Still I am running into an issue when booting the system - bootc is unable to find a commit or something. Not sure why it does not work with my KS: https://gist.github.com/lzap/3ade88a6f8d63ff98af4d0e7cd670059 |
Hello, trying the build the following bootc:
The resulting ISO can be installed locally via removable media, however, it fails to initialize dbus, thus network manager and the network is offline. That is not a problem for removable media installation, it is for PXE installation.
The text was updated successfully, but these errors were encountered: