Installation en PXE ====== Config Série: ====== Par défaut le Soekris est en 19200 8n1 ===== Pour changer le default boot en dhcp prems ===== * ^P Asap lors de l'allumage * Set BootDrive F0 80 81 FF ===== Pour booter en direct sur le reseau ===== * ^P Asap lors de l'allumage * Boot F0 (Src: http://www.stephenwagner.com/?cat=36) ===== Pour le forcer en 9600 ===== * ^P Asap lors de l'allumage * set ConSpeed 9600 * reboot (Src : http://strugglers.net/wiki/Debian_on_Soekris ) ====== Config TFTP: ====== ===== Debian ===== * cd tftp * wget http://ftp.debian.org/debian/dists/stable/main/installer-i386/current/images/netboot/netboot.tar.gz * tar xzf netboot.tar.gz ===== Remplacement du pxelinux ===== * cd tftp * wget https://centerclick.org/net4801/pxelinux/pxelinux.0.gz --no-check-certificate * rm pxelinux.0 * gunzip pxelinux.0.gz (Src: http://strugglers.net/wiki/Debian_on_Soekris) ===== Config du boot ===== * Grossierement pxelinux.cfg/default doit ressembler a ca console 0 serial 0 9600 0 # D-I config version 2.0 ###include debian-installer/i386/boot-screens/menu.cfg ###default debian-installer/i386/boot-screens/vesamenu.c32 ###prompt 0 ###timeout 0 label install kernel debian-installer/i386/linux append vga=788 initrd=debian-installer/i386/initrd.gz -- console=ttyS0,9600n8 earlyprint=serial,ttyS0,9600 default install (src: http://www.stephenwagner.com/?cat=36 http://lists.soekris.com/pipermail/soekris-tech/2005-January/007523.html) ====== Complements d'Informations ====== * http://strugglers.net/wiki/Debian_on_Soekris * http://www.brixandersen.dk/papers/net4801/net4801.html