ipxe network unreachable error
|
2017-10-21, 10:57
Post: #1
|
|||
|
|||
ipxe network unreachable error
Hi,
I want to use ipxe to boot acronis from the network. So I configured dnsmasq to supply undiony.kbxe to a legacy bios pxe client. This is working, however when iPXE is booted it gives me a error : [TXE: 1 x "Network unreachable (http://ipxe.org/28086011)"] (I tried to compile ipxe from sources but this gives the same error) I'm able to hit Ctrl-B and exectute a script from a webserver server using: dhcp chain http://192.168.0.200/default.ipxe This default.ipxe than loads acronis |
|||
2017-10-21, 18:16
Post: #2
|
|||
|
|||
RE: ipxe network unreachable error
The relevant error you get are "Nothing to boot: No such file or directory (http://ipxe.org/2d03e13b)"
Most likely your dhcp gives out an invalid filename Use GitHub Discussions VRAM bin |
|||
2017-10-22, 14:30
(This post was last modified: 2017-10-22 14:31 by Bamiboom.)
Post: #3
|
|||
|
|||
RE: ipxe network unreachable error
(2017-10-21 18:16)NiKiZe Wrote: The relevant error you get are "Nothing to boot: No such file or directory (http://ipxe.org/2d03e13b)" You're right! The first error was not the problem. So I checked ${filename} and echo ${root-path}, which were both empty. Then I figured out that because I use dnsmasq as a dhcp / pxe service in parallel to my routers dhcp server, I could only use pxe-service and not dhcp-boot! Using a dhcp-match I check if it's the first or second dhcp request and supply the right file accordingly! My working dnsmasq.config file: Code: # A configuration for dnsmasq to function as a proxyDHCP server, Note that for the files that are loaded from tftp the .0 extension needs to be added. The default.ipxe loads acronis from http. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)