<div dir="ltr">since i had no elf.ltsp or wraplinux-nbi.ltsp i used :<br><br>wraplinux -E -i initrd.ltsp -p "rw selinux=0 verbose noquiet sysrq=1" -o wrap.ltsp vmlinuz.ltsp<br><br>to generate one.<br><br>and then i used<br>
<br># Etherboot NBI (older clients)<br>
      elsif substring (option vendor-class-identifier, 0, 9) = "Etherboot"<br>
      {<br>
         #filename      "/ltsp/i386/wraplinux-nbi.ltsp";<br>
         filename      "/ltsp/i386/wrap.ltsp";<br>     }<br><br>to make it work :-)<br><br><br><div class="gmail_quote">On Fri, Aug 15, 2008 at 5:49 AM, Jim McQuillan <span dir="ltr"><<a href="mailto:jam@mcquil.com">jam@mcquil.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><div></div><div class="Wj3C7c"><br>
<br>
Warren Togami wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I did some testing of mkelfimage, mknbi and wraplinux.<br>
<br>
Etherboot-5.0.5 in NSC Geode GX1 (DisklessWorkstations.com Jammin-125)<br>
Failed to boot with mknbi.<br>
Boots with wraplinux --nbi.<br>
<br>
Etherboot-5.4 with real BIOS (qemu-kvm)<br>
Failed to boot with mknbi.<br>
Boots with wraplinux --nbi.<br>
Boots with mkelfimage with ram base detection patch.<br>
<br>
Etherboot-5.4 with coreboot (ArtecGroup ThinCan DBE61)<br>
Fails to boot wraplinux --elf.<br>
Fails to boot mknbi ELF or NBI.<br>
Boots with mkelfimage with ram base detection patch.<br>
<br>
Based upon these findings, I am dropping mknbi entirely from Fedora. mkelfimage will be for ELF images, coreboot and Etherboot-5.4. wraplinux --nbi will be for NBI images.<br>
<br>
      # Etherboot ELF (only 5.4), should work with Coreboot<br>
      elsif substring (option vendor-class-identifier, 0, 13) = "Etherboot-5.4"<br>
      {<br>
         filename      "/ltsp/i386/elf.ltsp";<br>
      }<br>
      # Etherboot NBI (older clients)<br>
      elsif substring (option vendor-class-identifier, 0, 9) = "Etherboot"<br>
      {<br>
         filename      "/ltsp/i386/wraplinux-nbi.ltsp";<br>
      }<br>
      # PXE<br>
      elsif substring (option vendor-class-identifier, 0, 9) = "PXEClient"<br>
      {<br>
         # NOTE: kernels are specified in /tftpboot/ltsp/i386/pxelinux.cfg/<br>
         filename      "/ltsp/i386/pxelinux.0";<br>
      }<br>
      # default to an i386 BOOTP image<br>
      else<br>
      {<br>
         filename      "/ltsp/i386/vmlinuz.ltsp";<br>
      }<br>
<br>
We are using this in Fedora's default dhcpd.conf.  I totally have not tested any BOOTP clients in like 7 years now.  I inherited this from Eric Harrison's default dhcpd.conf.  I can't see how it could possibly work?  How could it find the initrd image?<br>

</blockquote>
<br>
<br></div></div>
Back in the old days, we'd prepare an LTSP boot image using mknbi to combine the kernel and the initrd. the result was a single large file.<br>
<br>
<br>
Jim McQuillan<br>
jam@Ltsp.org<br>
<br>
<br>
<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">
<br>
Warren Togami<br>
<a href="mailto:wtogami@redhat.com" target="_blank">wtogami@redhat.com</a><br>
<br></div>
-------------------------------------------------------------------------<br>
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge<br>
Build the coolest Linux based applications with Moblin SDK & win great prizes<br>
Grand prize is a trip for two to an Open Source event anywhere in the world<br>
<a href="http://moblin-contest.org/redirect.php?banner_id=100&url=/" target="_blank">http://moblin-contest.org/redirect.php?banner_id=100&url=/</a><br>
_____________________________________________________________________<br>
Ltsp-developer mailing list.   To un-subscribe, or change prefs, goto:<br>
      <a href="https://lists.sourceforge.net/lists/listinfo/ltsp-developer" target="_blank">https://lists.sourceforge.net/lists/listinfo/ltsp-developer</a><br>
For additional LTSP help,   try #ltsp channel on <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a><br>
</blockquote><div><div></div><div class="Wj3C7c">
<br>
_______________________________________________<br>
K12Linux-devel-list mailing list<br>
<a href="mailto:K12Linux-devel-list@redhat.com" target="_blank">K12Linux-devel-list@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/k12linux-devel-list" target="_blank">https://www.redhat.com/mailman/listinfo/k12linux-devel-list</a><br>
</div></div></blockquote></div><br></div>