Difference between revisions of "Cluster der kan alt/PXE installation af noder"

From Teknologisk videncenter
Jump to: navigation, search
(PXE Installation af Noder)
Line 4: Line 4:
  
 
=PXE Installation af Noder=
 
=PXE Installation af Noder=
 +
 +
==Netinstaller==
 +
 +
<secour=cli>
 +
cd /var/lib/tftpboot/
 +
wget http://archive.ubuntu.com/ubuntu/dists/lucid/main/installer-amd64/current/images/netboot/netboot.tar.gz
 +
tar -xvzf netboot.tar.gz
 +
</secour>

Revision as of 10:50, 19 April 2012

For at anvende PXE skal der først installeres en TFTP server. Anvend for eksempel tftp-hpa Installation af PXE se Weekend_Projekt_-_Test_Cluster#PXE_netinstaller


PXE Installation af Noder

Netinstaller

<secour=cli> cd /var/lib/tftpboot/ wget http://archive.ubuntu.com/ubuntu/dists/lucid/main/installer-amd64/current/images/netboot/netboot.tar.gz tar -xvzf netboot.tar.gz </secour>