Etherboot....

Imagen de net_bugs

Forums: 

Hola....

tengo un problemas con la configuracion del etherboot

he configurado paso a paso segun el manual de etherboot.org, pero aun no puedo arrancar la maquina (cliente) haciendo boot con mi serv. linux.

Histria:
tengo un serv. linux SuSe 8.0 dentro de una red, este tiene que hacer el trabajo de arrancar maqinas que no tienen disco, quiero saber la mejor forma de arrancarlas?

y si tine un manual mas explicito aunque suse trae muchos de los paquetes preconfigurados... muchas veces hay que crear archivos de configuracion...

gracias.

Imagen de ElSanto

[quote:f740dff859]tengo un problemas con la configuracion del etherboot

he configurado paso a paso segun el manual de etherboot.org, pero aun no puedo arrancar la maquina (cliente) haciendo boot con mi serv. linux. [/quote:f740dff859]

Se un poco mas especifico cual es el problema......pero chequeaste primero los requerimientos de etherboot los cuales son:
[i:f740dff859] * A bootstrap loader, usually in an EPROM on a network card, or installed in the flash BIOS, but could be put anywhere in the address space the BIOS probes in. For testing this could be put on a floppy disk or a hard disk partition. Some configurations may even be always run from a floppy disk (e.g. temporary testing setups or pedagogic uses).
* A DHCP or bootp server, for returning an IP address and other information when sent a MAC (Ethernet card) address.
* A tftp server, for sending the kernel images and other files required in the boot process. Alternatively, Etherboot can boot from an NFS mount.
* A Linux or FreeBSD kernel.
* Optionally, a NFS server, for providing the disk partitions that will be mounted if Linux or FreeBSD is being booted.
* Optionally, a RAM disk contained in the loaded image. This can be the initial RAM disk if desired.
* Software tools for building the download image, and tools for debugging.
[/i:f740dff859]

el primero y el mas importatnte es que tienes que tener una tarjeta de red que soporte estas caracteristicas, si no la tienes no puedes hacer nada....

Aqui estan unos enlaces a documentos de interes sobre etherboot y LSTP
[url=http://www.ltsp.org/contrib/eproms_es.html]Elegir una memoria para el BOOTROM[/url]
[url=http://www.ltsp.org/documentation/pxe.howto.html]Un howto de ltsp de como usar PXE con etherboot[/url]
[url=http://k12ltsp.org/contents.html]K12ltsp: Una distribución basada en redhat con soporte para LTSP preconfigurado y usado en las escuelas[/url]
[url=http://www.ltsp.org/]Linux Terminal Server Project[/url]
[url]http://ltsp-es.hispalinux.es[/url]

Saludos

[Linux Counter]

Imagen de net_bugs

no entiendo el arranque de la maquina cliente en una compaq p4, con una tarjeta eepro-100 intel, el disco se quemo :evil: asi que la vamos a poner para que arranque desde el serv. linux.

la cosa es que no entiendo la configuracion del rom del cliente :roll:

segundo configure todos los serv. con el manual de etherboot.

Imagen de ElSanto

[quote:594b844f4b]la cosa es que no entiendo la configuracion del rom del cliente[/quote:594b844f4b]

Genera un disquete de arranque para el cliente de LTSP. Para generar el disquete, necesitas una rom (imagen), que la vas a encontrar en la web [url=http://www.rom-o-matic.net/]rom-o-matic[/url]. Baja la imagen que coincida con la tarjeta de red (NIC) de tu cliente, y que sea de una version del rom-o-matic estable (hoy, es la [url=http://www.rom-o-matic.net/5.2.2/]version 5.2.2[/url]). Si no encuentras la imagen para tu tarjeta de red, utiliza Google para encontrarla, con una busqueda similar a [url=http://www.google.com/search?q=realtek+8029+linux+kernel+module+drivers&btnG=Google+Search]esta[/url]. Cuando tengas la imagen, genera el disquete de arranque con la orden:

dd if=eb-5.2.2-eepro100.lzdsk of=/dev/fd0

Saludos

[Linux Counter]

sleep....... Zzzzzz....

Imagen de net_bugs

Ready..... i make it....

la maquina arranco con el floppy y empezo a cargar..pero quedo sleep

dice:
searching for server (DHCP)....

y hay se quedo....

en el log tengo:
Oct 31 20:23:15 linux dhcpd: DHCPDISCOVER from 00:40:33:e0:b4:24 via eth0
Oct 31 20:23:15 linux dhcpd: DHCPOFFER on 192.10.10.31 to 00:40:33:e0:b4:24 via eth0

asi esta mi dhcp.conf

ddns-update-style none; ddns-updates off;
authoritative;

# declare the lease times (the time after which a client will renew its lease)
default-lease-time 600; # 10 minutes (short for testing... increase these)
max-lease-time 7200; # 2 hours

# let's give the local domain a name
option domain-name "biblioteca.com";

# this assumes that your dhcp server is also the router for the subnet
option routers 192.10.10.1;

# clients shall use this host as nameserver, too
option domain-name-servers 206.128.192.210;

# this can explicitely be specified
option broadcast-address 192.10.10.25;

# these 10 addresses will be given out dynamically
subnet 192.10.10.0 netmask 255.255.255.0 {
range 192.10.10.30 192.10.10.35;
# options may also be put here if they are not global
}

# this host is known by its hardware address and we want a fixed address for it
host erdinger { hardware ethernet 00:40:33:E0:B4:24; fixed-address 192.10.10.31; }

:( :( :twisted: