Modifications entre les versions 4 et 6 (s'étendant sur 2 versions)
Version 4 à la date du 2009-12-09 17:17:25
Taille: 581
Éditeur: AlexandreDomont
Commentaire:
Version 6 à la date du 2009-12-09 17:35:55
Taille: 1785
Éditeur: AlexandreDomont
Commentaire:
Texte supprimé. Texte ajouté.
Ligne 1: Ligne 1:
=== Déploiement automatisé PXE/CLONEZILLA === = Déploiement automatisé PXE/CLONEZILLA =
Ligne 3: Ligne 3:
 * Configuration basée sur [[Ubuntu/PXE]] Le but de l'opération est de pouvoir faire une installation de Ubuntu via le système de boot réseau PXE.
Ligne 5: Ligne 5:
 Deux, trois trucs en plus : === Installation d'Ubuntu par le réseau (PXE) ===
Ligne 7: Ligne 7:
 {{{ Configuration de base sur [[Ubuntu/PXE]]

Et deux, trois trucs en plus pour le fun (clavier azerty et un petit menu):

{{{
Ligne 18: Ligne 22:
 {{{ {{{
Ligne 28: Ligne 32:
http://www.debian-administration.org/articles/478 Pour le boot menu : http://www.debian-administration.org/articles/478


=== Installation totalement automatisée === : reste à personnaliser l'installation avec "preseed"

=== Configuration Clonzilla live sur un serveur PXE ===

Configuration baséé sur http://clonezilla.org/clonezilla-live/livepxe.php


{{{
# mkdir /var/lib/tftpboot/clonezilla
# cd /tmp
# wget http://sourceforge.net/projects/clonezilla/files/clonezilla_live_stable/clonezilla-live-1.2.2-31.zip/download
# unzip clonezilla-live-1.2.2-31.zip
# cp live/vmlinuz1 /var/lib/tftpboot/clonezilla/
# cp live/initrd1.img /var/lib/tftpboot/clonezilla/
# cp live/filesystem.squashfs /var/lib/tftpboot/clonezilla/
}}}

{{{
# extrait de /var/lib/tftpboot/pxelinux.cfg/default

# Clonezilla
label clonezilla
MENU LABEL Clonezilla Live
kernel clonezilla/vmlinuz1
append initrd=clonezilla/initrd1.img boot=live union=aufs noswap noprompt vga=788 ocs_live_keymap="/usr/share/keymaps/i386/azerty/fr-latin9.kmap.gz" ocs_live_keymap=NONE ocs_lang=fr_FR.UTF-8 ocs_numlk="on" ocs_live_batch="no" fetch=tftp://192.168.0.10/clonezilla/filesystem.squashfs

}}}
Ligne 32: Ligne 66:
 * Personnaliser le fichier d'installation
 * Configuration pour clonezilla
 


 

Déploiement automatisé PXE/CLONEZILLA

Le but de l'opération est de pouvoir faire une installation de Ubuntu via le système de boot réseau PXE.

Installation d'Ubuntu par le réseau (PXE)

Configuration de base sur Ubuntu/PXE

Et deux, trois trucs en plus pour le fun (clavier azerty et un petit menu):

#/var/lib/tftpboot/pxelinux.cfg/default
DEFAULT disque
PROMPT 1
TIMEOUT 0
KBDMAP fr.kbd      --> Pour avoir le clavier azerty 
DISPLAY boot.txt   --> Pour ajouter un menu 

~

#/var/lib/tftpboot/boot.txt
=============
- Boot Menu -
=============

jaunty
clonezilla

Pour le boot menu : http://www.debian-administration.org/articles/478

=== Installation totalement automatisée === : reste à personnaliser l'installation avec "preseed"

Configuration Clonzilla live sur un serveur PXE

Configuration baséé sur http://clonezilla.org/clonezilla-live/livepxe.php

# mkdir /var/lib/tftpboot/clonezilla
# cd /tmp
# wget http://sourceforge.net/projects/clonezilla/files/clonezilla_live_stable/clonezilla-live-1.2.2-31.zip/download
# unzip clonezilla-live-1.2.2-31.zip
# cp live/vmlinuz1 /var/lib/tftpboot/clonezilla/
# cp live/initrd1.img /var/lib/tftpboot/clonezilla/
# cp live/filesystem.squashfs /var/lib/tftpboot/clonezilla/

# extrait de /var/lib/tftpboot/pxelinux.cfg/default

# Clonezilla
label clonezilla
MENU LABEL Clonezilla Live
kernel clonezilla/vmlinuz1
append initrd=clonezilla/initrd1.img boot=live union=aufs noswap noprompt vga=788 ocs_live_keymap="/usr/share/keymaps/i386/azerty/fr-latin9.kmap.gz" ocs_live_keymap=NONE ocs_lang=fr_FR.UTF-8 ocs_numlk="on" ocs_live_batch="no" fetch=tftp://192.168.0.10/clonezilla/filesystem.squashfs

ZEO/Paris/DeploiementAutomatise (dernière édition le 2012-04-09 02:59:05 par JeanChristopheAndré)