Displaying 1 result from an estimated 1 matches for "myqcow2".
2012 Feb 15
2
a problem with using qcow2 format image files as virtual disks
...ing command:
############################################################
dd if=/dev/zero of=myraw.img bs=1M seek=8K count=1
#Before the command below I install the operating system in myraw.img
qemu-img-xen create -b myraw.img -f qcow2 myqcow1.img 20000M
qemu-img-xen create -b myqcow1.img -f qcow2 myqcow2.img 20000M
############################################################
Then I use myqcow2.img with a configure file to start a VM,but I failed.After the command "xl create myqcow2.hvm" is executed,I launch the application of VNC to connect to the VM.On the display screen of VNC,the error...