Changes between Version 25 and Version 26 of SaliUsage


Ignore:
Timestamp:
02/01/13 16:53:11 (11 years ago)
Author:
dennis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SaliUsage

    v25 v26  
    126126}}}
    127127
    128 
    129 == Creating a bootable CD/DVD/usb ==
     128== Installation ==
     129
     130=== Installation from PXE environment ===
     131
     132See documentation at [https://oss.trac.surfsara.nl/pxeconfig]
     133
     134=== Creating a bootable CD/DVD/usb ===
    130135
    131136During these steps we assume you have unpacked the sali-x86_64-1.5.7.tar.gz in /tmp. So we have all SALI files under /tmp/sali-1.5.7.
     
    135140 - ```isohybrid``` - On most Linux distributions available in the syslinux package
    136141
    137 === Generate the iso hybrid file ===
     142==== Generate the iso hybrid file ====
    138143{{{
    139144cd /tmp/sali-1.5.7
     
    160165}}}
    161166
    162 ==== Burning to cd/dvd ====
     167===== Burning to cd/dvd =====
    163168Just use the iso with your favortie burning program
    164169
    165 ==== Copy to an USB drive ====
     170===== Copy to an USB drive =====
    166171Make sure your USB drive is unmounted, then use the dd command to copy the iso to the USB drive.
    167172
     
    172177Assuming your USB disk is device /dev/sdb on your Linux distribution
    173178
    174 === Add custom boot entries to the bootable cd/dvd/usb ===
     179===== Add custom boot entries to the bootable cd/dvd/usb =====
    175180Adjust the file isolinux/isolinux.cfg to your needs to start installation via rsync or bittorrent. Some examples herebelow to generate a custom bootable SALI cd/dvd/usb. If you open the isolinux/isolinux.cfg you can add your custom entries between the comment lines 'BEGIN HERE' and 'END HERE'
    176181