<br><br><div class="gmail_quote">On Fri, Jun 26, 2009 at 12:30 PM, Laurent Monnoye <span dir="ltr"><<a href="mailto:ktf000@gmail.com">ktf000@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Well, the hanging at the end was only due to the kernel param "console=ttyS0,115200n8". If I take it out, then the error message appears on the console again: "WARNING: Cannot find root file system!"<br>

<br>I'm still wondering how pxe can find ovirt-node-image.iso. It's located only under /usr/share/ovirt-node-image and given the size of initrd0.img (4537334 bytes), it's obviously not embedded into it.<br><br>

Did I miss a step in the installation which embeds ovirt-node-image.iso into initrd0.img? What is the size of your initrd0.img?<div><div></div><div class="h5"></div></div></blockquote><div><br>step of embedding iso into PXE initrd0.img should be performed when ovirt-node-image-pxe RPM is installed, its %post <br>
</div></div><a href="http://git.et.redhat.com/?p=ovirt-node-image.git;a=blob;f=ovirt-node-image.spec.in;h=e64f4de2e495fe008cba79ddf4dbf585f6e593d0;hb=refs/heads/next#l75">http://git.et.redhat.com/?p=ovirt-node-image.git;a=blob;f=ovirt-node-image.spec.in;h=e64f4de2e495fe008cba79ddf4dbf585f6e593d0;hb=refs/heads/next#l75</a><br>
<br>Try running this manually, with output redirection to see if there are any error messages:<br><br>cd /usr/share/ovirt-node-image<br>rm -rf tftpboot<br>livecd-iso-to-pxeboot ovirt-node-image.iso<br>cobbler sync<br><br>