That's way too long. I haven't run it since the betas, but it was fairly peppy for me. I don't have exact numbers, but it was similar to all my other installs of various distros, and Ubuntu 10.04.
Did you upgrade, or clean install? While upgrading is officially supported, I've found it can be hit or miss for running into issues. There's a utility that you can log boot time with, but I can't remember what it's called. It shows the various stages, and how much time they used. If you can track that down, it should show you where the issue is.
I think it'll take someone smarter than me to analyze it. I'm poking around the web, but haven't come up with anything yet. My gut feeling says it's a disk issue, but I might be way off base :^/
No CD. Some of the posters are suggesting switching from ACPI to IDE but thats not going to work for Windows 7.
I'm beginning to feel the same way about 11.04 as you. My laptop has already been reverted back to 10.10...
CD drive on a SATA3 port? If so, try it on a SATA2 one instead.
Almost did this as well, except I finally found the right recommendation on which driver to install to get my wireless to work. Liking 11.04 so far now.
It looks like ~70s of that is from ata_id which appears to be what udev uses to generate the various symlinks for all of your disks.
That did seem unusual. Do you have a recommended guide for decoding bootchart? Most "
guides" I've looked at just show you how to install and run it but not decipher the data.
I don't think there's much to decode, it's just process names and execution times so all you need to do is see what's taking the longest and figure out what it does and if it's supposed to be taking that long. there's no way ata_id should take more than a millisecond or two, so if it's hanging that most likely means it's having issues reading the drive.
Are you having stability issues? My setup didn't stray very far from stock and I was still getting frequent program crashes and freezing. Also, my wireless worked but it was insanely slow. At home, I have wireless N which 10.10 can take full advantage of (downloads at over 1 Mbyte/sec) but with 11.04, I was lucky to get 40 k/sec. Battery life was worse as well.
in /lib/udev/rules.d/60-persistent-storage.rules
comment out rule:
# ATA/ATAPI devices (SPC-3 or later) using the "scsi" subsystem
KERNEL=="sd*[!0-9]|sr*", ENV{ID_SERIAL}!="?*", \ SUBSYSTEMS=="scsi", ATTRS{type}=="5", ATTRS{scsi_level}"[6-9]*", \ IMPORT{program}="ata_id --export $tempnode"
then run as root
reboot, and check your booting timeCode:update-initramfs -u
![]()