Disable PXE Boot for Individual vNIC on Virtual Machine
To achieve Auto Deploy I'd like to control PXE boot process. I want the vNICs of management network can do PXE boot only. That's because DHCP server may learns incorrect MAC address of management network if ESXi host boots up by non-management network NICs. The psychical servers are easy to disable PXE boot feature of individual network adapters in BIOS or server profile. Virtual machines is tricky. Following is how to do it. It's useful for home lab. Make sure your ESXi VM uses E1000E vNIC. You can only disable PXE boot for all vNICs in one time if type is vmxnet3. And nested ESXi doesn't support E1000 vNICs. Go to the VM folder and edit vmx file. You should see similar entries below. The vNIC name starts from ethernet0 to ethernetn . It matches vmnic0 to vmnicx on ESXi. ethernet1 .virtualDev = "e1000e" I have 4 vNICs. I want to keep PXE boot for ethernet0 and ethernet1 . So I only disable it on rest of vNICs. Add following lines to vmx file. ethe