SCCM 1810
IP helpers for client lan pointing to DHCP server and PXE server (primary site, only SCCM server in setup)
NO DHCP options 60, 66, 67 for the DHCP scopes involved
(There was previously a WDS server utilizing DHCP options in all scopes. This service has been disabled)
Attempting to PXE boot and image an unknown computer
task sequence for the image deployment targeting unknown computers collection
PXE options setup including:
Allow this DP to respond to pxe
Enable unknown computer support
Enable PXE without WDS
----------------------------
I've verified PXE responder service is running
ports 4011, 69 both open, checked with netstat -an | findstr ....
I pxe boot a machine, and in the SMSPXE.log >
Errors:
<client's correct MAC address Parsed a discover/solicit packet>
Client is 32-bit, BIOS, Firmware
PXE::MP::GetMPListAndConnectionInfo failed; 0x80070490
PXE::MP::IsKnownMachine failed; 0x80070490
PXE::MP::GetMPListAndConnectionInfo failed; 0x80070490
PXE::MP::IsKnownMachine failed; 0x80070490
Client machine shows DHCP . . . . . . .
PXE-053
I found that the management point was not installed due to BITS feature not being installed. That's my fault for missing the prerequisite.
After installing BITS via cmdlet, the MPmsi.log showed successful
Do I need IP helpers on the lan where the pxe server lives? currently it only has helpers for dhcp, not pxe
Please help, I need to start imaging with this new setup.
Let me know what other logs i should be looking at.
IP helpers for client lan pointing to DHCP server and PXE server (primary site, only SCCM server in setup)
NO DHCP options 60, 66, 67 for the DHCP scopes involved
(There was previously a WDS server utilizing DHCP options in all scopes. This service has been disabled)
Attempting to PXE boot and image an unknown computer
task sequence for the image deployment targeting unknown computers collection
PXE options setup including:
Allow this DP to respond to pxe
Enable unknown computer support
Enable PXE without WDS
----------------------------
I've verified PXE responder service is running
ports 4011, 69 both open, checked with netstat -an | findstr ....
I pxe boot a machine, and in the SMSPXE.log >
Errors:
<client's correct MAC address Parsed a discover/solicit packet>
Client is 32-bit, BIOS, Firmware
PXE::MP::GetMPListAndConnectionInfo failed; 0x80070490
PXE::MP::IsKnownMachine failed; 0x80070490
PXE::MP::GetMPListAndConnectionInfo failed; 0x80070490
PXE::MP::IsKnownMachine failed; 0x80070490
Client machine shows DHCP . . . . . . .
PXE-053
I found that the management point was not installed due to BITS feature not being installed. That's my fault for missing the prerequisite.
After installing BITS via cmdlet, the MPmsi.log showed successful
Do I need IP helpers on the lan where the pxe server lives? currently it only has helpers for dhcp, not pxe
Please help, I need to start imaging with this new setup.
Let me know what other logs i should be looking at.