Outils pour utilisateurs

Outils du site


linux:pxe (lu 16606 fois)

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
linux:pxe [22-06-2015 09:14]
edmc73
linux:pxe [22-06-2015 10:19]
edmc73
Ligne 12: Ligne 12:
  
 Modifier le **/etc/default/tftpd-hpa** Modifier le **/etc/default/tftpd-hpa**
 +
 +Copier les fichiers nécessaires
 +  cp /usr/lib/syslinux/pxelinux.0 /tftpboot
 +  cp /usr/lib/syslinux/menu.c32 /tftpboot
 +
 +  mkdir /tftpboot/pxelinux.cfg
  
 Le fichier de config est **/tftpboot/pxelinux.cfg/default** Le fichier de config est **/tftpboot/pxelinux.cfg/default**
 +  vi /tftpboot/pxelinux.cfg/default
 +
 +<code>
 +DEFAULT menu.c32
 +PROMPT 0
 +MENU TITLE PXE Boot
 +TIMEOUT 100
 +</code>
 +
  
 ===== Installer system rescue en pxe ===== ===== Installer system rescue en pxe =====
Ligne 32: Ligne 47:
   cp /mnt/disk/sysrcd.md5 /tftpboot/sysresccd   cp /mnt/disk/sysrcd.md5 /tftpboot/sysresccd
   cp /mnt/disk/isolinux/initram.igz /tftpboot/sysresccd   cp /mnt/disk/isolinux/initram.igz /tftpboot/sysresccd
-  cp /mnt/disk/isolinux/rescuecd /tftpboot/sysresccd+  cp /mnt/disk/isolinux/rescue64 /tftpboot/sysresccd
  
 Si on utilise un serveur web Si on utilise un serveur web
   ln -s /tftpboot/sysresccd/sysrcd.dat /var/www/sysrcd.dat   ln -s /tftpboot/sysresccd/sysrcd.dat /var/www/sysrcd.dat
 +  ln -s /tftpboot/sysresccd/sysrcd.md5 /var/www/sysrcd.md5
  
 On adapte le fichier de config On adapte le fichier de config
Ligne 41: Ligne 57:
 label sysresccd label sysresccd
 menu label SystemRescueCD 4.5.3 menu label SystemRescueCD 4.5.3
-kernel sysresccd/rescuecd+kernel sysresccd/rescue64
 append initrd=sysresccd/initram.igz netboot=tftp://10.1.1.1/sysresccd/sysrcd.dat append initrd=sysresccd/initram.igz netboot=tftp://10.1.1.1/sysresccd/sysrcd.dat
 </code> </code>
Ligne 49: Ligne 65:
 label sysresccd label sysresccd
 menu label SystemRescueCD 4.5.3 menu label SystemRescueCD 4.5.3
-kernel sysresccd/rescuecd+kernel sysresccd/rescue64
 append scandelay=5 initrd=sysresccd/initram.igz netboot=http://10.1.1.1/sysrcd.dat setkeymap=fr append scandelay=5 initrd=sysresccd/initram.igz netboot=http://10.1.1.1/sysrcd.dat setkeymap=fr
 </code> </code>
linux/pxe.txt · Dernière modification: 22-06-2015 10:19 de edmc73