dear opennebula community,<br><br>i run "VBoxManage clonehd --format RAW image.vdi 
image.<span class="il">img</span>" to convert the virtualbox .vdi vm instance to raw format, and
 with virt-manager to create new vm with the raw format, it works fine, 
i.e. can start the new vm instance successfully and the networking 
access is the same as before.<br><br>
but after run "<span class="il">qemu</span>-<span class="il">img</span> convert -f raw image.<span class="il">img</span> -O qcow2 image.qcow" to
 convert the raw format to qcow2 format, and with virt-manager to create
 new vm with the qcow2 format, it doesn't work, i.e. 
get "no bootable device" error when start the new vm with qcow2 format, 
no need to say the networking access.<br><br>the size of the ram format 
disk is about 40GB, while the size of the qcow2 format disk is about 
1.3GB (similar as that of the original image.vdi size), nearly 30 times smaller than the raw format.<br><br>if not convert the raw format to qcow2 format, then the disk size is too large, waste of disk space.<br><br>there are ubuntu 12.04, opennebula 3.6.0, and kvm, <span class="il">qemu</span>, libvirt etc installed.<br>

<br>it is much appreciated if you can help with this.<br><br>thanks,<br>david su