I have configured the dnsmasq.conf with the following options

|     interface=eth2
    domain=hpclab
    expand-hosts
    dhcp-range=10.0.2.52,10.0.2.100,static
    dhcp-option=42,0.0.0.0
    dhcp-boot=pxelinux.0
    enable-tftp
    tftp-root=/var/lib/tftpboot
    dhcp-host=08:00:27:69:73:7A,ws04,10.0.2.52
|

However when the client starts, it receives the following error

|     PXE-E53: no boot filename received
|

According to the oracle guide <http://docs.oracle.com/cd/E19045-01/b100x.blade/817-5625-10/Linux_Troubleshooting.html>, the client received the IP address.

What is the filename that the client is waiting for?

|     $ ls /var/lib/tftpboot/pxelinux.0 -l
    -rw-r--r--. 1 root root 26828 Aug  1 14:10 /var/lib/tftpboot/pxelinux.0
|

--
Regards,
Mahmood
_______________________________________________
Dnsmasq-discuss mailing list
[email protected]
http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss

Reply via email to