I'm working with a 3com 3c905c-txm. I have kernel & initrd 2.09pre4-4.
I ignore the tagged image; use the bzImage, and have prepared an initrd.
I've populated /tftpboot with pxegrub (and for future use, nbgrub).
On the plus side, I end up with a dhcpd.conf free of "if" blocks,
I've not changed dhcpd from Redhat's shipping version 2.0pl5,
and I've left the eeprom alone. On the minus side, grub provides
no handling for DOS ram disks, nor of cdroms.
Here are come extracts [I serve from 192.168.2.3.]
----------- /etc/dhcpd.conf ----------
group {
use-host-decl-names on;
option domain-name "house";
option log-servers 192.168.2.3;
### for pxegrub
filename "/tftpboot/pxegrub";
option option-150 "/tftpboot/grub.set1";
### for linux kernel
option root-path "192.168.2.3:/spare/ltsp/i386";
host pc1 {
hardware ethernet 00:01:03:e7:93:40; fixed-address 192.168.2.10;
#option option-128 e4:45:74:68:00:00;
#option option-129 "NIC=";
}
}
----------- /tftpboot/grub.set1 -----------
default=0
#timeout=999
title Reboot computer
reboot
title Reload this grub config file from network
root (nd)
configfile /tftpboot/grub.set1
title New ltsp [ 2.09pre4 -- but using bzImage and initrd.gz, not tagged image ]
root (nd)
kernel /tftpboot/lts/bzImage-2.4.9-ltsp-4 root=/dev/ram0 init=/linuxrc rw
initrd /tftpboot/lts/initrd-2.4.9-ltsp-4.gz
----------- end -----------
--
Deep down in every one of us there is a certain stagnant something
that is dormant. -- Anna Russell
_____________________________________________________________________
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.openprojects.net