On Fri, 2007-02-23 at 08:58 -0200, Mateus wrote: > hello... > > i'm installing ltsp 5 here. > but when the clients try to boot, this message is showed. > > > segment [0009ec80,0009ff218] does not fit in any memory region > > i'm using the default kernel of ltsp 5 and booting by a floopy disk > > the client machine has 48mb ram > > > thanks,.,,... >
This sounds like you have the kernel (probably vmlinuz) in the boot file or filename section of your DHCP settings instead of pxelinux.0. When booting using PXE and a boot floppy from rom-o-matic.net, you must refer the pxelinux.0 file for the boot file or filename in your DHCP settings. This file is a network bootstrap program, and is what is used to load the kernel. The pxelinux.0 file is small, about 13KB, because that's about all PXE can handle and is what and you're trying to pass the kernel which is way too big and that is why you're getting the message. Use the following in you DHCP settings. filename "/ltsp/i386/pxelinux.0"; option root-path "/opt/ltsp/i386"; ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _____________________________________________________________________ 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
