Ce document synthétique et concret présente toutes les opérations nécessaires pour installer et utiliser le système d'exploitation Linux sur son ordinateur.
Extrait :
"Installer un boot PXE + Ghost sur un serveur Debian 4.0.
Installation des packages nécessaires :
- Dhcpd 3-server
- Samba
- Pxe
- Tftpd-hpa"
[...] Linux, mode d'emploi How to Installer un boot PXE + Ghost sur un serveur Debian Installation des packages nécessaires Dhcpd 3-server Samba Pxe Tftpd-hpa Configuration du tftp mkdir /tftpboot chmod 777 /tftpboot mkdir /tftpboot/pxelinux .cfg Fichier /tftpboot/pxelinux.cfg/default : DEFAULT menu.c32 TIMEOUT 50 ALLOWOPTIONS 0 PROMPT 0 MENU TITLE PXE Boot Menu LABEL Ghost MENU LABEL Ghost kernel memdisk append initrd=BootGhost.img Copie des fichiers présents dans “l'archive” : cp archive/BootGhost.img /tftpboot/ cp archive/memdisk /tftpboot/ cp archive/menu.c32 /tftpboot/ cp archive/ntdetect.com /tftpboot/ cp archive/ntldr /tftpboot/ cp archive/pxelinux.0 /tftpboot/ cp archive/winnt.sif /tftpboot/ Installation du DHCP Configurer l'interface utiliser par le DHCP, /etc/network/interfaces : # The loopback network interface auto lo iface lo inet loopback # The primary network interface auto eth0 iface eth0 inet dhcp auto eth1 iface eth1 inet static address netmask network broadcast Préciser l'interface utiliser par le DHCP dans le fichier /etc/default/dhcp3-server : INTERFACES="eth1" Fichier de configuration du DHCP /etc/dhcp3/dhcpd.conf subnet netmask { range dynamic-bootp ; default-lease-time 600; max-lease-time 7200; filename "pxelinux.0"; server-name "MON SERVEUR"; next-server ; } Configuration de Samba /etc/samba/smb.conf [global] workgroup = WORKGROUP null password = true guest account = nobody security = share [images] comment = Image de ghost.exe path = /home/images browsable = true read only = No guest ok = Yes Création du dossier : mkdir /home/images chmod 777 /home/images Vous pouvez tester votre configuration de Samba avec la commande testparm Modification de l'image BootGhost.img, afin de répondre à notre configuration. NB : Ce fichier a été préalablement modifié afin d'automatiser au maximum le boot. [...]
[...] mkdir /mnt/ghost mount /tftpboot/BootGhost.img loop /mnt/ghost Modification du fichier /mnt/ghost/NetBoot/FileCopy/map.bat. [...]
Source aux normes APA
Pour votre bibliographieLecture en ligne
avec notre liseuse dédiée !Contenu vérifié
par notre comité de lecture