[ipxe-devel] Hang during 'establishing link' using ASIX USB dongle and undi driver

Mike Harris mwharris at google.com
Thu May 22 18:08:25 UTC 2014


Same problem there, the 'ifopen' call hangs iPXE just like the 'dhcp' call.


On Wed, May 21, 2014 at 5:07 PM, Andrzej Tobola <ato at iem.pw.edu.pl> wrote:

> On Wed, May 21, 2014 at 02:46:45PM -0700, Mike Harris wrote:
> > Is there a way I can take the open network connection from the original
> PXE
> > ROM (that loaded iPXE), and not have to do a new DHCP request? So
> basically
> > avoid PXENV_UNDI_OPEN? I'd be ok with setting a static address and such.
>
> Yes.
> I am using this embeded script:
>
>   % cat /usr/local/ports/net/ipxe/files/embedded.ipxe
>   #!ipxe
>   # ato 2013
>   ifopen net0
>   chain -ar ${scriptlet} || autoboot
>
> and in dhcp config:
>
>   option iPXE.scriptlet "http://
> ${next-server}/boot/select.cgi?hostname=${hostname}&mac=${netX/mac}";
>
> -a
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ipxe.org/pipermail/ipxe-devel/attachments/20140522/02e86152/attachment.htm>


More information about the ipxe-devel mailing list