Hi,
I am working with a linux server as DHCP and PXE server.
This allows me to present a nice menu, from which I can choose to install Linux, ESX, or boot on many CD Tools.
This menu allows me to start on my SCCM PXE server thanks to that command :
Menu label SCCM
kernel pxechain.com
append MyServerIP::\SMSBoot\x86\wdsnbp.com
If I use the standard wdsnbp.com this is not working, it's like my request is looping between the linux dhcp and the sccm server.
If I use a wdsnbp.com made on a sccm server with a DHCP on it (I took one of a previous lab), this is working fine.
It's working for months now, but as I have time I try to understand and look for something more regular. The problem is that I can't find what wdsnbp.com exactly do. I try many things copying pxeboot.com/n12 on the linux, appending directly pxeboot.com etc...with no success.
If you can explain me the process in detail, I am very interested