<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="post-text" itemprop="text">
      <p>I have configured the dnsmasq.conf with the following options</p>
      <pre><code>    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
</code></pre>
      <p>However when the client starts, it receives the following error</p>
      <pre><code>    PXE-E53: no boot filename received
</code></pre>
      <p>According to the oracle <a
href="http://docs.oracle.com/cd/E19045-01/b100x.blade/817-5625-10/Linux_Troubleshooting.html"
          rel="nofollow">guide</a>, the client received the IP address.</p>
      <p>What is the filename that the client is waiting for?</p>
      <pre><code>    $ ls /var/lib/tftpboot/pxelinux.0 -l
    -rw-r--r--. 1 root root 26828 Aug  1 14:10 /var/lib/tftpboot/pxelinux.0
</code></pre>
    </div>
    <div class="moz-signature">-- <br>
      Regards,<br>
      Mahmood</div>
  </body>
</html>