Hi folks,<br><br>I'm struggling with a few issues converting xen to kvm images. I know this might not be the right mailing list to ask but I'm sure there's someone that can point me to the right mailing list or documentation. So, first of all, apologies fot the Off-Topic post.<br>
<br>In my lab environment I have KVM-only nodes and I'm interested in porting Xen images. I've created Xen images either with dd inside the virtual Xen machine or just taking the xen disk file. In both cases, doing and fdisk of the resulting image I got:<br>
<i><br>Warning: invalid flag 0x0000 of partition table 4 will be corrected by w(rite)<br>You must set cylinders.<br>You can do this from the extra functions menu.</i><br><br>I've tried 2 methods:<br>1)just press w(rite) in fdisk which would insert a valid flag number<br>
2) using sfidk to add a manual flag number (echo '1' | sfdisk image.img)<br><br>No matter what I use, the resulting file disk seems to not work and the partition table seems broken. I've tried to continue installing grub and a working kernel in the resulting image.img so they can be boot from KVM but I always got No Boot Device available.<br>
<br>Can anyone tell what shall be done with a Xen disc image to be ported to a KVM environment?<br><br>Thank you very much in advance,<br>Samuel Osorio.<br>