hi,
i have the exact same configuration but still getting the same
uncompressing... error.
snippets of my dhcpd.conf is,

host ws244 {
               hardware ethernet  00:01:03:e3:53:3d;
               fixed-address  192.168.1.244;
               filename "/lts/vmlinuz-2.6.16.1-ltsp-2";

               }

host ws245 {
               hardware ethernet  00:04:75:75:a9:82;
               fixed-address  192.168.1.245;
               filename "/lts/2.6.16.1-ltsp-2/pxelinux.0";

               }

but still nothing boths up while etherboot stations are working fine.



On 5/16/06, Unknown <[EMAIL PROTECTED]> wrote:
> On Tue, 2006-05-16 at 11:54 +0500, Metal Gear wrote:
> > On 5/11/06, Metal Gear <[EMAIL PROTECTED]> wrote:
> > > > I'm wanting to know what kind of thin clients you have.  What is the 
> > > > CPU.
> > > > Maybe it's not able to execute the kernel that is being downloaded.
> > > >
> > > some information that i collected from bios is listed below,
> > > 64MB RAM, PC100-322-620, Pentium 2 400MHz
> > > Video COntroller S3 Incorporated Trio3D
> > > Pre-boot execution environment (PXE) v2.00
> > >
> > > Etherboot clients are working fine the PXE clients are giving
> > > "Uncompressing Linux..., Ok, booting the kernel." error.
>
> Etherboot machines need kernels that are packaged for Etherboot.
> Since your Etherboot clients are working, you're OK with this one.
>
> PXE machines need kernels that are packaged for PXE.  You have two
> choices:
> 1) You can put a section like the following few lines in /etc/dhcpd.conf
> for each PXE machine:
>   host ws7
>   {
>      hardware ethernet 00:C0:4E:81:33:1D;   # Replace this with the MAC
> address of each PXE machine
>      fixed-address ws7;
>      filename "/lts/2.4.26-ltsp-2/pxelinux.0";
>   }
>
> 2) Configure your DHCP to automatically determine the correct kernel.
> Instructions for this can be found in the LTSP wiki, here:
> http://wiki.ltsp.org/twiki/bin/view/Ltsp/DHCP#Automatically_using_the_correct
>
> Does that help?
>
> -David
>
>
>
>


_____________________________________________________________________
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

Reply via email to