Salix WebsiteDocumentation Site


2.2.4. Installing from a Salix Installation USB

Installing Salix from a USB key is also possible. You can use dd to transfer the contents of the Salix iso image to your USB stick, using a command line like this:

  dd if=salix_image_file.iso of=/dev/sdb

Of course, you'll have to replace salix_image_file.iso with the exact path and name to the iso file you would like to use.

dd is very dangerous!

The dd command wipes all the data from the specified target device. In the example given above that device is /dev/sdb, but it could very well be a different one in your case. Always double check which partition and device you are reading from and writing to, e.g. using sudo fdisk -l. If you are not 100% certain, then do not proceed as this could permanently destroy the contents of an entire hard drive.

After writing the iso image to your USB stick and setting your BIOS to boot from it, the installer works exactly as described above when booting from an optical disc. The only difference is that when you are asked for the medium to use as a source for the packages installation, you should select the "Install from a Salix USB" option.