Moving w2016 image from ESXi to KVM gives message "No Bootable Device"
Solution 1:
Try to change bus type to virtio and target dev to vda here:
<disk type='file' device='disk'>
<driver name='qemu' type='qcow2'/>
<source file='/data/A-DMZ-New.qcow2'/>
<target dev='vda' bus='virtio'/>
<address type='drive' controller='0' bus='0' target='0' unit='0'/>
</disk>