Cannot boot with USB device to virt-machine Qemu VM (Manjaro / Manjaro): Device offline or changed

As soon start my virtual OS on virt-machine, with my USB device added, the virtual OS sends an endless rain of errors how it can not find the USB device.

This is supposed to show the login prompt.


The added USB device:

A hack against another issue caused this.

Vagrantfile

config.nfs.verify_installed = false
config.vm.synced_folder '.', '/vagrant', disabled: true

I had to delete this and fix the previous issue through other means.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.