Johannes1234934 Posted June 3, 2020 Posted June 3, 2020 Hello, is there a way to deploy a *.ovf or a *.qcow2? I looked it up, but nothing helped. If there is a way, can you tell me how to configure, please? Thank You Quote
caplam Posted June 3, 2020 Posted June 3, 2020 ovf is an xml file. It describes the vm. I don't think it's directly compatible with xml used in unraid but you may want to try by copying pasting xml in the vm description (advanced view) for qcow2 you have to define disk device with qcow2 type. I think (but not sure ) you have to do this in the xml. <disk type='file' device='disk'> <driver name='qemu' type='qcow2' cache='writeback'/> <source file='/mnt/cache/domains/Windows8/vdisk1.qcow2' index='3'/> <backingStore/> <target dev='hdc' bus='virtio'/> <boot order='1'/> <alias name='virtio-disk2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/> </disk> Quote
Johannes1234934 Posted June 4, 2020 Author Posted June 4, 2020 Thanks for your feedback. I tried this, but the vm would not start right. I tried Seabios and changed the lines in XML. But when I start the vm there is a kernel panic error Quote
Johannes1234934 Posted June 4, 2020 Author Posted June 4, 2020 You can close this request. The qcow2 worked, but the Kernel Panic error is from the VM inside, not from unRAID. Thank you Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.