Hi, I'm using VirtualBox on 8.0-amd64. It's working great. I'm trying to build a test environment for doing automated installs. I've setup two VMs, one with two interfaces to be the install server and the other to be the test installed machine.
On the install server, the first interface is on the normal LAN via bridged mode. The second interface is using the "Internal network" setting.
On the test install machine, it's just on the "Internal network". I've done a manual install in it, and it's working fine and can talk to the install server via the internal network interface.
Yet, when I boot this VM and select the LAN boot option, it immediately fails. tcpdump inside the install server (the other machine on the internal network) shows no packets coming from the test VM. So it seems that although VirtualBox claims to support LAN boot, it can't really do it. Anyone else tried this or have any experience with it?
Thanks for any help.
Update: Using one of the non-Intel NICs gets me further. It DHCPs, tftp downloads the pxeboot file, but then VirtualBox crashes. Perhaps the newer version of VirtualBox would work better?