issue78:tuto_installer_linux_via_pxe
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Prochaine révision | Révision précédente | ||
| issue78:tuto_installer_linux_via_pxe [2013/12/07 12:19] – créée andre_domenech | issue78:tuto_installer_linux_via_pxe [2014/03/24 06:49] (Version actuelle) – fcm_-_ekel | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| + | ==== 1 ==== | ||
| + | ** | ||
| PXE can be considered as one of the ways to load the operating system on a computer. | PXE can be considered as one of the ways to load the operating system on a computer. | ||
| Ligne 8: | Ligne 10: | ||
| This file is then executed, thereby booting an operating system. | This file is then executed, thereby booting an operating system. | ||
| + | ** | ||
| + | PXE peut être considéré comme l'un des moyens de charger le système d' | ||
| + | |||
| + | Le Preboot eXecution Environment (PXE, également connu comme le Pre-eXecution Environment, | ||
| + | |||
| + | Lorsque l' | ||
| + | |||
| + | Si cette option est sélectionnée, | ||
| + | |||
| + | Ce fichier est ensuite exécuté, faisant ainsi démarrer un système d' | ||
| + | |||
| + | ** | ||
| In standard mode, the DHCP server does not directly provide the boot server, but acts as a "PXE redirection service", | In standard mode, the DHCP server does not directly provide the boot server, but acts as a "PXE redirection service", | ||
| Ligne 20: | Ligne 34: | ||
| The last row will have a verbose log. | The last row will have a verbose log. | ||
| + | ** | ||
| + | En mode standard, le serveur DHCP n'est pas directement le serveur de démarrage, mais agit comme un « service de redirection PXE », qui redirige le client vers le serveur PXE disponible. | ||
| + | |||
| + | Le serveur PXE est un serveur DHCP modifié, qui utilise le port UDP 4011 et fournit au client l' | ||
| + | |||
| + | Dans la pratique, le plus souvent le microcode PXE est capable de recevoir directement les paramètres nécessaires à partir du serveur DHCP pour identifier le serveur et le fichier de démarrage à télécharger, | ||
| + | |||
| + | sudo apt-get install dhcp3-server netkit-inetd lftp tftpd-hpa | ||
| + | |||
| + | Modifiez le fichier / | ||
| + | |||
| + | La dernière ligne aura un journal détaillé. | ||
| + | |||
| + | ==== 2 ==== | ||
| + | ** | ||
| Now we work on the files related to the DHCP Service: | Now we work on the files related to the DHCP Service: | ||
| Ligne 36: | Ligne 65: | ||
| and specify the interface to use with the INTERFACES directive. | and specify the interface to use with the INTERFACES directive. | ||
| + | ** | ||
| + | Maintenant, nous travaillons sur les fichiers liés au service DHCP : | ||
| + | |||
| + | vim / | ||
| + | |||
| + | et tapez le texte ci-dessous. | ||
| + | |||
| + | Évidemment, | ||
| + | |||
| + | Le paramètre de nom de fichier est généralement pxelinux.0, mais peut être modifié à volonté en le plaçant là où c'est pratique pour vous. | ||
| + | |||
| + | Ce n'est pas encore terminé avec DHCP... | ||
| + | |||
| + | vim / | ||
| + | |||
| + | et précisez l' | ||
| + | |||
| + | ** | ||
| We put in /var/ lib/ | We put in /var/ lib/ | ||
| Ligne 50: | Ligne 97: | ||
| and we pass to the configuration of the PC terminal on which it will be installing the operating system. | and we pass to the configuration of the PC terminal on which it will be installing the operating system. | ||
| + | ** | ||
| + | Nous avons mis dans / | ||
| + | |||
| + | lftp -c "open http:// | ||
| + | |||
| + | mirror netboot/" | ||
| + | |||
| + | Ensuite, nous démarrons les services : | ||
| + | |||
| + | sudo / | ||
| + | |||
| + | sudo / | ||
| + | |||
| + | et nous passons à la configuration du PC terminal sur lequel il va installer le système d' | ||
| + | |||
| + | ==== 3 ==== | ||
| + | ** | ||
| Usually, modern BIOSes have the boot option set to the F12 key, but I recommend the classic RTFM ... to dispel any doubt. | Usually, modern BIOSes have the boot option set to the F12 key, but I recommend the classic RTFM ... to dispel any doubt. | ||
| Ligne 66: | Ligne 130: | ||
| This will allow you to boot using older machines. | This will allow you to boot using older machines. | ||
| + | ** | ||
| + | |||
| + | Habituellement, | ||
| + | |||
| + | L' | ||
| + | |||
| + | Je travaille habituellement avec les versions serveur d' | ||
| + | |||
| + | / | ||
| + | |||
| + | et écrivez : | ||
| + | |||
| + | wget http:// | ||
| + | |||
| + | wget http:// | ||
| + | |||
| + | Cela vous permettra de démarrer en utilisant des machines plus anciennes. | ||
issue78/tuto_installer_linux_via_pxe.1386415152.txt.gz · Dernière modification : 2013/12/07 12:19 de andre_domenech
