Quoting Gary Jaffe <[EMAIL PROTECTED]>:
> I would appreciate some help with a problem I've been struggling with for
> some
> time now. I have ltsp_core-3.0.5-0, ltsp_kernel-3.0.5-0,
> ltsp_x_core-3.0.1-1, and ltsp_x_fonts-3.0.0-0 installed on a Redhat 7.3
box.
>
> I have a single workstation with an NE2000 ISA card obtained from
> disklessworkstations.com in 1999 with an upgraded bootPROM I just
received.
>
> When I boot the workstation, everything goes fine until it tries to
transfer
>
> the vmlinuz file with tftp, at which time it sleeps. I get my ip addr
OK.
>
> This is the same spot I failed when I used Jason Pattie's trick of
> downloading a newer Etherboot image with my old bootPROM.
Gary,
I use Jason's trick of downloading a newer etherboot image for a bunch of
my machines. Here is the dhcp setup. It might trigger something.
hardware ethernet 00:50:ba:6b:d7:cc;
fixed-address 172.16.1.2;
if substring (option vendor-class-identifier, 0, 9) = "Etherboot" {
filename "/lts/vmlinuz-2.4.9-ltsp-6";
} else {
filename "/lts/eb-5.0.6-ne.lzrom.nbi";
}
next-server 172.16.1.1;
option root-path "172.16.1.1:/opt/ltsp/i386";
option log-servers 172.16.1.1;
option enabler-magic e4:45:74:68:00:00;
option kernel-command-line "NIC=ne IO=0x300 IRQ=5";
}
and at the top of the file (in the global section)
option enabler-magic code 128 = string;
option kernel-command-line code 129 = text;
Hope this helps,
Derek
--
Derek Dresser
Gould Academy
Bethel, ME 04217
(207)824-7700
"Nothing endures but change"
--Heraclitus
-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_____________________________________________________________________
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