Mailinglist Archive: opensuse-es (617 mails)

< Previous Next >
Re: [opensuse-es] sin usb ni cd
ok, ahora trato de editar el dhcpd.conf, pero -...

No te compliques usa "vi"
gracias por el dato, no sabia de este...

estoy agregando las configuraciones segun el sitio:
http://en.opensuse.org/SDB:PXE_boot_installation#See_also

ya agrege al final de dhcpd.conf esto:
host target_host {
hardware ethernet xx:xx:xx:yy:yy:yy; ## aqui puse la direccion mac
fixed-address 192.168.1.10; ## de mi maquina destino
server-name "192.168.1.1"; ## lo demas lo deje igual
next-server 192.168.1.1;
filename "pxelinux.0";
}

lo reinicie con
rcdhcpd restart

instale atftp...
lo reinicie con
rcatftpd restart

pero... chkconfig tftp on me devuelve:
tfpt: unknown service...

procedo con lo siguiente:
instalar syslinux (ya)
cree el directorio
mkdir -p /srv/tftpboot/pxelinux.cfg

y pegue:
cp /usr/share/syslinux/pxelinux.0 /srv/tftpboot

cree el archivo:
/srv/tftpboot/pxelinux.cfg/default

y lo llene con:


default install
prompt 1
timeout 30

# Install i386 Linux
label install
kernel linux
append initrd=initrd splash=silent vga=0x314 showopts
install=http://download.opensuse.org/factory/repo/oss/

# Install x86_64 Linux
label install64
kernel linux64
append initrd=initrd64 splash=silent vga=0x314 showopts
install=http://download.opensuse.org/factory/repo/oss/



peeeeero, al iniciar la maquina destino me envia:
PXE-E53: no boot filename received.

quiero pensar de que esto se debe a que chkconfig tftp on .... no
responde...

o hice algo mal???

Gracias

--
Para dar de baja la suscripción, mande un mensaje a:
opensuse-es+unsubscribe@xxxxxxxxxxxx
Para obtener el resto de direcciones-comando, mande
un mensaje a:
opensuse-es+help@xxxxxxxxxxxx

< Previous Next >