-
Notifications
You must be signed in to change notification settings - Fork 60
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
PXE: ip=dhcp
network configuration seems to stop boot progress
#412
Comments
i'm working with @wkruse in IRC to see if we can get to the root of the problem |
Can you curl your Matchbox `/ignition?mac=somemac` endpoint (a 404 means
the matching or config is invalid in some way) or tail logs to be sure it
sees the request?
…On Fri, Mar 6, 2020, 6:58 AM Dusty Mabe ***@***.***> wrote:
i'm working with @wkruse <https://github.com/wkruse> in IRC to see if we
can get to the root of the problem
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#412?email_source=notifications&email_token=AARGE5AVE4UGWUSHZ54EAHTRGEFS3A5CNFSM4LDAUBN2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEOBULYY#issuecomment-595805667>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AARGE5FB5VCAVA6VL2EI2QTRGEFS3ANCNFSM4LDAUBNQ>
.
|
I worked with him earlier. To simplify the process I had him just try to do a live PXE boot (no install). It seemed like we were able to fetch an ignition config but we could never get the system to get past the ignition fetch stage. His system would completely stop at:
When comparing to a system that does boot properly you see that the next step is mounting the root filesystem at /sysroot/
|
Probably worth trying again with |
I tried it again with debug, the output is in the gist. |
Using the same setup, doing live PXE boot of CoreOS 2345.3.0 works, the output is in the gist. |
Some more investigation.. After removing |
Using static config |
ip=dhcp
network configuration seems to stop boot progress
@wkruse - any other information we can add here? The latest testing release (31.20200323.2.0) has reworked networking in the initramfs so maybe that will solve the issue. Can you try it ? |
@dustymabe I guess I was hitting #358, as I had to |
|
I am running Matchbox in VirtualBox 6.1 VM and using Terraform v0.12.21 with
terraform-provider-ct
v0.4.0 andterraform-provider-matchbox
v0.3.0 to create groups and profiles. I am trying to install a second VM (3 GB RAM, 2 CPUs, NIC: Intel PRO/1000 MT Desktop, 32 GB disk) from PXE.This is the iPXE script, provided by the Matchbox:
PXE boot works
but ignition doesn't seem to run. I also don't see anything in the logs. How could I debug it further?
The text was updated successfully, but these errors were encountered: