How can I disable PXE network booting through vSphere on a virtual machine running on VMware ESXi 4.1.0 as host?
Asked
Active
Viewed 1.7k times
5 Answers
0
You need to change only the boot order in the bios of the VM, the cd drives of the previous answers have with this nothing to do.

peterh
- 11,875
- 18
- 85
- 108
0
add a cd drive to the VM........... and change the boot order in the bios!

Daniel Gartmann
- 11,678
- 12
- 45
- 60
0
Edit the .vmx
file (located in your virtual machine folder) and add the following line to the bottom of it:
ethernet0.opromsize="0"
OR
ethernet0.opromsize="TRUE"

Shayan
- 709
- 1
- 15
- 31