AYUDA !!!
"Dayron Perez Roldan" <[email protected]>
| Newsgroups | gmane.linux.pxes.spanish |
|---|---|
| Message-ID | <[email protected]> |
Amigos, tengo un grupo de computadoras P5LD2-VM con la descripcion que le adjunto... Y tengo el siguiente problema : Cuando comienzan a cargar me dan este error : Could not automatically detect the network card. ISA cards can not be detected, so they required the nic to be specific in a "NIC=" parametrer to be passed on the kernel command line, usually usually specified in option-129 in the /etc/dhcp.conf file. Pero para este tipo de PC no se que ponerle en la opcion-129. Ademas de que he leido que cuando usas esta opcion debes usar la opcion-128 tambien; y realmente lo que estoy nunca sera para las mismas PC por tanto las MAC varian... Como configuro el DHCP para resolver este problema, o que hago para resolverlo... AGRADECERIA SU AYUDA AMIGO !!! PD : Adjunto les pongo mi configuracion del DHCP.
descripcion.txt
(text/plain, 1.2 KB)
Descripción CPU - Socket LGA775 para Intel Core2 Extreme / Core2 Duo / Pentium D / Pentium 4 / Procesador Celeron D - Compatible con procesadores Intel Intel 05B / 05A / 06B - Soporta tecnología Hyper-Threading Chipset - Intel 945G - Intel ICH7 FSB - 1066(Support Intel Core2 only) / 800 / 533 MHz Memoria - Arquitectura de memoria Dual Channel - 2 x DIMM, max. 2GB, DDR2 667 / 533 MHz, non-ECC, un-buffered memory VGA - Intel Graphics Media Accelerator 950(Support Microsoft DirectX 9.0) Ranuras de Expansión - 1 x PCI-E x16 - 1 x PCI-E x1 - 2 x PCI 2.2 Almacenamiento/RAID - Southbridge .- 1 x UltraDMA 100/66/33 .- 4 x ATA serial 300/150 USB - 4 puertos USB2.0 LAN - Intel Gb LAN Panel trasero I/O - 1 x Paralelo - 1 x Serial - 1 x VGA - 1 x Teclado PS/2 - 1 x Mouse PS/2 - 1 x 8-Channel Audio I/O - 1 x RJ45 - 4 x USB 2.0 Conectores Internos I/O - 2 x Conectores USB 2.con soporte adicional para 4 puertos USB 2.0 - Conector CPU/ Conectores de Chassis FAN - Conector CD audio in - Conector Front Panel Audio - Conector de alimentación 24-pin ATX - Conector de alimentación 4-pin ATX 12V Bios - 4 Mb Flash ROM, AMI BIOS, PnP, DMI2.0, WfM2.0, SM BIOS 2.3, ACPI 2.0a, ASUS EZ Flash, ASUS CrashFree BIOS 2 Dimensiones - ATX, 24.5cm x 24.5cm
dhcpd.conf
(application/octet-stream, 1 KB)
# dhcpd.conf for KNOPPIX terminalserver
# global settings
ddns-update-style none;
allow booting;
allow bootp;
default-lease-time 604800;
max-lease-time 604800;
authoritative;
log-facility local7;
option option-129 code 129 = text;
subnet 10.33.20.0 netmask 255.255.255.0 {
next-server 10.33.20.77;
if substring (option vendor-class-identifier, 0, 9) = "PXEClient"
{
filename "/lts/2.6.15.4/pxelinux.0";
}
else if substring (option vendor-class-identifier, 0, 9) = "Etherboot"
{
filename "/lts/vmlinuz-2.6.15.4";
}
option subnet-mask 255.255.255.0;
option broadcast-address 10.33.20.255;
range 10.33.20.1 10.33.20.253;
option domain-name-servers 10.33.20.200 , 10.0.0.4 ;
option routers 10.33.20.254;
option domain-name "uci.cu";
option root-path "10.33.20.77:/opt/ltsp-4.2/i386/";
option option-129 "NIC=ne IO=0x220";
}
#Host unisys {
# hardware ethernet 00:10:5A:CD:91:F8;
# fixed-address 10.33.20.77;
# filename "/tftpboot/lts/vmlinuz-2.4.19-ltsp-1";
#option option-129 "NIC=eepro100";
#}