SliTaz GNU/Linux official and community documentation wiki.
.png

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:guides:boottime [2010/03/06 12:18]
linea
en:guides:boottime [2010/08/22 23:06] (current)
linea
Line 1: Line 1:
-===== Boot time =====+====== 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//​ : SliTaz boots fast! But most likely you haven'​t turned super fast boot on yet. To do this, just edit your ///​etc/​rcS.conf//​ :
-<code> FAST_BOOT_X="​yes"​ </code>+<file> FAST_BOOT_X="​yes"​ </file>
  
-That's all. Note, on some machines, FAST_BOOT_X may not boot properly. However, if Xvesa/Xorg works after you enable this feature, it's safe to leave it on. +Remove dbus, hald and slim from the RUN_DAEMONS array. ​That's all. Note, on some machines, FAST_BOOT_X may not boot properly. However, if Xvesa/Xorg works after you enable this feature, it's 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.  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. 
Line 10: Line 10:
 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: 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:
  
-<​code>​ tazpkg get-install pybootchartgui </​code>​+<​code> ​tazpkg get-install pybootchartgui </​code>​
  
 Pybootchartgui will then create a chart automatically in ///​var/​log//​. ​ 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:+Now, just edit your //menu.lst// file for grub and add init=/​sbin/​bootchartd. In my case, it's like this:
  
-<code+<file>
 title slitaz with bootchart title slitaz with bootchart
 root (hd0,8) root (hd0,8)
 kernel /​boot/​vmlinuz-2.6.30.6-slitaz root=/​dev/​sda9 init=/​sbin/​bootchartd quiet kernel /​boot/​vmlinuz-2.6.30.6-slitaz root=/​dev/​sda9 init=/​sbin/​bootchartd quiet
- +</file>
-</code>+
  
 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!!!:​ 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!!!:​
  
 {{ :​en:​guides:​image:​bootchart.png?​100 |My bootchart}} {{ :​en:​guides:​image:​bootchart.png?​100 |My bootchart}}
 +
 +---- 
 +\\
 +^  Page Review Section ​ ^^ 
 +|Quality| Good  |
 +|Review| Minor Updates ​ |
 +|Priority| Medium |
 +|Problems| add a [[http://​forum.slitaz.org|forum post link]]|
 +|:::     | OR add a [[http://​labs.slitaz.org/​issues |lab issue tracker link ]]|
 +|How to Improve| Suggest briefly|
 +|::: |  |
 +
 +\\
 +----
 
en/guides/boottime.1267874286.txt.gz · Last modified: 2010/07/08 17:17 (external edit)