1

How can I disable PXE network booting through vSphere on a virtual machine running on VMware ESXi 4.1.0 as host?

Daniel Gartmann
  • 11,678
  • 12
  • 45
  • 60

5 Answers5

4

boot from a cd drive... be sure to "power on startup" the drive on your VM

SiRGt
  • 98
  • 1
  • 7
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

Go into the BIOS and disable PXE boot.

Anemoia
  • 7,928
  • 7
  • 46
  • 71
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