Instructions
Writing the Image to a USB Stick The downloaded file is a full compressed drive image with all partions. Linux Decompress and copy to a blank / unused USB Stick using a command such as dd: (Note that all previous contents on the USB stick will be wiped!) gzip -dc IMAGENAME.img.gz | sudo dd of=/dev/YOUR_USB_DEVICE … Read more