Summary: The PXE boot process initiates successfully and the client acquires an IP address from the Site Server. However, the process fails during the TFTP phase.
Investigation: An inspection of the Site Server revealed that while the Symantec Network Boot Service (TFTP) is configured to start automatically, it was found in a stopped state. Attempting to manually restart the service resulted in it starting and immediately crashing/terminating.
From the SBSLog_TFTP.txt file you may see:
Mon Mar 13 14:19:16 2023 4572 SbsHostInfo.cpp Sbs::HostInfo::InitInterfaces 157 Debug Found IP address during interface initialization 922254729.Mon Mar 13 14:19:16 2023 4572 SbsHostInfo.cpp Sbs::HostInfo::InitInterfaces 157 Debug Found IP address during interface initialization 3362749833.Mon Mar 13 14:19:16 2023 4572 SbsHostInfo.cpp Sbs::HostInfo::InitInterfaces 157 Debug Found IP address during interface initialization 3357769097.Mon Mar 13 14:19:16 2023 4572 SbsHostInfo.cpp Sbs::HostInfo::InitInterfaces 157 Debug Found IP address during interface initialization 3608378761.Mon Mar 13 14:19:16 2023 4572 SbsHostInfo.cpp Sbs::HostInfo::InitInterfaces 157 Debug Found IP address during interface initialization 3358293385.Mon Mar 13 14:19:16 2023 4572 SbsHostInfo.cpp Sbs::HostInfo::InitInterfaces 157 Debug Found IP address during interface initialization 3362356617.Mon Mar 13 14:19:16 2023 4572 SbsHostInfo.cpp Sbs::HostInfo::InitInterfaces 157 Debug Found IP address during interface initialization 4252007817.Mon Mar 13 14:19:16 2023 4572 SbsHostInfo.cpp Sbs::HostInfo::InitInterfaces 157 Debug Found IP address during interface initialization 2071494025.Mon Mar 13 14:19:16 2023 4572 SbsHostInfo.cpp Sbs::HostInfo::InitInterfaces 157 Debug Found IP address during interface initialization 3373825417.Mon Mar 13 14:19:16 2023 4572 tftp.cpp Sbs::TftpServer::SetRootFolder 568 Debug Server root folder set to e:\Program Files\Altiris\Altiris Agent\Agents\Deployment\SBS\ImagesMon Mar 13 14:19:16 2023 4572 tftp.cpp Sbs::TftpServer::SetBlockSize 541 Debug Server max block size set to 1456Mon Mar 13 14:19:16 2023 4572 tftp.cpp Sbs::TftpServer::SetInterfaceList 524 Debug Server interface list changed.Mon Mar 13 14:19:16 2023 4572 tftp.cpp Sbs::TftpServer::SetupServer 894 Error Windows error code 10049Mon Mar 13 14:19:16 2023 4572 tftp.cpp Sbs::TftpServer::Start 718 Error Windows error code 10049Mon Mar 13 14:19:16 2023 4572 sbsMtftp.cpp Mtftp_Thread 184 Debug Mtftp_Thread: Stopping server.Mon Mar 13 14:19:16 2023 4572 sbsMtftp.cpp Mtftp_Thread 188 Debug Mtftp_Thread: Server stopped.
DS 8.x
"Windows error code 10049" indicates a network socket issue. It typically means an application or service tried to bind to an IP address that doesn’t exist on your computer, or an invalid address/port was assigned.
During installation of NBS, the TFTP service binds to a specific IP address. If the IP address of the NBS server changes after installation, this could result in the TFTP server not starting.
Resolution Steps: