RE: [K12OSN] Compaq Deskpro Clients
Daniel Marte (martedaniel@qwest.net)
Mon, 29 Apr 2002 19:48:24 -0600
Steve,
On Mon, Apr 29, 2002 at 05:45:29PM -0600, Daniel Marte wrote:
> according to the specs it supports PXE booting. We can not get them to
boot
> from the K12 Linux Terminal Server. WE performed a Default Installation.
which K12OS version ?
********Version 2.2
>
> On the client side:
> IT gives the MAC address 00: A4:ETC...
> NO PXE Server found using standard boot file
is dhcp set up to handle PXE ?
*********If I am not mistaken in version 2.2 PXE is set to to answer PXE by
default. Right?
have a look in /etc/dhcpd.conf
and you should have a section, vis
****Yes , we have a section like this one:
shared-network WORKSTATIONS {
subnet 192.168.0.0 netmask 255.255.255.0 {
range dynamic-bootp 192.168.0.100 192.168.0.253;
use-host-decl-names on;
option log-servers 192.168.0.254;
# trick from Peter Rundle
if substring (option vendor-class-identifier, 0, 9) = "PXEClient"
{
filename "/lts/pxe/pxelinux.bin";
# NOTE: kernels are specified in /tftpboot/lts/pxe/pxelinux.cfg/
}
else
{
filename "/lts/vmlinuz-2.4.9-ltsp";
}
}
}
HTH,
Steve
_______________________________________________
K12OSN mailing list
K12OSN@redhat.com
https://listman.redhat.com/mailman/listinfo/k12osn
For more info see
_______________________________________________
K12OSN mailing list
K12OSN@redhat.com
https://listman.redhat.com/mailman/listinfo/k12osn
For more info see