Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:guides:liveusb [2013/03/14 01:25] – [From Windows] mojo | en:guides:liveusb [2017/02/01 19:08] (current) – linea | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== LiveUSB ====== | + | This page describes how to make a slitaz |
| - | + | ||
| - | ===== From SliTaz ===== | + | |
| - | + | ||
| - | Download > Burn > Boot a SliTaz ISO image | + | |
| - | + | ||
| - | **__// | + | |
| - | < | + | |
| - | $ 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 | + | |
| - | </ | + | |
| - | + | ||
| - | + | ||
| - | Wait…. and then reboot! | + | |
| ===== From Windows ===== | ===== From Windows ===== | ||
| - | ===A SliTaz Live USB installation can be performed using:=== | + | A SliTaz Live USB installation can be performed using: |
| * [[http:// | * [[http:// | ||
| * [[http:// | * [[http:// | ||
| - | * [[http:// | + | * UnetBootin |
| + | * TazUSB | ||
| <note warning> | <note warning> | ||
| - | **Slitaz | + | **SliTaz |
| - | **Fat32 or ntfs filesystems cause slim login manager error:** //Failed To Execute Login Command// </ | + | **Fat32 or NTFS filesystems cause slim login manager error:** //Failed To Execute Login Command// </ |
| <note tip> | <note tip> | ||
| - | **Boot into SliTaz, | + | **SliTaz |
| - | - Install SliTaz with [[http:// | + | **This enables you to reformat the flash drive to a linux filesystem |
| - | - While still in windows copy the slitaz.iso to the root of the flash drive. \\ | + | |
| - | - Boot into SliTaz, | + | - Install SliTaz with [[http:// |
| + | - Copy the slitaz.iso to the root of the flash drive. \\ | ||
| + | - Boot into SliTaz | ||
| - [[http:// | - [[http:// | ||
| - | Follow the **From SliTaz** instructions above to format the flash drive ext2 using Iso file as install source.</ | + | - Use **From SliTaz** instructions above to format the flash drive ext2, reinstall SliTaz |
| - | <note warning> | + | <note warning> |
| They will work with [[http:// | They will work with [[http:// | ||
| - | == Using TazUSB == | + | <note warning> |
| - | The binary file **TazUSB.exe** is a windows | + | |
| + | 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 | ||
| * download TazUSB executable for Windows: [[http:// | * download TazUSB executable for Windows: [[http:// | ||
| * plug in your USB drive and format it in **FAT32** (formatting might not be required), | * plug in your USB drive and format it in **FAT32** (formatting might not be required), | ||
| Line 58: | Line 62: | ||
| * choose the language, | * choose the language, | ||
| * select the destination USB drive (**double-check that the letter refers to the correct drive**), | * select the destination USB drive (**double-check that the letter refers to the correct drive**), | ||
| - | * select the Slitaz | + | * select the SliTaz |
| - | == Using UNetbootin | + | ===== From Linux ===== |
| + | ====== From any Linux distro ====== | ||
| + | * You can use unetbootin; download from [[http:// | ||
| - | * standard version ([[http:// | + | ====== From Slitaz |
| - | * custom SliTaz version ([[http:// | + | Download > Burn > Boot a SliTaz ISO image |
| - | To create a Live USB, select “USB Drive” under installation type. | + | **__// |
| + | < | ||
| + | $ su root | ||
| + | # fdisk -l | ||
| + | # tazusb format /dev/sdxx | ||
| + | </ | ||
| - | You can also choose to do frugal | + | **//LiveCD as install |
| + | < | ||
| + | # tazusb gen-liveusb /dev/sdxx | ||
| + | </ | ||
| - | === SliTaz 4.0 kernel panic (not booting) === | + | **//Iso file as install source// |
| + | < | ||
| + | # tazusb gen-iso2usb slitaz.iso /dev/sdxx | ||
| + | </ | ||
| - | In Slitaz 4.0 the rootfs | + | 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 |
| - | ===== Sources ===== | + | |
| + | Once done, wait… and then reboot! | ||
| + | |||
| + | ===== 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:// | ||
| + | |||
| + | ===== Sources ===== | ||
| + | * [[http:// | ||
| - | http://oldpapyrus.wordpress.com/ | + | ===== See also ===== |
| + | * [[http://doc.slitaz.org/en: | ||
| ---- | ---- | ||
| Line 85: | Line 109: | ||
| |Problems| add a [[http:// | |Problems| add a [[http:// | ||
| |::: | OR add a [[http:// | |::: | OR add a [[http:// | ||
| - | |How to Improve| Give more details on using unetbootin | + | |How to Improve| Give more details on using multiboot programs like YUMI, Multisystem, |
| |::: | What about if using drive greater that 3GB? | | |::: | What about if using drive greater that 3GB? | | ||
| |::: | | | |::: | | | ||