Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:guides:liveusb [2013/01/04 17:24] – [Using UNetbootin] mojo | 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 | ||
| - | <code> | + | <note warning> |
| - | $ su root | + | **SliTaz with xorg-server and persistent |
| - | # tazusb format | + | |
| - | </code> | + | |
| - | Enter a name such as /dev/sda1 or type ' | + | |
| - | < | + | |
| - | # tazusb gen-liveusb /dev/sda1 | + | |
| - | </ | + | |
| - | Wait…. and then reboot! | + | **Fat32 or NTFS filesystems cause slim login manager error:** //Failed To Execute Login Command// </ |
| - | ===== From Windows ===== | + | <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.** \\ </ | ||
| - | A SliTaz | + | - Install |
| - | | + | |
| - | | + | |
| + | - [[http://doc.slitaz.org/en: | ||
| + | - Use **From SliTaz** instructions above to format the flash drive ext2, reinstall SliTaz using ISO file as install source. | ||
| - | ==== Using TazUSB ==== | ||
| - | The binary file **TazUSB.exe** is a windows executable that installs an iso file on a USB drive. Here is a step-by-step procedure tested with Windows_XP and a 2GB Sony USB drive. | ||
| - | | + | <note warning> |
| + | |||
| + | They will work with [[http:// | ||
| + | |||
| + | <note warning> | ||
| + | |||
| + | The .iso file must be renamed to an .exe file, i.e.: | ||
| + | |||
| + | * boot into windows, | ||
| + | | ||
| + | * go to the downloaded | ||
| + | * rename the file slitaz-rolling.iso | ||
| + | * double-click | ||
| + | * 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://unetbootin.sourceforge.net/unetbootin-windows-latest.exe|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. | ||
| + | |||
| + | ====== 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:// | * 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 31: | 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 |
| - | * and that's it. | + | |
| - | ==== Using UNetbootin | + | ===== From Linux ===== |
| - | <note warning> | + | ====== From any Linux distro ====== |
| - | **Unetbootin will not work with the main 4.0 release slitaz-4.0.iso or slitaz-rolling.iso** which are core 4-in-1 iso's with multi-rootfs.gz without manually editing the boot menu or combining the multi-rootfs.gz into one. | + | * You can use unetbootin; download from [[http:// |
| - | Please use [[http:// | + | ====== From Slitaz linux ====== |
| + | Download | ||
| - | | + | **__//Verify the install target, format will delete everything.//__** |
| - | * custom SliTaz version ([[http://unetbootin.sourceforge.net/unetbootin-windows-latest.exe|Windows]] | [[http:// | + | < |
| + | $ su root | ||
| + | # fdisk -l | ||
| + | # tazusb format | ||
| + | </code> | ||
| - | To create a Live USB, select “USB Drive” under installation type. | + | **//LiveCD as install source// |
| + | < | ||
| + | # tazusb gen-liveusb /dev/sdxx | ||
| + | </ | ||
| - | You can also choose to do frugal | + | **//Iso file as install |
| + | < | ||
| + | # tazusb gen-iso2usb slitaz.iso /dev/sdxx | ||
| + | </ | ||
| - | === SliTaz 4.0 kernel panic (not booting) === | + | 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 / |
| - | In Slitaz 4.0 the rootfs file is divided into 4 parts which is a problem in UNetbootin. For Slitaz to work with Unetbootin you must download the [[http:// | + | Once done, wait… and then reboot! |
| - | ===== Sources ===== | + | |
| + | ===== 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 63: | 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? | | ||
| |::: | | | |::: | | | ||