[ipxe-devel] SAN Boot Windows XP with USB-NIC.

Michael Brown mbrown at fensystems.co.uk
Wed Mar 2 23:41:35 UTC 2011


On Wednesday 02 Mar 2011 18:40:58 jerrycheng-hinet wrote:
> Then I tried to use ipxe. But it seemed to hang even earlier at DHCP phase.
>  The screen hanged at "Connection time out (http://ipxe.org/4c106035)".
> 
> I used wireshark to capture the trace of both fail cases and attached it
>  inside.
> 
> Could anyone give me some suggestion about this issue? Thanks in advance!

Thanks for the packet trace, which seems to show that iPXE isn't receiving the 
replies from your DHCP server.  (iPXE uses the DHCP "seconds elapsed" field to 
indicate some of the DHCP client state: bit 1 of this field is never set in any 
of the DHCPDISCOVER packets, which tells us that iPXE has not received any 
DHCPOFFERs.)

Two things I would try, both involving the iPXE command line 
(http://ipxe.org/cmdline):

a) try running the "dhcp" command at the command line and, after it fails with 
the same "Connection timed out" error message, run the "ifstat" command 
(http://ipxe.org/cmd/ifstat)

b) try setting a static IP address as described on the error page 
(http://ipxe.org/4c106035), and see if you can ping it from the DHCP server.

Michael



More information about the ipxe-devel mailing list