tuto:ipasserelle:divers:boot_pxe

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
tuto:ipasserelle:divers:boot_pxe [28/10/2014 13:22]
dani [CentOS 7]
tuto:ipasserelle:divers:boot_pxe [23/12/2014 15:10] (Version actuelle)
dani [Ubuntu]
Ligne 119: Ligne 119:
 </code> </code>
 ===== Ubuntu ===== ===== Ubuntu =====
-Télécharger l'archive netboot de la version désirée, par exemple http://archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/netboot.tar.gz+Télécharger l'archive netboot de la version désirée, par exemple http://archive.ubuntu.com/ubuntu/dists/vivid/main/installer-amd64/current/images/netboot/netboot.tar.gz
  
 <code bash> <code bash>
 mkdir -p /tmp/ubuntu mkdir -p /tmp/ubuntu
-mkdir -p /tftpboot/ubuntu/lucid/x86_64+mkdir -p /tftpboot/ubuntu/vivid/x86_64
 cd /tmp/ubuntu cd /tmp/ubuntu
-wget http://archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/netboot.tar.gz+wget http://archive.ubuntu.com/ubuntu/dists/vivid/main/installer-amd64/current/images/netboot/netboot.tar.gz
 tar xvzf netboot.tar.gz tar xvzf netboot.tar.gz
-mv ./* /tftpboot/ubuntu/trusty/x86_64+mv ./* /tftpboot/ubuntu/vivid/x86_64
 </code> </code>
  
 Puis ajouter la distribution: Puis ajouter la distribution:
 <code bash> <code bash>
-db thinclient set trusty-64b dist dir "ubuntu/trusty/x86_64" install Manual prog pxelinux.0+db thinclient set vivid-64b dist dir "ubuntu/vivid/x86_64" install Manual prog pxelinux.0
 </code> </code>
  
  • tuto/ipasserelle/divers/boot_pxe.txt
  • Dernière modification: 23/12/2014 15:10
  • de dani