On Tuesday 23 February 2010 21:54:33 Stefan Hajnoczi wrote: > I'd interpret this error to mean this particular UNDI implementation > expects a valid PXEptr so it can fill in an existing !PXE structure in > memory. Normally the UNDI loader function works fine when we pass > zero and it creates its own structure and fills it in.
That won't be the case; the !PXE structure has to reside within the UNDI code segment, the contents of which are created by the UNDI loader. We can't know in advance of calling the UNDI loader routine where the !PXE structure will end up residing. Michael _______________________________________________ gPXE mailing list [email protected] http://etherboot.org/mailman/listinfo/gpxe
