He tenido este error varias veces a lo largo de los años, y siempre parece ser por una razón diferente. Así que a continuación voy a recopilar todas las posibles causas del problema que he encontrado hasta el momento, junto con soluciones
1. El servidor WDS también es el servidor DHCP y la opción 67 No se ha establecido correctamente
If one server is running both WDS and DHCP you will need to change a few settings as both services normally listen on the same port. You need to tell WDS to listen on a different port and set DHCP to listen for and pass on PXE requests. There is plenty of documentation on this from Microsoft or via Google.
2. Un sistema VMware se está ejecutando en la red en alguna parte y se está ejecutando un servicio DHCP en paralelo
I’ve had this before — having VMware workstation (and probably other products) running on any PC on the network seems to sometimes mess up DHCP by issuing an IP to another client PC when it shouldn’t be doing anything of the sort!
3. Los controladores NIC no están incluidos en la imagen de arranque (no la imagen de instalación, la imagen de arranque)
If the NIC drivers aren’t included in the boot image it will fail after the initial PXE boot. Adding the drivers is reasonabl ystraight-forward, but beware a separate problem where WDS on Windows Server 2012 R2 can’t add drivers to Windows 10 imágenes de arranque. I have written about how to solve this in a previous post.
4. PC cliente tiene varias NIC
Some client PCs have multiple NICs — if necessary disable additional NICs prior to the deployment
5. Cliente y el servidor WDS en diferentes subredes
You will need to do some additional configuration to pass the PXE request through from 1 subnet to the other. There is plenty of documentation on this available from Microsoft and via Google.
6. Asignar una estática IP al PC host en su servidor DHCP
This was this issue I had most recently — the PC was getting 1 IP address at the initial PXE boot and then seemed to get assigned another one after boot which seemed to prevent the server from seeing it. By adding a static mapped IP dirección a la dirección MAC del PC que siempre se sale con la misma IP dirección y luego no se produce el error. Éxito.
Creo que hemos perdido algo? Avísenos comentarios a continuación. Si desea suscribirse por favor utilice el enlace de suscripción en el menú en la parte superior derecha. También puede compartir esto con tus amigos mediante el uso de los enlaces sociales inferiores. Aclamaciones.
Deja una respuesta