Help needed
Setup:
Domain Controller (DHCP server)
SCCM-VM: 1st NIC static with default gateway (management)
2nd NIC on Imaging VLAN with static IP and no Default Gateway
switchport settings for PXE booting: switchport access VLAN 80 (imaging VLAN also second NIC is on this VLAN)
helper-address x.x.x.x (Domain Controller running DHCP address)
helper-address x.x.x.x (IP address of second NIC on SCCM server for PXE booting)
*** the issue im seeing in SMSPXE.log is that it is finding my task sequence, putting the machine i am booting to pxe ipv4 into unkown computers which is fine. The last entry on the SMSPXE.log is this.
Sending reply to x.x.x.x , DHCP (this x.x.x.x is the default gateway of my imaging VLAN 80 which is the secondary NIC on the VM on its own virtual port group in VMware as well)
the computer doesnt get past the "attempting to boot from ipv4" screen and goes straight back to the bios.
I think the issue is narrowed down to my distribution point settings, the boundaries, and/or DHCP scope settings.