id summary reporter owner description type status component version resolution keywords cc guest host 6704 PXE stack provides 0.0.0.0 as address for TFTP server for WDS' wdsnbp.com Paul Millar "I'm using the version of VirtualBox, as distributed by Debian project as part of sid. This has the Debian package name: virtualbox-ose 3.1.6-dfsg-2 I'm trying to use WDS to auto-deploy Windows to a VirtualBox image. As part of this installation process, the central server will attempt to wipe the virtual machine's hard-disk and install a Windows setup. Here's what happens after the main BIOS initialisation has completed: 1. the (virtual) machine BIOS/network card issues a DHCP request. 2. the DHCP server replies with information, including the machine's IP address, PXE image filename and TFTP server's IP address. 3. the machine successfully downloads (via TFTP) the PXE image: wdsnbp.com 4. the PXE image (wdsnbp.com) starts. 5. wdsnbp.com detects the VirtualBox image's architecture (x86) 6. wdsnbp.com attempts to acquire an architecture-specific installer via TFTP The problem is with the last step: wdsbnp.com attempts to contact the TFTP server with IP address 0.0.0.0. Not surprisingly, this attempt fails: the attempt to TFTP the required file from this IP address solicits no replies and the attempt eventually times-out. Inspection of the network packets shows that the DHCP server-provided information does not contain this incorrect IP address; therefore, it seems that either the PXE stack has become corrupted or WDSNBP is expecting the TFTP server's IP address to be stored by some means that the current VirtualBox BIOS/PXE stack doesn't support. The network driver is connected to a physical interface (eth0) via an internal bridge, so the machine's network adapter is using the ""bridge adapter"" option. The above behaviour happens with both the PCnet-FAST III and PCnet-PCI II adapter emulation. None of the emulated Intel devices (Intel PRO/1000 MT 82540EM, Intel PRO/1000 T 82543GC, Intel PRO/1000 MT 82545EM) succeed with step 1. above: they all fail to issue a DHCP request. Cheers, Paul." defect closed network VirtualBox 3.1.6 wontfix PXE WDS WDSNBP Windows Windows other