Hey all, i'v found this old article: https://www.tobias-baeumer.de/virtueller-usb-stick-fuer-eine-kvm-in-proxmox/
-but this doesnt work on my setup. It just generates some install errors, when i try to install tails on disk virtual device
I try to setup a disk image and want the guest to think it is a usb drive.
With "normal" quemu (lib-virt) setup it was very easy.
But with proxmox, i dpont find a easy solution.... so i have to ask for help
Thanks
-but this doesnt work on my setup. It just generates some install errors, when i try to install tails on disk virtual device
I try to setup a disk image and want the guest to think it is a usb drive.
With "normal" quemu (lib-virt) setup it was very easy.
Code:
<disk type='file' device='disk'>
<driver name='qemu' type='qcow2' cache='writethrough'/>
<source file='/path-to-VM-Disks/tails-usb.qcow2'/>
<target dev='sda' bus='usb' removable='on'/>
<shareable/>
<boot order='1'/>
<address type='usb' bus='0' port='1'/>
</disk>
Thanks