Se eu configurar minha placa de rede no linux para usar o DHCP, em seguida, reinicie o script de inicialização de rede, ele fica preso depois de mostrar
* Running /etc/init.d/networking restart is deprecated because it may not enable again some interfaces
* Reconfiguring network interfaces...
Mas se eu reiniciar a rede com as etapas a seguir
dhclient -r
rmmod be2net
/etc/init.d/networking stop
modprobe be2net
/etc/init.d/networking start
ou apenas reinicie a lâmina, então tudo funciona bem.
Além disso, não é possível detectar nenhum servidor DHCP em execução na rede durante o tempo de inicialização do PXE. Muito provavelmente, os drivers NIC dos meus blades hp não estão configurados corretamente.
Por favor, sugira uma solução para este problema.