On Wed, 2003-02-05 at 22:00, Petru Paler wrote: > On Wed, Feb 05, 2003 at 09:16:04PM +0200, Dragosh M. wrote: > > PS: Daca iti iei IBM o sa-ti ofer tips and tricks pentru eeprou ala > > cretin, eu m-am kinuit 10 ore pana m-am prins ce avea .. bineinteles ca > > Cumva ceva legat de faptul ca nu face ack la pachetele tftp pe care le > primeste? Eu am patit ceva de genul asta cu un Compaq (tot cu eepro100, > cred) si pana la urma m-am lasat pagubas; orice idee ar fi apreciata :)
You got it right :) A fost una nasuala, workaroundu: te duci pe www.rom-o-matic.com - selctezi versiunea de devel 5.1.3 iti alegi placa - eepro100 in cazul meu iti alegi imaginea - LZPXE in acest caz si o configurezi, eu ii scot crapurile de wait 3 secunde probe for ISA and stuff, asta nu e important, e just fun. trickeria: bifezi:ALLOW_ONLY_ENCAPSULATED Ignore Etherboot-specific options that are not within the Etherboot encapsulated options field. This option should be enabled unless you have a legacy DHCP server configuration from the bad old days before the use of encapsulated Etherboot options. DEFAULT_BOOTFILE: Define a default bootfile for the case where your DHCP server does not provide the information. Example: -DDEFAULT_BOOTFILE="tftp:///tftpboot/kernel" aici e tricku, ii dai calea spre fisier: tftp:///lts/vmlinuz-2.4.19-ltsp-1 (ca e tfptpdu' rulat cu -s) iti downloadezi imaginea si mai apoi trebuie sa treci in dhcpd conf: -------------------------------- host ws00X { hardware ethernet 00:60:94:05:3F:E1; #in cazul meu :) fixed-address 192.168.0.2; if substring (option vendor-class-identifier, 0, 9) = "PXEClient" { filename "/lts/eb-5.1.3-eepro100.lzpxe"; } else if substring (option vendor-class-identifier, 0, 9) = "Etherboot" { filename "/lts/vmlinuz-2.4.19-ltsp-1"; option vendor-encapsulated-options 3c:09:45:74:68:65:72:62:6f:6f:74:ff; #crapu de mai sus il pui as is, nu depinde de MAC-ul placii tale de #retea ## option option-128 e4:45:74:68:00:00; #This is NOT a MAC #address } } --------------------------------- Si cam asta e tot, in mod sigur va merge, cand buteaza o sa zica activating locking tftp bug workaround (smth like that anyway) PS: te costa un plasture, ca 4 ore m-am dat cu capu de masa de nervi pana m-am prins (not beeing smart hurts:). Dragosh M. -- I/O error while opening .signature file --- Pentru dezabonare, trimiteti mail la [EMAIL PROTECTED] cu subiectul 'unsubscribe rlug'. REGULI, arhive si alte informatii: http://www.lug.ro/mlist/
