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
Prochaine révision
Révision précédente
tuto:ipasserelle:divers:boot_pxe [28/10/2014 11:34]
dani [CentOS 6]
tuto:ipasserelle:divers:boot_pxe [23/12/2014 15:10]
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>
  
Ligne 232: Ligne 232:
 label CentOS 7 x86_64 label CentOS 7 x86_64
    kernel centos/7/x86_64/vmlinuz    kernel centos/7/x86_64/vmlinuz
-   append initrd=centos/7/x86_64/initrd.img+   append initrd=centos/7/x86_64/initrd.img inst.repo=http://mirror.centos.org/centos/7/os/x86_64/
  
 EOF EOF
  • tuto/ipasserelle/divers/boot_pxe.txt
  • Dernière modification: 23/12/2014 15:10
  • de dani