Below is the output for my Zenbook from systemd-analyze plot > sequence.svg
Ubuntu 16.04.2 LTS mike-UX305FA (Linux 4.4.0-66-generic #87-Ubuntu SMP Fri Mar 3 15:29:05 UTC 2017) x86-64
Startup finished in 8.281s (firmware) + 1.908s (loader) + 11.613s (kernel) + 5.963s (userspace) = 27.766s
My Zenbook has
Intel® Core™ m3-6Y30 Processor
RAM: 8 GB
Storage: 128 GB SSDIntel® Core™ m3-6Y30 Processor
RAM: 8 GB
Storage: 128 GB SSD
I checked the output for my rarely used msi laptop which was
Ubuntu 16.04.1 LTS mike-Capella-platform (Linux 4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:07:12 UTC 2016) x84-64
Startup finished in 3.788s (kernel) + 3.068s (userspace) = 6.856s
The msi has
Intel® Core™ is CPU M350@2.27GHzx4 Processor
RAM: 1.88 GB
Storage: 256 GB SSD
What catches my eye about the differences are:
Zenbook: Startup finished in **8.281s (firmware)** + **1.908s (loader)** + **11.613s (kernel)** + 5.963s (userspace) = **27.766s**
against
no firmware and loader and short kernel here for the
msi: Startup finished in 3.788s (kernel) + 3.068s (userspace) = 6.856s
systemd-analyze blame
tell you? – user8675309 Mar 19 '17 at 22:31