Hello Mr. Carno,<br>
   This is indeed possible. The basic steps that I've used in the past are:<br>
1. Make an etherboot image. Etherboot should download the image from the server via TFTP.<br>
2. Compile LinuxBIOS with the etherboot image as the payload.<br>
3. Make sure DHCPD and TFTPD are set up properly on the host and that
your kernel image is in the correct directory. If I recall correctly,
booting a Linux kernel over DHCP requires that you specify the location
of your image. For example:<br>
<span>    host n1 {<br>                
hardware ethernet 0:d0:c9:56:03:29; # MAC address<br>                
fixed-address <a href="http://10.0.4.10">10.0.4.10</a>;  # IP address<br>                      filename "/tftpboot/elfimage";<br>              }<br></span><br>
<span></span>I have some old notes for a somewhat similar project using
Etherboot, TFTP, and Beoboot:
<a href="http://home.comcast.net/~zen_weasel/linuxbios_stuff/geode/bproc-geode">http://home.comcast.net/~zen_weasel/linuxbios_stuff/geode/bproc-geode</a> .
Most of it is obsolete, but the DHCP example might be useful. I'll try
and get some more up to date instructions for you later on tonight.<br><br><div><span class="gmail_quote">On 6/28/06, <b class="gmail_sendername">Z Carno</b> <<a href="mailto:carnoz@gmail.com">carnoz@gmail.com</a>> wrote:
</span><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>I want to test if my linuxbios could boot from network .  but
have not done  that before ,could anyone please help me to
check if my steps is right?</div>
<div> </div>
<div>1.install an os on ide hdd on the test MB.</div>
<div>2.copy the installed image file to another Server MB.</div>
<div>3.make some configuration for DHCP. </div>
<div>4.remove test MB ide hdd ,and use linuxbios boot .</div>
<div> </div>
<div>I have test windows boot from network before, its steps seems this . but I've no idea whether linux is this too.</div>
<div> </div>
<div>Thank you.</div></div><div><span class="sg">
<div> </div>
<div>Carno</div>

</span></div><br>--<br>linuxbios mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:linuxbios@linuxbios.org">linuxbios@linuxbios.org</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.google.com/url?sa=D&q=http%3A%2F%2Fwww.openbios.org%2Fmailman%2Flistinfo%2Flinuxbios" target="_blank">
http://www.openbios.org/mailman/listinfo/linuxbios</a><br><br></blockquote></div><br>