PXE Boot from new VM not working
-
Hi,
We are using a ZENworks Aplliance for Desktoip Management. It runs perfect under XCP-ng, and is able to hand out PXE requests to clients for imaging purposes. It also hands out PXE to VMware worsktation, so it basically can run with virtualisation.No we want to deploy VMs under XCP-ng to do a better and faster testing of our imaging process.
But a new VM does start the PXE process, but then "ends", it does not continoue to load -
@JBlessing as it looks like it does start, it looks like the networking side is working, at least at first.
Just for debugging purpose you could try to switch that VM to BIOS instead of UEFI if it is possible, maybe it is related to what the pxe is starting in the VM.
You could also try switching the VM between realtek and e1000 NIC, at this stage, PV drivers are not there so it is using an emulated NIC, maybe the image your PXE starts doesn't like the one you're using and it gets stuck somehow.
As you're already using it with vmware, I assume you know how to size your VM, but if you went for a tight RAM value for this VM, you could try to give it more RAM to see if that could be related, as everything has to fit in RAM at some point, we may be using more at startup than vmware…
Hope one of this can help