Cannot create sys-usb via salt

@B_ryr wrote:

I have both PS/2 mouse and keyboard

Excellent, then there is no danger of accidentally locking you out.

fedora-34

That has all the packages we need.

sys-usb dom0 allow

Perfect.

Ok, here goes:

qvm-create --template fedora-34 --label red sys-usb

qvm-prefs sys-usb virt_mode hvm
qvm-prefs sys-usb autostart true
qvm-prefs sys-usb netvm ''

qvm-pci attach sys-usb --persistent dom0:00_14.0
qvm-pci attach sys-usb --persistent dom0:00_1a.0
qvm-pci attach sys-usb --persistent dom0:00_1d.0

qvm-start sys-usb

Try this and let me know if it works or if there were any errors. If it fails to work at the qvm-start sys-usb then you can try this:

qvm-pci detach sys-usb dom0:00_14.0
qvm-pci detach sys-usb dom0:00_1a.0
qvm-pci detach sys-usb dom0:00_1d.0

qvm-pci attach sys-usb --persistent --option no-strict-reset=true dom0:00_14.0
qvm-pci attach sys-usb --persistent --option no-strict-reset=true dom0:00_1a.0
qvm-pci attach sys-usb --persistent --option no-strict-reset=true dom0:00_1d.0

qvm-start sys-usb

If that too doesn’t work please share the output / error notification.

1 Like