SliTaz GNU/Linux official and community documentation wiki.
.png
Translations of this page:

This is an old revision of the document!


Using the LiveCD

SliTaz can be used straight from a CD-ROM or USB memory stick, without being installed to a hard drive. There are a number of ways to use the Live media, with options to customise how it starts.

SliTaz runs entirely in memory (RAM), independently of the installed host system. It will not damage your other operating system(s) in any way, so you are perfectly safe to try out SliTaz.

Quick Start

To start using SliTaz from a CD-ROM, just burn the ISO image onto a blank disc and reboot your computer, leaving the disc in your CD-ROM drive. SliTaz will load automatically, detecting your hardware configuration to start.

If SliTaz Does Not Start

In most cases, your computer is already configured to boot from the CD-ROM. If the SliTaz splash screen does not appear, you can change the boot order via the BIOS set-up interface. This is different with each computer but can often be done by pressing a key such as the F11, F12, Esc button directly after turning on, before your operating system starts. You can then change the boot sequence and settings so that the CD-ROM comes first. Finally, save your changes before leaving the BIOS configuration interface.

When the SliTaz Live media starts, the splash image will be presented. This is the isolinux boot-loader, which appects options to start SliTaz. You can just press ENTER to use the default settings, or enter options.

Pressing F1 through F4 at the boot-splash will display help and information.

When the loading process has finished, you can log-in to the desktop as the tux user, without any password. To use the administrator account, or root, you can start a Terminal and type the command su. The default password is root.

Boot Options

The SliTaz LiveCD accepts various boot options at the prompt. There are two types of options: options handled by SliTaz software and those generally handled by the Linux kernel.

The options for SliTaz are used by various start-up scripts; the parameters such as the VGA mode are managed directly by the Kernel (kernel boot parameters). To pass options at start-up, just precede your commands with slitaz when the splash screen and boot: prompt is displayed.

The Linux kernel keeps options that were passed. These can be seen in the text file /proc/cmdline. You can view this information by running the command:

  • cat /proc/cmdline

Parameters of the Linux Kernel

On GNU/Linux systems, parameters specific to the Kernel vary greatly depending on the configuration used during the build. The SliTaz-built kernel has few core modules, compensated by loading others on-demand. This means few modifiable parameters are available at start-up. However, you can disable the emulation of a math coprocessor via

  • no387
  • Disables the emulation of a math co-processor.
  • irqpoll
  • Turn on in case of problems with interrupts, shown by problems with the CD-ROM.
  • vga=XXX
  • Specifies the kernel graphics mode. The SliTaz kernel displays the Tux penguin logo and manages the display of the Linux terminal by providing a basic video output mode, called the VGA/VESA frame-buffer. The following table lists the codes used; select a resolution and colour combination:
Colours 640×480 800×600 1024×768 1280×1024 1600×1200
256 769 771 773 775 796
32768 784 787 790 793 797
65536 785 788 791 794 798
16,8M 786 789 792 795 799

Once the system has started you have access to six pseudo-terminals via the key combinations Ctrl+Alt+F1 through Ctrl+Alt+F6. The key combination Ctrl+Alt+F7 and upwards are reserved for graphical output.

  • home=usb
  • Specifies a /home directory to use within the Live environment. This will include your bookmarks, downloads and desktop customisations. To store your data permanently, you need USB media with a partition formatted in ext3. In most cases home=usb can be used for sda1, or home=devname where the equivilent /dev node can be specified. Note that you can also specify the device using the partition UUID or label by using home=* .
  • lang=XX
  • kmap=XX
    • Sets the system language & keyboard mapping. Each are codes such as en, de or fr_CH. Alternatively, set your country code and press ENTER to sets the locale and refreshes the boot-loader; other options can then be entered as normal.
  • config=<device>,<path>
    • Executes a script at SliTaz boot time. The script can be located on external media or a HD partition, specified with the device & path variables. For example, the script can mount an ISO image on /usr to save memory and boot the LiveCD on computers with only 32 Mb of RAM. An example with a script named slitaz.sh located on the first disk and partition:
    • slitaz config=/dev/hda1,slitaz.sh
  • screen=<height>x<width>x<colours>
  • Specifies the desktop screen resolution. These follow the standard pattern, e.g. 1024x768x24

The screen=text option disables the graphical desktop & Slim login manager.

  • sound=no
  • Disables sound completely. This loads no sound-related kernel modules.
  • sound=noconf
  • Skips automatic configuration of your sound card; you must configure it manually later.
  • modprobe=modules
  • Loads specific kernel modules. Many can be loaded by separating with commas.
  • laptop
  • Loads the laptop-specific ac and battery kernel modules, used for laptop computers.
  • previous
  • Used by the TazUSB utility to roll-back to a previous filesystem.

The Desktop

When the system has finished its initialization, the screen is cleared and the login prompt (Slim) is displayed. You can choose here to login as the regular tux account (without a password) or as the admisitrative root account (with the root password).

The desktop is powered by Openbox. You can start applications from the menu at the lower-left of the screen. Applications are classified by category and are available in English. Menu, theme and wallpaper can all easily be changed to your needs/preferences, and personal settings and data can be stored on various USB media (Flash key, SD card, etc).

Text Mode

The above information applies also to the text-mode log-in prompt. Once logged in, you can use the many text-mode applications available in SliTaz, such as the basic BusyBox operation, the GNU text editor Nano, or the Clex file manager. Just type the name of the application you wish to start. If you are new to SliTaz or Linux in general, a graphical desktop is highly recommended.

To launch a graphical desktop session from the text-mode prompt (if you have passed the screen=text option, or if Slim is not configured to run at startup, for example) just type startx.



Page Review Section
Quality Good
Review Minor Updates
Priority Medium
Problems may not be correctly placed
OR add a lab issue tracker link
How to Improve Move to correct namespace



 
en/guides/livecd.1273841729.txt.gz · Last modified: 2010/07/08 17:16 (external edit)