<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
<tt>Nick Couchman wrote:</tt>
<blockquote type="cite" cite="mid:4B0A3694020000990002D8DD@collaborate.seakr.com">
<title>Re: [gPXE] Trying to extend TG3 driver</title>
<!-- Converted from text/plain format -->
<p><tt><font size="2">The scenario I was testing that was not working
was PXE -> PXELINUX -> undi.lkrn. This scenario works on many
other network cards (for example, an Optiplex 755 with an Intel-based
network interface), but didn't seem to work on this particular Broadcom
model.</font></tt></p>
</blockquote>
<tt>For the scenario you've described, you might be interested in
PXELINUX' "keeppxe" directive:<br>
<br>
LABEL gpxe<br>
KERNEL undi.lkrn<br>
APPEND keeppxe<br>
<br>
Or you might be interested in the fact that PXELINUX can boot NBPs,
such as:<br>
<br>
LABEL gpxe<br>
PXE undi.kkpxe<br>
<br>
It could be that the other Dell models (such as your Optiplex 755)
leave the UNDI/PXE stack available and undi.lkrn can find it. This is
not universally true.<br>
<br>
- Shao Miller<br>
</tt>
</body>
</html>