Re: [libvirt-users] p2v a single bootable partition

2016-03-31 Thread arnaud.bouge...@univ-rennes1.fr
I have this error using this procedure to create a niked filesystem running the line : echo -e "unit: sectors\n\n/dev/sda1 : start=63, size=$sda1size, Id=7" | sfdisk --force /dev/loop0 /Checking that no-one is using this disk right now ... OK// // //Disk /dev/loop0: 31.5 KiB, 32256 bytes, 63

Re: [libvirt-users] p2v a single bootable partition

2016-03-30 Thread Martin Kletzander
On Wed, Mar 30, 2016 at 11:06:57AM +0200, arnaud.bouge...@univ-rennes1.fr wrote: Hello How to convert a bootable linux partition to virtual disk ? I tried : |dd if=/dev/sda1 of=/mnt/mydisk3/sda1.raw| |||qemu-img convert -f raw -O qcow2 sda1.raw sda1.qcow2| |but the disk ||sda1.qcow2|is not bo