<div class="gmail_quote">On Wed, Jun 24, 2009 at 2:07 AM, Ian Main <span dir="ltr"><<a href="mailto:imain@redhat.com" target="_blank">imain@redhat.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;">

<div>On Tue, 23 Jun 2009 17:15:33 +0400<br>
dima vasiletc <<a href="mailto:pronix.service@gmail.com" target="_blank">pronix.service@gmail.com</a>> wrote:<br>
<br>
> Hello<br>
> i have fedora 11 and build from next branch ovirt<br>
> during boot by network (pxe) second node appear error.<br>
> host stay anavailable and not sent to manage node identify data.<br>
> ping return "unreachable host"<br>
><br>
> Where may be error ?<br>
<br>
</div>To see the real error you have to look at the console on the booting<br>
node.  We're having issues with fedora 11 nodes, Alan and I are working<br>
on resolving it right now.  Hopefully it won't be long!  I'm getting<br>
frustrated with this one myself :).</blockquote><div><br>Two issue were identified with livecd initrd in F11:<br>- PXE boot failing with "Could not find any loop device." - loop is built-in since F10 so actually /dev/loop* was missing b/c udev didn't create it in time.<br>

  Fixed by adding back udevadm settle (removed for F11 in <a href="http://git.fedorahosted.org/git/?p=mkinitrd;a=commitdiff;h=0016a5fb236839db31344fef1c87ad68680e301b" target="_blank">http://git.fedorahosted.org/git/?p=mkinitrd;a=commitdiff;h=0016a5fb236839db31344fef1c87ad68680e301b</a> )<br>

<br>- udev sometimes hangs on startup, root cause unclear:<br>Running plymouthd<br>udev: starting version 141<br><br>Note that I didn't get any injected echo output after nash daemonize call in /init !?<br>Workaround for this hang is to remove plymouth completely from initrd scripts, but that's clearly suboptimal.<br>
<br></div></div>Attached is the patch for livecd-iso-to-pxeboot.sh which adds above workarounds into initrd, proper fixes need to be discussed with mkinitrd guys,<br>but with this we can at least get reliable PXE boot.<br>
<br>Alan<br><br>