Configuration de l'utilitaire PXE
Après avoir configuré un ou plusieurs fichiers d'installation automatique, n'oubliez pas d'ajouter
les entrées correspondantes dans le fichier pxelinux.cfg/default pour les activer :
SERIAL 0 9600
CONSOLE 0
PROMPT 0
ONTIMEOUT local
TIMEOUT 300
DEFAULT menu.c32
LABEL local
kernel chain.c32
append hd0 0
LABEL rhel-6.5-auto
kernel rhel-6.5/vmlinuz
append initrd=rhel-6.5/initrd.img ksdevice=eth0 ks=http://192.168.1.1/answers/rhel-6.5.cfg
console=ttyS0,9600n8
LABEL rhel-6.5-interactive
kernel rhel-6.5/vmlinuz
append initrd=rhel-6.5/initrd.img repo=http://192.168.1.1/os/rhel-6.5 console=ttyS0,9600n8
LABEL ubuntu-14.04-auto
kernel ubuntu-14.04/linux
append initrd=ubuntu-14.04/initrd.gz priority=critical auto=true
preseed/url=http://16.84.217.164/answers/ubuntu-14.04.cfg interface=em2 console=ttyS0,9600n8
LABEL ubuntu-14.04-interactive
kernel ubuntu-14.04/linux
append initrd=ubuntu-14.04/initrd.gz console=ttyS0,9600n8
LABEL m400-Trusty-Installer-auto
MENU LABEL Ubuntu Trusty Installer Automated Regular
KERNEL ubuntu-14.04.1/m400/uImage
APPEND initrd= ubuntu-14.04.1/m400/uInitrd
preseed/url=http://<hosting IP address>/m400_trusty.cfg interface=auto
auto=true priority=critical console=ttyS0,9600n8r
LABEL m400-Trusty-Installer
MENU LABEL Ubuntu Trusty Installer Manual
KERNEL ubuntu-14.04.1/m400/uImage
APPEND initrd=ubuntu-14.04.1/m400/uImage console=ttyS0,9600n8r
LABEL m800-Trusty-Installer-auto
MENU LABEL Ubuntu Trusty Installer Automated Regular
KERNEL ubuntu-14.04.1/m800/vmlinuz
APPEND initrd= ubuntu-14.04.1/m800/initrd.gz
preseed/url=http://<hosting URL>/ubuntu-14.04.1.cfg interface=eth0
auto=true priority=critical console=ttyS0,9600n8
LABEL m800-Trusty-Installer
MENU LABEL Ubuntu Trusty Installer Manual
KERNEL ubuntu-14.04.1/m800/vmlinuz
APPEND initrd= ubuntu-14.04.1/m800/initrd.gz console=ttyS0,9600
LABEL sles-11sp3-auto
kernel sles-11sp3/m300-kiso-1.0/linux
append initrd=sles-11sp3/m300-kiso-1.0/initrd install=http://192.168.1.1/os/sles-11sp3
addon=http://192.168.1.1/os/m300-kiso-1.0 autoyast=http://192.168.1.1/answers/sles-11sp3.xml console=ttyS0,9600n8
LABEL sles-11sp3-interactive
kernel sles-11sp3/m300-kiso-1.0/linux
append initrd=sles-11sp3/m300-kiso-1.0/initrd install=http://192.168.1.1/os/sles-11sp3
addon=http://192.168.1.1/os/m300-kiso-1.0 console=ttyS0,9600n8
Les nouvelles entrées sont grisées dans l'exemple ci-dessus. Si vous amorcez sur réseau un nœud
sur une cartouche de serveur HP ProLiant, trois entrées additionnelles s'affichent. Le fait de choisir
une entrée terminera une installation de votre distribution de Linux choisie sans intervention de
l'utilisateur, à part pour sélectionner le système d'exploitation à installer.
Exécution d'une installation automatisée de Linux
63