Difference between revisions of "Install nested ESXi on top of KVM in a VM"

From Notes_Wiki
m
m
 
Line 1: Line 1:
<yambe:breadcrumb self="Install nested ESXi on top of KVM in a VM">VMWare vSphere or ESXi|VMWare vSphere or ESXi</yambe:breadcrumb>
[[Main_Page|Home]] > [[VMWare platform]] > [[VMWare vSphere or ESXi]] > [[Install nested ESXi on top of KVM in a VM]]
=Install nested ESXi on top of KVM in a VM=


It is possible to Install nested ESXi on top of KVM in a VM.  To do that use following steps
It is possible to Install nested ESXi on top of KVM in a VM.  To do that use following steps
Line 22: Line 21:




<yambe:breadcrumb self="Install nested ESXi on top of KVM in a VM">VMWare vSphere or ESXi|VMWare vSphere or ESXi</yambe:breadcrumb>
[[Main_Page|Home]] > [[VMWare platform]] > [[VMWare vSphere or ESXi]] > [[Install nested ESXi on top of KVM in a VM]]

Latest revision as of 08:37, 7 April 2022

Home > VMWare platform > VMWare vSphere or ESXi > Install nested ESXi on top of KVM in a VM

It is possible to Install nested ESXi on top of KVM in a VM. To do that use following steps

  1. Create a VM as usually done for any other OS (Linux / Windows).
  2. Select "Customize configuration before install" option and make following critical changes
  3. Configure CPU for host-passthrough
    1. Go to CPUs
    2. Unselect "Copy host configuration"
    3. In model paste 'host-passthrough' and click apply.
  4. From ESXi 7.0 onwards support for e1000 has been removed. Hence, if you are installing ESXi 7.0 or higher need to change NIC model as follows:
    1. Go to each NIC card
    2. In device model past 'e1000e' and click apply. Note there is additional e at end in e1000e compared to default e1000 card
  5. After this go through installation of ESXi which should work properly.

Refer:


If there is any plan to create template and clone it to create multiple ESXi hosts then refer Create template of nested ESXi for cloning and repeat use


Home > VMWare platform > VMWare vSphere or ESXi > Install nested ESXi on top of KVM in a VM