Changes between Version 18 and Version 19 of PXE_Boot_HowTo


Ignore:
Timestamp:
02/17/13 18:49:18 (11 years ago)
Author:
stresslinux
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PXE_Boot_HowTo

    v18 v19  
    11'''Requirements:''' 
    22- System with DHCP & TFTP setup 
    3 - Stresslinux x86_64 (for now the development build 0.7.177) 
     3- Stresslinux x86_64 (for now the development build 0.7.190) 
    44  (32bit version is not supported and you can expect problems with it!) 
    55- A host to run stresslinux on (x86_64 architecture and enough memory - 1.5GB required, image is loaded completly to RAM). 
     
    2424 
    2525Download stresslinux pxe edition (currently from testing directory) 
    26  -> http://www.stresslinux.org/testing/images/stresslinux_11.4.x86_64-0.7.177-Build5.25-pxe.tar.bz2 
     26 -> http://www.stresslinux.org/testing/images/stresslinux_11.4.x86_64-0.7.190-Build1.2-pxe.tar.bz2 
    2727and extract it in image/ directory. 
    2828{{{ 
    29  wget http://www.stresslinux.org/testing/images/stresslinux_11.4.x86_64-0.7.177-Build5.25-pxe.tar.bz2 -O /tftpboot/image/stresslinux_11.4.x86_64-0.7.177-Build5.25-pxe.tar.bz2 
     29 wget http://www.stresslinux.org/testing/images/stresslinux_11.4.x86_64-0.7.190-Build1.2-pxe.tar.bz2 -O /tftpboot/image/stresslinux_11.4.x86_64-0.7.190-Build1.2-pxe.tar.bz2 
    3030 cd /tftpboot/image 
    31  tar xfj stresslinux_11.4.x86_64-0.7.177-Build5.25-pxe.tar.bz2 
     31 tar xfj stresslinux_11.4.x86_64-0.7.190-Build1.2-pxe.tar.bz2 
    3232}}} 
    3333 
    3434Get the expected ramdisk size from image with the following command: 
    3535{{{ 
    36 gunzip -l stresslinux_11.4.x86_64-0.7.177.gz |tail -n1|awk '{print $2 / 1024 + 1024}' 
     36gunzip -l stresslinux_11.4.x86_64-0.7.190.gz |tail -n1|awk '{print $2 / 1024 + 1024}' 
    3737}}} 
    3838