Displaying 1 result from an estimated 1 matches for "ubuntu910server64_base".
2010 Apr 20
1
Need help using libvirt with qcow2 delta and base images
...I am hoping that someone knows how to configure
a virtual machine domain that works with a qcow2 delta disk, and have it
managed by the virt-family tools.
First, I create a delta and base disk from a raw image file with the
following commands:
qemu-img convert ubuntu910server64.img -O qcow2
ubuntu910server64_base.qcow2
qemu-img create -b ubuntu910server64_base.qcow2 -f qcow2
ubuntu910server64_delta.qcow2
Then, I can successfully start the guest OS on the command line with
qemu-system-x86_64 -m 256 -hda ubuntu910server64_delta.qcow2
My attempt to modify the virtual machine domain configuration...