User Tools

Site Tools


doc:appunti:linux:sa:pxe_boot

This is an old revision of the document!


Boot via PXE

Come avviare l'immagine di un CD-ROM via network boot (PXE). Si prova con GRML, seguento queste istruzioni.

Condivisione NFS

Si scarica l'immagine ISO grml32-full_2012.05.iso e si condivide via NFS mettendo in /etc/exports:

/home/tftpboot/images/  *(ro,no_subtree_check)

Ovviamente deve essere installato il pacchetto nfs-kernel-server.

Server TFTP

Si scaricano i file per il boot PXE grml_netboot_package_grml32-full_2012.05.tar.bz2, si configura un server TFTP (es. tftpd-hpa di Debian) e si pubblicano i seguenti file nella radice del server:

grml_netboot/
grml_netboot/vmlinuz
grml_netboot/pxelinux.0
grml_netboot/pxelinux.cfg
grml_netboot/pxelinux.cfg/default
grml_netboot/initrd.img

Il file grml_netboot/pxelinux.cfg/default deve essere personalizzato:



Configurazione DHCP

host pxe {
    hardware ethernet 00:27:0E:08:43:CD;
    fixed-address 10.0.1.189;
    option host-name "pxe";
    filename "grml_netboot/pxelinux.0";
}
doc/appunti/linux/sa/pxe_boot.1352364264.txt.gz · Last modified: 2012/11/08 09:44 by niccolo