<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  
  
  <channel>
    <title>chrisjrob: bootchart</title>
    <link>https://chrisjrob.com</link>
    <atom:link href="https://chrisjrob.com/tag/bootchart/feed/index.xml" rel="self" type="application/rss+xml" />
    <description>GNU Linux, Perl and FLOSS</description>
    <language>en-gb</language>
    <pubDate>Fri, 13 Feb 2026 17:22:31 +0000</pubDate>
    <lastBuildDate>Fri, 13 Feb 2026 17:22:31 +0000</lastBuildDate>
    
    <item>
      <title>Howto | Analyse Boot Speed</title>
      <link>https://chrisjrob.com/2009/04/29/analyse-boot-speed/</link>
      <pubDate>Wed, 29 Apr 2009 19:45:16 +0000</pubDate>
      <author>chrisjrob@gmail.com (Chris Roberts)</author>
      <guid>https://chrisjrob.com/2009/04/29/analyse-boot-speed</guid>
      <description>
       <![CDATA[
         
           <img src="https://chrisjrob.com/assets/bootchart.png" align="right" alt="Featured Image">
         
         <h2 id="step-1---install-bootchart">Step 1 - Install bootchart</h2>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code># aptitude install bootchart
</code></pre></div></div>

<h2 id="step-2---update-grub">Step 2 - Update Grub</h2>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code># nano /boot/grub/menu.lst
</code></pre></div></div>

<!--more-->

<p>Look for a line that looks like this:</p>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code># altoptions=(single-user mode) single
</code></pre></div></div>

<p>And add a similar line after it that looks like this:</p>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code># altoptions=(single-user mode) single
# altoptions=(bootchart) init=/sbin/bootchartd
</code></pre></div></div>

<p>Then update your grub entries by typing:</p>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code># update-grub
</code></pre></div></div>

<h2 id="step-3---reboot">Step 3 - Reboot</h2>

<p>Reboot, making sure that you select the bootchart option from the grub menu.</p>

<p>Once the boot has finished, open a terminal and type:</p>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ bootchart
</code></pre></div></div>

<h2 id="step-4---analyse">Step 4 - Analyse</h2>

<p>You chould find a new png image in your current directory (the one you ran the bootchart command from) called bootchart.png.  Open it, analyse it and write a really good howto on how to optimise your system, and then publish it on the web!</p>

<p>Good luck!</p>


       ]]>
      </description>
    </item>
    
  </channel> 
</rss>
