Error: DNS name does not exist
Possible sources
This error originated from one of the following locations within the iPXE source code:
General advice
Try using the
latest version of iPXE. Your problem may have already been fixed.
Try building iPXE with the
debug option
DEBUG=dns
You can
contact the iPXE developers and other iPXE users.
Refresh this page after 24 hours. This page is actively monitored, and further information may be added soon.
Additional notes
(Please edit this page to include any of your own useful hints and tips for fixing this error.)
This error indicates that the DNS name you are trying to resolve does not exist.
Things to try:
Check that the hostname portion of the
URL you are using is correct.
Check that iPXE is using the correct
DNS server. You can view the
DNS server used by iPXE using the command
show dns
:
iPXE> show dns
net0.dhcp/dns:ipv4 = 10.0.0.6
Check that your
DNS server is prepared to handle recursive queries.
Check that your
DNS server is responding via UDP. iPXE will not retry via TCP if a response is too big.