I'm trying to build a lab to test ESXI 8.0 and learning Proxmox on this process as well.
I was able to install ESXI and started it without issues, but when I create any VM on the ESXI Is where the issues arise.
I already check that my PVE have:
options kvm-amd nested=1 at etc/modprobe.d
Later I added (I had the feeling its not the issue base on this article)
options kvm ignore_msrs=y
options kvm report_ignored_msrs=0
ESXI VM Created have: vmx.allowNESTED = TRUE (This was added as well on the ESXI config)
Also on the VM at Proxmox (ESXI): echo 'args: -machine vmimport=off' >> MACHINEID.conf
What could I be missing? Most articles are related with Intels
Note: I tried installing Proxmox as VM and creating a VM there, all successful without a glitch, so all seems really related with ESXI 8.0 or both a combination of this Proxmox version and ESXI 8.0.
Physical Host Settings:
model : 8
model name : AMD Ryzen 7 2700X Eight-Core Proce
64 GB RAM
1 TB SSD
BIOS have virtualization enable (SVM Mode Enable)
Error:
Below the machine settings for the EXSI
Also the VM created on the ESXI have this valued added:
Other details form the PVE:
root@homevw:~# grep -R "" /sys/module/kvm_amd/parameters
/sys/module/kvm_amd/parameters/sev_es:Y
/sys/module/kvm_amd/parameters/vls:1
/sys/module/kvm_amd/parameters/pause_filter_count_max:65535
/sys/module/kvm_amd/parameters/nrips:1
/sys/module/kvm_amd/parameters/pause_filter_count_grow:2
/sys/module/kvm_amd/parameters/pause_filter_count_shrink:0
/sys/module/kvm_amd/parameters/npt:Y
/sys/module/kvm_amd/parameters/sev:Y
/sys/module/kvm_amd/parameters/vgif:1
/sys/module/kvm_amd/parameters/nested:1
/sys/module/kvm_amd/parameters/dump_invalid_vmcb:N
/sys/module/kvm_amd/parameters/pause_filter_thresh:128
/sys/module/kvm_amd/parameters/pause_filter_count:3000
/sys/module/kvm_amd/parameters/intercept_smi:Y
/sys/module/kvm_amd/parameters/avic:N
I was able to install ESXI and started it without issues, but when I create any VM on the ESXI Is where the issues arise.
I already check that my PVE have:
options kvm-amd nested=1 at etc/modprobe.d
Later I added (I had the feeling its not the issue base on this article)
options kvm ignore_msrs=y
options kvm report_ignored_msrs=0
ESXI VM Created have: vmx.allowNESTED = TRUE (This was added as well on the ESXI config)
Also on the VM at Proxmox (ESXI): echo 'args: -machine vmimport=off' >> MACHINEID.conf
What could I be missing? Most articles are related with Intels
Note: I tried installing Proxmox as VM and creating a VM there, all successful without a glitch, so all seems really related with ESXI 8.0 or both a combination of this Proxmox version and ESXI 8.0.
Physical Host Settings:
model : 8
model name : AMD Ryzen 7 2700X Eight-Core Proce
64 GB RAM
1 TB SSD
BIOS have virtualization enable (SVM Mode Enable)
Error:
Below the machine settings for the EXSI
Also the VM created on the ESXI have this valued added:
Other details form the PVE:
root@homevw:~# grep -R "" /sys/module/kvm_amd/parameters
/sys/module/kvm_amd/parameters/sev_es:Y
/sys/module/kvm_amd/parameters/vls:1
/sys/module/kvm_amd/parameters/pause_filter_count_max:65535
/sys/module/kvm_amd/parameters/nrips:1
/sys/module/kvm_amd/parameters/pause_filter_count_grow:2
/sys/module/kvm_amd/parameters/pause_filter_count_shrink:0
/sys/module/kvm_amd/parameters/npt:Y
/sys/module/kvm_amd/parameters/sev:Y
/sys/module/kvm_amd/parameters/vgif:1
/sys/module/kvm_amd/parameters/nested:1
/sys/module/kvm_amd/parameters/dump_invalid_vmcb:N
/sys/module/kvm_amd/parameters/pause_filter_thresh:128
/sys/module/kvm_amd/parameters/pause_filter_count:3000
/sys/module/kvm_amd/parameters/intercept_smi:Y
/sys/module/kvm_amd/parameters/avic:N
Last edited: