Table des matières

Installation en PXE

Config Série:

Par défaut le Soekris est en 19200 8n1

Pour changer le default boot en dhcp prems

Pour booter en direct sur le reseau

(Src: http://www.stephenwagner.com/?cat=36)

Pour le forcer en 9600

(Src : http://strugglers.net/wiki/Debian_on_Soekris )

Config TFTP:

Debian

Remplacement du pxelinux

(Src: http://strugglers.net/wiki/Debian_on_Soekris)

Config du boot

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