I upgraded to Ubuntu 15.04 from 14.10 two days back. The boot time has increased a lot since then. I installed the boot-up manager(bum) and deselected Bluetooth and scanner support options. The boot time is still the same. Its actually taking more than a minute. What should I do?
Asked
Active
Viewed 8,610 times
4
bootchart
on both 14.10 and 15.04 - it may help on why things are taking so long. Don't be surprised if this question is marked "off-topic" for not being reproducible. – Apr 26 '15 at 05:30sudo journalctl
output - for me it seems to have been an outdated cryptswap entry, which caused the boot to wait until timeout (90 seconds) – codeling Sep 10 '15 at 20:53dmesg
; for me it showed that the driver for my WLAN-stick took like 20 seconds (you can see the the time elapsed since the start of the boot process in microseconds...) – Nearoo Aug 10 '16 at 21:34