You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change the new drive's Image Type to Disk Image and Interface to USB
Save
Go to Config => QEMU and see the issue.
Issue:
The generated QEMU parameter is as follows:
-device usb-storage,drive=driveX,removable=false
When it should be:
-device usb-storage,drive=driveX,removable=true
This issue prevents the VM from starting because QEMU rejects the config (error "Device needs media, but drive is empty" regardless of if an image has been selected with the Browse option). I have verified that manually specifying the removable=true resolves the issue.
The text was updated successfully, but these errors were encountered:
I'm not sure when it was introduced but I've experienced this for a while. Only happens with drives set to removable in the UI. If you import a disk image and change it to USB it works fine.
Steps to reproduce:
Issue:
The generated QEMU parameter is as follows:
-device usb-storage,drive=driveX,removable=false
When it should be:
-device usb-storage,drive=driveX,removable=true
This issue prevents the VM from starting because QEMU rejects the config (error "Device needs media, but drive is empty" regardless of if an image has been selected with the Browse option). I have verified that manually specifying the
removable=true
resolves the issue.The text was updated successfully, but these errors were encountered: