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

This is an old revision of the document!


Boot time

SliTaz boots fast! But most likely you haven't turned super fast boot on yet. To do this, just edit your /etc/rcS.conf :

 FAST_BOOT_X="yes" 

That's all. Note, on some machines, X may not boot properly after enabling this feature. However, if Xvesa/Xorg works after you enable this feature, its safe to leave it on.

Now, how do you measure the boot time? SliTaz logs time that rcS scripts take to run in the /var/log/boot-time file. In my case, it shows 5 secs.

But, how do you graph your full boot process (including the kernel-boot time)? Its quite easy on SliTaz. Just do and install the following:

 tazpkg get-install pybootchartgui 

Pybootchartgui will then create a chart automatically in /var/log.

Now, just edit your menu.lst file for grub and add init=/sbin/bootchartd. In my case, it's like this:

 
title slitaz with bootchart
root (hd0,8)
kernel /boot/vmlinuz-2.6.30.6-slitaz root=/dev/sda9 init=/sbin/bootchartd quiet

Here's my boot chart with WPA2 wifi (under 10 secs boot time on a laptop with hard disk). This is out-of-the-box!!!:

My bootchart

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