Comment 1 for bug 303144

Revision history for this message
Adam McDaniel (adamrmcd) wrote :

Perhaps you got unlucky and linux decided to run e2fsck on your SSD during that bootup. It should only happen once every 30 or so starts, or possibly after an unclean shutdown. If its persistently 105+ seconds, install the 'bootchart' package. It'll produce a greaph in /var/log/bootchart after each startup documenting what it was doing.

You'll also need to regenerate the kernel's initrd before bootchart will do anything.

However, you didn't say what kernel you're actually running. Assuming its "2.6.27-8-eeepc", the command to regenerate the initrd is: "sudo dpkg-reconfigure linux-image-2.6.27-8-eeepc"

(Replace the last half of the linux-image-* package name with the kernel you're booting into.)