0

I want to remove ESXi hypervisor from a machine and make it completely bare metal? How can I remove ESXi hypervisor?

1
  • Just install whatever OS you want, and during installation process delete partitions.
    – vidarlo
    Mar 10 at 19:54

1 Answer 1

0

Get live linux distribution and remove all the partitions you find on disks. And you will get bare metal machine. On the boot disk you can also exec:

dd if=/dev/zero of=/dev/sda bs=1024 count=1024

where /dev/sda is your boot disk

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .