This question is specific to part 6 of
Virtualization With KVM On Ubuntu 8.10, specifically
Creating an LVM based VM.
I've followed the guide exactly and yet everytime after I've converted the qcow2 image to a LV using
Code:
qemu-img convert disk0.qcow2 -O raw /dev/volumegroup/logicalvolume
, I get the following error:
Code:
Boot from (hd0,0) ext3 894e741d-97b0-461a-9709-147b24506905
Starting up ...
crc error
-- System halted
I saw another user in the Ubuntu forums that experienced the exact same problem, but no one had a solution (he had followed the same guide). People who have installed directly onto a LV did not experience this issue, but as far as I know, ubuntu-vm-builder does not yet support this.
Any help with this would be very much appreciated!