Em um ambiente PXE, o cliente PXE deve receber minimamente:
- endereço IP
- endereço IP do servidor TFTP
- Nome do arquivo de inicialização
Às vezes, essas informações são fornecidas por um único servidor DHCP (que é habilitado para PXE) ou por um servidor DHCP regular (não habilitado para PXE), fornecendo apenas IPs e um servidor proxyDHCP complementar fornecendo apenas o restante dos parâmetros relacionados ao PXE. p>
No seu caso, parece que (apesar do método que você está usando) as informações do nome do arquivo de inicialização estão ausentes da oferta DHCP / proxyDHCP.
Você pode verificar isso facilmente executando uma Wireshark captura em seu servidor DHCP / proxyDHCP e veja se o DHCPOFFER contém as informações do nome do arquivo de inicialização ou não.
O seu caso parece com uma falta típica de configuração DHCP / proxyDHCP
• PXE-E53: No boot filename received. The client received at least one valid DHCP/BOOTP offer, but does not have a boot filename to download. There are several possible causes:
1) The DHCP Server and the PXE Server were located on the same server, but one of them was moved to a different server. This would result in an incorrect PXE Server configuration.
To resolve this issue, reinstall the PXE Server component of the Altiris Deployment Solution.
2) The DHCP relay agent, either a Proxy DHCP Server or a switch configured with helper addresses, is not configured correctly. For example, if DHCP and PXE are on separate servers, the DHCP relay agent needs to have both addresses in its configuration.
To resolve this issue, correct the DHCP relay agent configuration.
3) If the Microsoft DHCP service is installed on the PXE server, but is disabled or unconfigured, Altiris PXE Setup configures PXE to work with the local DHCP service (even if the DHCP service is disabled). This causes the PXE server to not respond to PXE clients that get a DHCP address from DHCP services running elsewhere on the network.
To resolve this issue, remove Microsoft DHCP services from the PXE server and reinstall the PXE Server component of the Altiris Deployment Solution.