I'm a little lost, if anyone has any ideas. I followed the steps as best I could but my Windows 10 (I know, not 11) VM still won't boot. It's getting stuck pre-boot in proxmox:
Code:error writing '1' to '/sys/bus/pci/devices/0000:01:00.0/reset': Inappropriate ioctl for device failed to reset PCI device '0000:01:00.0', but trying to continue as not all devices need a reset swtpm_setup: Not overwriting existing state file. kvm: type=1,vendor=American Megatrends Inc.,version=P3.10,date=10/24/2018: Could not open 'type=1,vendor=American Megatrends Inc.,version=P3.10,date=10/24/2018': No such file or directory stopping swtpm instance (pid 6775) due to QEMU startup error TASK ERROR: start failed: QEMU exited with code 1
My args:
Code:args: -cpu host,-hypervisor,kvm=off,-smbios type=1,vendor="American Megatrends Inc.",version=P3.10,date="10/24/2018"
From my dmidecode:
Code:Handle 0x0000, DMI type 0, 26 bytes BIOS Information Vendor: American Megatrends Inc. Version: P3.10 Release Date: 10/24/2018
This post implies that the PCI errors may not be a problem: https://forum.proxmox.com/threads/w...ckages-broke-my-pci-passthrough.156848/page-3
and I changed the -smbios parameter to type 1 as that is what's reflected in the web GUI for proxmox ("SMBIOS settings (type 1)") under the options tab for the VM.
Do I need to generate a bios file or something before I can boot? I'm not sure how to proceed with troubleshooting this.
This post here solved this for me: https://forum.proxmox.com/threads/gpu-passthrough-issues-after-upgrade-to-7-2.109051/post-469855