While struggeling with PCI passthrouhg (it does work, eventually) i found something peculiar.
Sometimes the VM would not boot because the PCI.id for a device was alread in use. This was because the pci-id for the vga and the audio were written as the same. So instead of 0000:17:0.0 and 0000:17:0.1 the now both were written as 0000:17:0
I consider this to be a possible bug
This problem condition is only visible when bootig from the console with
Sometimes the VM would not boot because the PCI.id for a device was alread in use. This was because the pci-id for the vga and the audio were written as the same. So instead of 0000:17:0.0 and 0000:17:0.1 the now both were written as 0000:17:0
I consider this to be a possible bug
This problem condition is only visible when bootig from the console with
qm start <vmidhere>
Because of it i spent a lot of time chasing ghosts. Lesson learned, stick to my own principles, use a shell.