Windows
- Extract the image using 7zip.
- Insert your SD card into your system. It should appear as a new drive letter.
- Run Win32DiskImager
- Select the image file and verify the destination drive letter is correct, then click write.
Linux
Download the current release image
Extracting the archive using the GUI
Extracting the archive using the CLI
cd ~/Downloads
gunzip -d <image_name>.img.gz
finding the USB Stick
dmesg | tail
OR!!!
parted -l
Make sure the disk is unmounted
umount /dev/sdb1
Write the disk image
sudo dd if=<image_name>.img of=/dev/sdb bs=4M
Lastly ensure the changes are synced to the USB Stick
sync
Safely remove your USB key....