Hello, I have 2 problems with Proxmox (maybe my fault I discover the software I do not understand everything).
For more information about the physical computer is an HP Prodesk whith an Core(TM) i5-10500, 16Gb of ram and the VTX and VTD is enabled in the bios. The Proxmox is freshly downloaded and instaled version 7.1-4 directly with the iso of Proxmox. The virtual machine is an Debian 11 with OVMF Bios, VM Ware display (due to an graphical bug with the standard VGA) on an Q35 Machine type.
First, when I start my virtual machine under Debian 11 I have this error:
Namely that I have linked two pcie devices directly to my VM (an SSD and a network card both work perfectly for the SSD I had to use this setting in the configuration file of my vm: " args: -set device.hostpci1.x-msix-relocation=bar2 " because it generate an error at VM startup) I have of course removed these PCIE links for test but the message is still there. (i have also random try to add "pcid" on cpu but no result )
Then my other problem is that my Debian VM will have to host a software that needs sometimes a VM too (with qemu) i have verified my "Nested_Virtualization" on my host machine with :
And i have a " Y " so ok i still tried to :
Following the tutorial here but same result on my VM when I do :
I have no result on the VM. I tried to add the option "hv-evmcs" but it tells me that it depends on "hv-vapic" but that doesn't exist and when I add it in the conf file it resets all the cpu configuration
Update : after lot try, i have set the cpu to "host" in Hardware tab and is work !
thank you in advance for your help !
For more information about the physical computer is an HP Prodesk whith an Core(TM) i5-10500, 16Gb of ram and the VTX and VTD is enabled in the bios. The Proxmox is freshly downloaded and instaled version 7.1-4 directly with the iso of Proxmox. The virtual machine is an Debian 11 with OVMF Bios, VM Ware display (due to an graphical bug with the standard VGA) on an Q35 Machine type.
First, when I start my virtual machine under Debian 11 I have this error:
Namely that I have linked two pcie devices directly to my VM (an SSD and a network card both work perfectly for the SSD I had to use this setting in the configuration file of my vm: " args: -set device.hostpci1.x-msix-relocation=bar2 " because it generate an error at VM startup) I have of course removed these PCIE links for test but the message is still there. (i have also random try to add "pcid" on cpu but no result )
"root@proxmox:~# cat /sys/module/kvm_intel/parameters/nested"
And i have a " Y " so ok i still tried to :
"options kvm-intel nested=Y" > /etc/modprobe. d/kvm-intel.conf"
Following the tutorial here but same result on my VM when I do :
egrep '(vmx|svm)' --color=always /proc/cpuinfo
I have no result on the VM. I tried to add the option "hv-evmcs" but it tells me that it depends on "hv-vapic" but that doesn't exist and when I add it in the conf file it resets all the cpu configuration
Update : after lot try, i have set the cpu to "host" in Hardware tab and is work !
thank you in advance for your help !
Last edited: