Hello Guys,<br>I am facing a new issue. I want to post new message. However, just record here either. ipxe seems has no driver for broadcom (14e4:163a), which should be bcm5709s series. I tested it on IBM HS22V.<br><br>I used gpxe, it can show that interface. <br>

<br clear="all">Thanks,<br>yixuan<br>
<br><br><div class="gmail_quote">On Wed, Nov 9, 2011 at 11:12 PM, Michael Brown <span dir="ltr"><<a href="mailto:mbrown@fensystems.co.uk">mbrown@fensystems.co.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div class="im">On Tuesday 08 Nov 2011 16:55:00 Yixuan Huang wrote:<br>
> Sorry, I am not catching your mean.  Here I have no DHCP server, and my<br>
> client which I want to boot from gpxe cannot get any ip address, so how can<br>
> I set my client, then connect remote server which store kernel. Does there<br>
> has a command or in script I can type ip address for that client, like<br>
> ifconfig under unix/linux. After I config ip, then I can connect server and<br>
> get anything I want.<br>
<br>
</div>You need to use the "set" command:<br>
<br>
  <a href="http://ipxe.org/cmd/set" target="_blank">http://ipxe.org/cmd/set</a><br>
<br>
This will allow you to configure an IP address without using DHCP.  You will<br>
also need to open the network interface using the "ifopen" command:<br>
<br>
  <a href="http://ipxe.org/cmd/ifopen" target="_blank">http://ipxe.org/cmd/ifopen</a><br>
<br>
and download and boot something using the "chain" command:<br>
<br>
  <a href="http://ipxe.org/cmd/chain" target="_blank">http://ipxe.org/cmd/chain</a><br>
<br>
Once you've worked out the commands that you need, you can create an iPXE<br>
embedded script; see<br>
<br>
  <a href="http://ipxe.org/scripting" target="_blank">http://ipxe.org/scripting</a><br>
<br>
Note that most of these features are not supported by gPXE (which is a dead<br>
project); the first thing that you should do is upgrade to iPXE.<br>
<span class="HOEnZb"><font color="#888888"><br>
Michael<br>
</font></span></blockquote></div><br>