(forgot to reply all)<br>On Fri, Nov 28, 2008 at 1:44 PM, Alan Pevec <span dir="ltr"><<a href="mailto:apevec@gmail.com">apevec@gmail.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Fri, Nov 28, 2008 at 1:23 PM, Vigneswaran R <span dir="ltr"><<a href="mailto:vignesh@atc.tcs.com" target="_blank">vignesh@atc.tcs.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

We were also facing the same problem. We solved the problem by<br>
recreating the initrd file.<br>
<br>
Details,<br>
<br>
1. mount the ovirt-appliance image<br>
<br>
# nohup qemu-nbd /var/lib/libvirt/images/ovirt-appliance.img &<br>
# modprobe nbd<br>
# nbd-client localhost 1024 /dev/nbd0<br>
# kpartx -a /dev/nbd0<br>
# mount /dev/mapper/nbd0p2 /mnt<br>
# mount /dev/mapper/nbd0p1 /mnt/boot<br>
<br>
2. do a chroot, backup the initrd image and recreate it<br>
<br>
# chroot /mnt<br>
# mv /boot/initrd-2.6.26.6-79.fc9.i686 /root<br>
# mkinitrd /boot/initrd-2.6.26.6-79.fc9.i686 2.6.26.6-79.fc9.i686<br>
# exit<br>
<br>
3. unmount<br>
<br>
# umount /mnt<br>
# kpartx -d /dev/nbd0<br>
# nbd-client -d /dev/nbd0<br>
<br>
4. boot the machine<br>
<br>
# virsh start ovirt-appliance<br>
<br>
<br>
It solved our problem.<br>
<br>
ref: <a href="http://ovirt.org/page/TroubleShooting" target="_blank">http://ovirt.org/page/TroubleShooting</a><br>
<br></blockquote></div><br></div>Excellent, thanks for solving this!<br>It's strange that appliance-creator produced broken i386 initrd while x86_64 is ok and there were no errors reported in the build log. I'll take special care of i386 when doing the next build.<br>

<br>Cheers,<br><font color="#888888">Alan<br><br>
</font></blockquote></div><br>