M
MarekKK
Hello,I would like to assign custom build PCIe device plugged in standard PC running win 11 to Hyper-V VM guest running Ubuntu 22.04 LTS.I am able to remove device from host and assign it to guest with these commandsismount-VMHostAssignableDevice -force -LocationPath 'PCIROOT(0)#PCI(1B04)#PCI(0000)'Add-VMAssignableDevice -LocationPath 'PCIROOT(0)#PCI(1B04)#PCI(0000)' -VMName 'Ubuntu 22.04 LTS - Xilinx'But VM doesn't start after doing this. It fails with this error:Virtual pci Express Port (instance ID ....): Failed to Power on with Error 'A hypervisor feature is not available to the user'.
Continue reading...
Continue reading...