Dear all,
After many searches and tries, I'm currently not able to load an nested ESXi 5.5u3 in a KVM virtual machine using PVE 4.0.
I set following parameters:
in /etc/modprobe.d/kvm.conf:
in /etc/modprobe.d/kvm-intel.conf:
Reboot and verified than kvm modules are really loaded.
in /etc/pve/nodes/node02/qemu-server/102.conf
And I never go through the following initialization menu:
I spent 2 day's on this task with no success...
Somebody get success on it ?
After many searches and tries, I'm currently not able to load an nested ESXi 5.5u3 in a KVM virtual machine using PVE 4.0.
I set following parameters:
in /etc/modprobe.d/kvm.conf:
Code:
options kvm ignore_msrs=1
in /etc/modprobe.d/kvm-intel.conf:
Code:
options kvm-intel nested=y ept=y
Reboot and verified than kvm modules are really loaded.
in /etc/pve/nodes/node02/qemu-server/102.conf
Code:
args: -enable-kvm
boot: cdn
bootdisk: scsi0
cores: 2
cpu: host
hotplug: network,usb,memory,cpu,disk
ide2: local:iso/VMware-VMvisor-Installer-5.5.0.update03-3116895.x86_64.iso,media=cdrom,size=337000K
localtime: 1
memory: 16384
name: vesx4
net0: vmxnet3=32:30:63:31:38:62,bridge=vmbr0
numa: 1
ostype: other
scsi0: local:102/vm-102-disk-1.qcow2,size=20G
scsihw: lsi
smbios1: uuid=4f30eb6f-47de-4aaf-abda-55ced83cc206
sockets: 2
tablet: 0
vga: vmware
And I never go through the following initialization menu:
I spent 2 day's on this task with no success...
Somebody get success on it ?