Bonjour a tous,

Je viens vers vous car j'ai de grosses difficultés pour gerer mes installations d'OS par pxe... Pour l'instant j'arrive tres bien (via clonezilla) a cloner des disques et redescendre des images... par contre dès que je veux proceder a l'install d'une autre distribution ca coince.... J'en conclus que le tftp et dhcp fonctionnent bien... j'ai essayé plein de parametre dans la section "APPEND initrd" rien n'y fait.... le noyau se charge bien mais apres ca bloque.... je me retrouve sur un espece de prompt "initramfs".... je vous poste mon fichier default du repertoire pxelinux.cfg:


DEFAULT menu
PROMPT 0
MENU TITLE Cobbler | http://cobbler.github.com/
TIMEOUT 200
TOTALTIMEOUT 6000
ONTIMEOUT local


LABEL local
MENU LABEL (local)
MENU DEFAULT
LOCALBOOT -1


MENU TITLE Clonezilla
LABEL Clonezilla Live (Ramdisk) i486
KERNEL /images/live/i486/vmlinuz
APPEND initrd=/images/live/i486/initrd.img boot=live config noswap nolocales edd=on nomodeset ocs_live_run="ocs-live-general" ocs_live_extra_param=""ocs_live_keymap="" ocs_live_batch="no" ocs_lang=""vga=788 nosplash noprompt fetch=tftp://192.168.0.15/images/live/i486/filesystem.squashfs


LABEL Clonezilla Live (Ramdisk) i686-pae
KERNEL /images/live/i686-pae/vmlinuz
APPEND initrd=/images/live/i686-pae/initrd.img boot=live config noswap nolocales edd=on nomodeset ocs_live_run="ocs-live-general" ocs_live_extra_param=""ocs_live_keymap="" ocs_live_batch="no" ocs_lang=""vga=788 nosplash noprompt fetch=tftp://192.168.0.15/images/live/i686-pae/filesystem.squashfs


LABEL Clonezilla Live (Ramdisk) amd64
KERNEL /images/live/amd64/vmlinuz
APPEND initrd=/images/live/amd64/initrd.img boot=live config noswap nolocales edd=on nomodeset ocs_live_run="ocs-live-general" ocs_live_extra_param=""ocs_live_keymap="" ocs_live_batch="no" ocs_lang="fr"vga=788 nosplash noprompt fetch=tftp://192.168.0.15/images/live/amd64/filesystem.squashfs


LABEL Install ubuntu1204 (x86)
KERNEL /images/ubuntu12.04/casper/vmlinuz
APPEND initrd= /images/ubuntu12.04/casper/initrd.lz


MENU END



Merci d'avance a ceux qui prendrons le temps de me lire...
10 jours plus tard
Merci de ta reponse.... j'ai deja regarder ces tutos.... sans succès.... je vais peut etre aprrofondir cobbler... je vois que ca...
Et dans les logs tu vois bien ton client pxe se connecter à ton PXE? Quelles sont les erreurs? dans les logs et sur le client?