El host vSphere Auto Deploy arranca y muestra información de iPXE, pero se reinicia tras cinco minutos.

Problema

Un host que se aprovisionará con vSphere Auto Deploy arranca desde iPXE y muestra información de iPXE en la consola. Sin embargo, tras cinco minutos, el host muestra el siguiente mensaje a la consola y se reinicia.
This host is attempting to network-boot using VMware
AutoDeploy. However, there is no ESXi image associated with this host.
Details: No rules containing an Image Profile match this
host. You can create a rule with the New-DeployRule PowerCLI cmdlet
and add it to the rule set with Add-DeployRule or Set-DeployRuleSet. 
The rule should have a pattern that matches one or more of the attributes 
listed below.

El host también podría mostrar los siguientes detalles:

Details: This host has been added to VC, but no Image Profile
is associated with it. You can use Apply-ESXImageProfile in the
PowerCLI to associate an Image Profile with this host.
Alternatively, you can reevaluate the rules for this host with the
Test-DeployRuleSetCompliance and Repair-DeployRuleSetCompliance cmdlets.

Luego, la consola muestra los atributos de las máquinas del host incluido el proveedor, el número de serie, la dirección IP, etc.

Causa

No hay un perfil de imagen actualmente asociado con este host.

Solución

Es posible asignar un perfil de imagen al host. Para ello, ejecute el cmdlet Apply-EsxImageProfile o cree la siguiente regla:
  1. Ejecute el cmdlet New-DeployRule para crear una regla que incluya un patrón que coincida con el host con un perfil de imagen.
  2. Ejecute el cmdlet Add-DeployRule para agregar la regla a un conjunto de reglas.
  3. Ejecute el cmdlet Test-DeployRuleSetCompliance y use el resultado de ese cmdlet como entrada para el cmdlet de Repair-DeployRuleSetCompliance.