-
Notifications
You must be signed in to change notification settings - Fork 31
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
Both Legacy Mode Boot / UEFI Mode Bios Mode can not pass the PXE boot #44
Comments
What is the base hardware? How much memory? Also, run |
Hello, for this issue , this is the Target machine information:
Target machine BIOS information: Boot: Main: Chipset: |
Hello, for this issue , this is the Provisioner Server's docker log information for a whole process of provisioning: |
Is this issue because of the network configuration? |
Your topology is correct. This not a network problem. Everything is working in network terms. I am seeing user aborted transfer of files. Also make sure this file is accessible on the network: http://192.168.1.21/menu.ipxe. If you get file not found then the build.sh process did not complete. run ./build.sh -P -S to generate the menu.ipxe. |
Hi, there
We try to build and run latest version of ESP.
When the target machine is configured as Legacy boot with PXE enabled, it report : NBP is too big to fit in free base memory.
When the target machine is configured as UEFI bios mode with PXE enabled, it report: nothing to boot no such file or directory (http //ipxe.org/xxxx)
So is there any pointer we can debug more ?
I think probably because the DNSMasq is not well configured, but we don't know how to proceed the next step.
The topology of the network is one router with DHCP enabled which can access external network, and 2 machines are connected to the router, 1 is ESP server and the other is the target machine.
The text was updated successfully, but these errors were encountered: