Uni USB Installer Readme
Uni USB Installer Readme
com (offered
under GNU GPL License) - see Uni-USB-Installer-Copying
Universal USB Installer is an easy to use installer script I wrote using NSIS
(Nullsoft Scriptable Install System) to automate the creation of a bootable USB
device containing the Live Linux Distribution of your choice.
This tool utilizes Syslinux to make the drive bootable, and in some cases
chainloads to Grub4DOS and uses a corresponding menu.lst. A syslinux.cfg file or
text.cfg file may also used in some cases.
7-zip is used to extract the files from the ISO or Zip to the USB device. The
compressed filesystem of the Live Linux distribution being placed on the device is
not altered in any way.
DD for Windows (dd.exe) and Mke2fs are used to make a casper-rw persistent file for
storing changes. The casper persistent feature was created by Ubuntu and can in
theory be used on any Ubuntu based remix.
Formatting is done via the open source fat32format tool created by Tom Thornhill
Many textbook and online resources were also used over the past several years to
help me understand how to put everything together.