Everything posted by ve_tower
-
[GUIDE] VMs In VM (Intel Nested Virtualization)
Hello, I changed the XML to the below and when the VM starts, I see the XML updates to.. <cpu mode='host-model' check='partial'> <model fallback='allow'/> </cpu> <cpu mode='custom' match='exact' check='full'> <model fallback='forbid'>EPYC-Milan</model> <vendor>AMD</vendor> <feature policy='require' name='x2apic'/> <feature policy='require' name='tsc-deadline'/> <feature policy='require' name='hypervisor'/> <feature policy='require' name='tsc_adjust'/> <feature policy='require' name='avx512f'/> <feature policy='require' name='avx512dq'/> <feature policy='require' name='avx512ifma'/> <feature policy='require' name='avx512cd'/> <feature policy='require' name='avx512bw'/> <feature policy='require' name='avx512vl'/> <feature policy='require' name='avx512vbmi'/> <feature policy='require' name='avx512vbmi2'/> <feature policy='require' name='gfni'/> <feature policy='require' name='vaes'/> <feature policy='require' name='vpclmulqdq'/> <feature policy='require' name='avx512vnni'/> <feature policy='require' name='avx512bitalg'/> <feature policy='require' name='avx512-vpopcntdq'/> <feature policy='require' name='spec-ctrl'/> <feature policy='require' name='stibp'/> <feature policy='require' name='arch-capabilities'/> <feature policy='require' name='ssbd'/> <feature policy='require' name='avx512-bf16'/> <feature policy='require' name='cmp_legacy'/> <feature policy='require' name='virt-ssbd'/> <feature policy='disable' name='lbrv'/> <feature policy='disable' name='tsc-scale'/> <feature policy='disable' name='vmcb-clean'/> <feature policy='disable' name='pause-filter'/> <feature policy='disable' name='pfthreshold'/> <feature policy='require' name='rdctl-no'/> <feature policy='require' name='skip-l1dfl-vmentry'/> <feature policy='require' name='mds-no'/> <feature policy='require' name='pschange-mc-no'/> <feature policy='disable' name='pcid'/> <feature policy='disable' name='svm'/> <feature policy='require' name='topoext'/> <feature policy='disable' name='npt'/> <feature policy='disable' name='nrip-save'/> <feature policy='disable' name='svme-addr-chk'/> </cpu> But when i try to power on a VM within the nested VM (ESXI) i get this message: Failed - This host does not support AMD-V
-
VMWare 7.x will not start any VM's under Unraid 6.11.0
Has a fix been found for this issue? I am using a Ryzen 7950x in unraid and i am trying to setup a nested VM with esxi7. It installed ok but I am not able to start any VMs. Version 8 of esxi indicates the same CPU error.
-
copy/paste for Windows VM noVNC not working
I am on the current unraid version 6.12.2 and i have the noVNC toggled on within the VM but when i try to copy/paste within the VM - the clip board within noVNC is blank. I also tried installing spice-guest-tools on the VM and with that being installed, everything works. But then when i shutdown the VM and start it up again, the copy/paste stops working. To get it working again, i have to restart the spice agent service and it will work until the next shutdown/power up. Is there something i am doing wrong here? Thank you