Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:guides:liveusb [2010/07/08 15:14] – external edit 127.0.0.1 | en:guides:liveusb [2017/02/01 19:08] (current) – linea | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== LiveUSB ====== | + | This page describes how to make a slitaz live usb stick. |
| - | ===== From SliTaz | + | ===== From Windows |
| - | Download > Burn > Boot a SliTaz | + | A SliTaz |
| + | * [[http://www.linuxliveusb.com/|LinuxLive USB Creator]] | ||
| + | * [[http://www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/ | ||
| + | * UnetBootin | ||
| + | * TazUSB | ||
| + | <note warning> | ||
| + | **SliTaz with xorg-server and persistent /home requires a linux filesystem (ext2,ext3) for regular users to login to an X-session.** | ||
| + | |||
| + | **Fat32 or NTFS filesystems cause slim login manager error:** //Failed To Execute Login Command// </ | ||
| + | |||
| + | <note tip> | ||
| + | **SliTaz runs in RAM so after booting it no longer needs the flash drive.** \\ | ||
| + | **This enables you to reformat the flash drive to a linux filesystem and reinstall SliTaz.** \\ </ | ||
| + | |||
| + | - Install SliTaz with [[http:// | ||
| + | - Copy the slitaz.iso to the root of the flash drive. \\ | ||
| + | - Boot into SliTaz with the flash drive,login root, password: root \\ | ||
| + | - [[http:// | ||
| + | - Use **From SliTaz** instructions above to format the flash drive ext2, reinstall SliTaz using ISO file as install source. | ||
| + | |||
| + | |||
| + | <note warning> | ||
| + | |||
| + | They will work with [[http:// | ||
| + | |||
| + | <note warning> | ||
| + | |||
| + | The .iso file must be renamed to an .exe file, i.e.: | ||
| + | |||
| + | * boot into windows, | ||
| + | * download the latest slitaz-rolling.iso, | ||
| + | * go to the downloaded file directory, | ||
| + | * rename the file slitaz-rolling.iso to slitaz-rolling.exe, | ||
| + | * double-click on the file slitaz-rolling.exe to run it, | ||
| + | * follow the instructions given by the application (2-3 steps): | ||
| + | *- Do you want to create a boot key: => answer yes, | ||
| + | *- Step 1: unplug the USB stick, | ||
| + | *- Step 2: plug the USB stick in and wait for Windows to mount it, | ||
| + | *- wait for the confirmation window, | ||
| + | * reboot, | ||
| + | * press Fn key to choose alternative boot device, slitaz boot panel must be displayed, | ||
| + | *- select the language, | ||
| + | *- RETURN to boot. | ||
| + | </ | ||
| + | |||
| + | |||
| + | |||
| + | ====== Remarks when using UNetbootin ====== | ||
| + | You can find UNetbootin for Windows at [[http:// | ||
| + | You can also choose to do a frugal install. To perform a Frugal Install, select “Hard Disk” under installation type. | ||
| + | |||
| + | ====== Remarks when using TazUSB ====== | ||
| + | The binary file **TazUSB.exe** is a Windows executable that installs an ISO file on a USB drive. \\ | ||
| + | * download TazUSB executable for Windows: [[http:// | ||
| + | * plug in your USB drive and format it in **FAT32** (formatting might not be required), | ||
| + | * launch TazUSB application by double-clicking on **TazUSB.exe** executable file, | ||
| + | * choose the language, | ||
| + | * select the destination USB drive (**double-check that the letter refers to the correct drive**), | ||
| + | * select the SliTaz **iso** | ||
| + | |||
| + | ===== From Linux ===== | ||
| + | ====== From any Linux distro ====== | ||
| + | * You can use unetbootin; download from [[http:// | ||
| + | |||
| + | ====== From Slitaz linux ====== | ||
| + | Download > Burn > Boot a SliTaz ISO image | ||
| + | |||
| + | **__// | ||
| < | < | ||
| - | su | + | $ su root |
| - | root | + | # fdisk -l |
| - | tazusb format | + | # tazusb format /dev/sdxx |
| - | > enter a name such as /dev/sda1 or type ' | + | |
| - | tazusb gen-liveusb | + | |
| </ | </ | ||
| - | wait…. and then reboot! | + | **//LiveCD as install source// |
| + | < | ||
| + | # tazusb gen-liveusb /dev/sdxx | ||
| + | </ | ||
| - | ===== From Windows ===== | + | **//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 " | ||
| - | A SliTaz Live USB installation or a Frugal Install | + | Once done, wait… and then reboot! |
| - | You may either choose: | + | ===== SliTaz 4.0 kernel panic (not booting) ===== |
| - | | + | 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 [[http://mirror.slitaz.org/iso/4.0/flavors/slitaz-4.0-core.iso|core flavor of SliTaz]] consisting of a single file rootfs. |
| - | * a custom SliTaz version ([[http://unetbootin.sourceforge.net/unetbootin-windows-latest.exe|Windows]] | [[http:// | + | |
| - | To create a Live USB, select “USB Drive” under installation type. | + | ===== Sources ===== |
| + | * [[http:// | ||
| - | You can also choose to do frugal install. To perform a Frugal Install, select “Hard Disk” under installation type; | + | ===== See also ===== |
| + | * [[http:// | ||
| ---- | ---- | ||
| Line 35: | Line 109: | ||
| |Problems| add a [[http:// | |Problems| add a [[http:// | ||
| |::: | OR add a [[http:// | |::: | OR add a [[http:// | ||
| - | |How to Improve| | + | |How to Improve| |
| + | |::: | What about if using drive greater that 3GB? | | ||
| |::: | | | |::: | | | ||
| \\ | \\ | ||
| ---- | ---- | ||