I can attach one device during boot-time like this
qvm-start hvm-mac --hddisk=dispXXXX:/home/user/OpenCore.img
but I need to attach a second device. qvm-start
seems not support that. More over when I install and use virt-manager
in dom0 to add a loop-device as Xen Disk 5
the changes get overwritten while starting up the VM with qvm-start
.
One can add --hddisk
more then once, but only the last --hddisk
option is fullfilled. One can not combine --hddisk
with --cdrom
.