Navigation
Voterbox
VMWare 64bit - Can not obtain DHCP Lease on reboot
Tue, 2007-09-11 05:25 — drks
The issue arises on a 64bit VMWare guest, using the e1000 NIC that on a soft reboot you are unable to obtain a DHCP Lease and PXE boot.
The following fixes the issue in the virtual machines .vmx file:
ethernet0.allow64bitVlance="TRUE"
ethernet0.virtualDev = "vlance"
ethernet0.virtualDev = "vlance"
Thank you, come again.