Leave the filename as pxelinux.0. You then have to download the
syslinux/pxelinux packages (which would have pxelinux.0 in it) and put it in
your tftp server.
In your pxelinux config file, put kernel as your 'bzImage' and initrd as
'initrd'.
Example of my dhcpd.conf below
host <host-name> {
hardware ethernet <ethernet address>;
fixed address 192.168.2.2;
filename "lts/pxe/pxelinux.0";
}
Hope this helps
On Tue, Mar 25, 2008 at 8:59 AM, Jim McQuillan <[EMAIL PROTECTED]> wrote:
>
>
> Varun wrote:
> > Hello,
> >
> > I am using ltsp 4.2 on Mandriva 2008.
> >
> > My client is a via based MB with onboard lan with pxe boot
> > option which I have enabled.
> >
> > While booting I get the following error :
> >
> >
> > " PXE - E79 : NBP is too big to fit in free base memory "
> >
> >
> > Can anybody explain me first what is this error.
>
>
> Sounds like you are trying to load a kernel with PXE. Instead, you need
> to load pxelinux.0, which is a 2nd-state bootloader, which will then go
> and load the kernel.
>
> Check the LTSP wiki for examples of how to setup the 'filename'
> parameter in your dhcp config file.
>
> Jim McQuillan
> [EMAIL PROTECTED]
>
>
>
> >
> > And how do I fix this error.
> >
> > Thanks
> >
> >
> > Varun
> >
> >
> >
> -------------------------------------------------------------------------
> > This SF.net email is sponsored by: Microsoft
> > Defy all challenges. Microsoft(R) Visual Studio 2008.
> > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> > _____________________________________________________________________
> > Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto:
> > https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
> > For additional LTSP help, try #ltsp channel on irc.freenode.net
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _____________________________________________________________________
> Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto:
> https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
> For additional LTSP help, try #ltsp channel on irc.freenode.net
>
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_____________________________________________________________________
Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto:
https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help, try #ltsp channel on irc.freenode.net