Table of Contents

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 LiveCD 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 or Esc button directly after turning on, before your operating system starts. With some BIOS's you can use the 'Boot Selection Popup' by pressing a F key (eg. F8). 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 affects options to start SliTaz. You can just press ENTER to use the default settings, or enter options.

Selecting Help & Options 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, either press TAB at the language selection screen or just precede your commands with slitaz when the splash screen and boot: prompt is displayed. For example:

slitaz modprobe=nvidia nomodeset

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

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

vga=normal lets the system set a working resolution automatically.

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.

Slitaz Parameters

slitaz home=sdb1 
 fdisk -l
 tazusb format /dev/sda1
 slitaz lang=en kmap=en 
slitaz config=/dev/hda1,slitaz.sh 
 slitaz screen=1024x768x24 

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

slitaz sound=no 
slitaz modprobe=module1,module2 
 slitaz previous

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 administrative 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

If you are new to SliTaz or Linux in general, a graphical desktop is highly recommended.

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. There is a Command Line Reference page to get you started.

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
OR add a lab issue tracker link
How to improve ?