boot seems slow:105sec, cf. XP's 30sec.s
Bug #303144 reported by
Rhn
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu EeePC Kernel |
Incomplete
|
Undecided
|
Unassigned |
Bug Description
Asus9 900a 1GB ram 16GB SSD ,Intel Atom N270 cpu 1.6GHz;
to which I have added: 16GB USB flash stick;16GB flash card;
Dissappointed by slow boot time ;
power on to desk-top is 105 sec cf. 30 sec for XP;
suggestions?
otherwise everything works fine
To post a comment you must log in.
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.)