This page describes how to make a slitaz live usb stick.
A SliTaz Live USB installation can be performed using:
Fat32 or NTFS filesystems cause slim login manager error: Failed To Execute Login Command
They will work with slitaz-4.0-core.iso or another single rootfs.gz flavor found here.
The .iso file must be renamed to an .exe file, i.e.:
You can find UNetbootin for Windows at this page. Note that you need to select SliTaz ISO from the Distribution list in unetbootin. To create a Live USB, select “USB Drive” under installation type. You can also choose to do a frugal install. To perform a Frugal Install, select “Hard Disk” under installation type.
The binary file TazUSB.exe is a Windows executable that installs an ISO file on a USB drive.
* You can use unetbootin; download from here.
Download > Burn > Boot a SliTaz ISO image
Verify the install target, format will delete everything.
$ su root # fdisk -l # tazusb format /dev/sdxx
LiveCD as install source
# tazusb gen-liveusb /dev/sdxx
Iso file as install source
# tazusb gen-iso2usb slitaz.iso /dev/sdxx
Note that the /dev/sdxx part of the command above specifies the location to where you need to write the iso's files to; it is not the source media where the iso is on ! With the iso file as install source option, you should hence specify the exact location where the slitaz iso source file is located. If it is located at /home/tux (while running slitaz from a non-live version), write “tazusb gen-iso2usb /home/tux/slitaz.iso /dev/sdxx”. If the source file is found on an external hard disk, mention the folder in which the media's files are outputted to - check this with PCManFM (in practice the folder can be something like /media/disk). So, the command you'd need to write with the latter would be something like “tazusb gen-iso2usb /media/disk/slitaz.iso /dev/sdxx”
Once done, wait… and then reboot!
In Slitaz 4.0 the rootfs file is divided into 4 parts which is a problem with tazusb.exe and UNetbootin. For SliTaz to work with tazusb.exe and Unetbootin you must download the core flavor of SliTaz consisting of a single file rootfs.
Page Review Section | |
---|---|
Quality | Good |
Review | Minor Updates |
Priority | Medium |
Problems | add a forum post link |
OR add a lab issue tracker link | |
How to Improve | Give more details on using multiboot programs like YUMI, Multisystem, … |
What about if using drive greater that 3GB? | |