Article 52MRV debian - boot time between different kernels

debian - boot time between different kernels

by
milomak
from LinuxQuestions.org on (#52MRV)
i'm having a distinct difference in boot times between 2 kernels on my debian sid install

So this is the gold standard at the moment (5.2.0-21.2-liquorix-amd64)
Code:mac ~ # systemd-analyze
Startup finished in 38.197s (kernel) + 18.085s (userspace) = 56.283s
graphical.target reached after 18.076s in userspace
mac ~ # uname -r
5.2.0-21.2-liquorix-amd64
mac ~ # systemd-analyze blame
14.895s lm-sensors.service
12.269s vboxadd.service
10.351s NetworkManager-wait-online.service
3.579s sabnzbdplus.service
2.028s tvheadend.service
1.803s systemd-udev-settle.service
1.708s plymouth-quit-wait.service
1.355s nmbd.service
1.212s accounts-daemon.service
1.095s exim4.service
1.012s udisks2.service
982ms upower.service
797ms dev-sdc2.device
631ms systemd-logind.service
628ms avahi-daemon.service
627ms bluetooth.service
613ms polkit.service
580ms NetworkManager.service
577ms iio-sensor-proxy.service
571ms lightdm.service
533ms systemd-journald.service
518ms ModemManager.service
512ms wpa_supplicant.service
502ms smbd.service
496ms user@1000.service
494ms systemd-journal-flush.service
489ms mnt-win.mount
441ms e2scrub_reap.service
432ms virtualbox.service
395ms loadcpufreq.service
299ms systemd-resolved.service
259ms rc-local.service
236ms ntp.service
234ms pulseaudio-enable-autospawn.service
229ms rsyslog.service
187ms ssh.service
162ms alsa-restore.service
143ms keyboard-setup.service
142ms pppd-dns.service
140ms systemd-rfkill.service
139ms colord.service
134ms live-tools.service
124ms atd.service
105ms dev-hugepages.mount
105ms dev-mqueue.mount
104ms run-rpc_pipefs.mount
104ms sys-kernel-debug.mount
103ms sys-kernel-tracing.mount
99ms systemd-udev-trigger.service
96ms systemd-udevd.service
87ms boot-efi.mount
65ms binfmt-support.service
64ms systemd-modules-load.service
55ms systemd-backlight@backlight:acpi_video0.service
52ms tmp.mount
50ms systemd-tmpfiles-setup.service
50ms kmod-static-nodes.service
48ms plymouth-start.service
46ms hddtemp.service
46ms cpufrequtils.service
45ms systemd-user-sessions.service
45ms systemd-backlight@backlight:amdgpu_bl0.service
36ms systemd-sysusers.service
35ms rpcbind.service
34ms systemd-remount-fs.service
27ms console-setup.service
27ms deluged.service
27ms plymouth-read-write.service
26ms nfs-config.service
25ms systemd-tmpfiles-setup-dev.service
18ms systemd-random-seed.service
18ms systemd-update-utmp.service
15ms proc-sys-fs-binfmt_misc.mount
15ms apt-listbugs.service
13ms user-runtime-dir@1000.service
8ms vboxadd-service.service
8ms systemd-update-utmp-runlevel.service
6ms systemd-sysctl.service
2ms sys-fs-fuse-connections.mount
1ms vsftpd.service
1ms sys-kernel-config.mountnot sure what is happening with 5.5.0-18.1-liquorix-amd64 though on the same system
Code:mac ~ # systemd-analyze
Startup finished in 1min 55.295s (kernel) + 24.429s (userspace) = 2min 19.724s
graphical.target reached after 24.420s in userspace
mac ~ # uname -r
5.5.0-18.1-liquorix-amd64
mac ~ # systemd-analyze blame
21.377s vboxadd.service
11.804s NetworkManager-wait-online.service
8.917s plymouth-quit-wait.service
6.082s sabnzbdplus.service
5.194s tvheadend.service
3.249s udisks2.service
3.125s accounts-daemon.service
2.198s ModemManager.service
1.779s systemd-udev-settle.service
1.104s ntp.service
870ms nmbd.service
869ms upower.service
857ms polkit.service
830ms dev-sdc2.device
829ms avahi-daemon.service
828ms bluetooth.service
808ms iio-sensor-proxy.service
804ms ssh.service
740ms NetworkManager.service
705ms systemd-logind.service
703ms wpa_supplicant.service
639ms colord.service
598ms mnt-win.mount
549ms systemd-journal-flush.service
548ms systemd-journald.service
498ms loadcpufreq.service
480ms exim4.service
425ms e2scrub_reap.service
365ms rsyslog.service
298ms systemd-resolved.service
244ms user@1000.service
200ms virtualbox.service
198ms smbd.service
181ms pppd-dns.service
167ms alsa-restore.service
162ms lightdm.service
128ms atd.service
118ms live-tools.service
115ms phpsessionclean.service
101ms rc-local.service
95ms keyboard-setup.service
94ms deluged.service
94ms systemd-udevd.service
80ms systemd-udev-trigger.service
72ms systemd-modules-load.service
59ms boot-efi.mount
55ms binfmt-support.service
54ms cpufrequtils.service
54ms dev-hugepages.mount
53ms dev-mqueue.mount
52ms run-rpc_pipefs.mount
52ms sys-kernel-debug.mount
51ms sys-kernel-tracing.mount
51ms systemd-backlight@backlight:acpi_video0.service
47ms plymouth-start.service
43ms hddtemp.service
42ms systemd-tmpfiles-clean.service
42ms systemd-backlight@backlight:amdgpu_bl0.service
35ms systemd-user-sessions.service
31ms systemd-sysusers.service
30ms systemd-tmpfiles-setup.service
29ms systemd-tmpfiles-setup-dev.service
29ms tmp.mount
28ms kmod-static-nodes.service
26ms console-setup.service
25ms plymouth-read-write.service
25ms rpcbind.service
23ms nfs-config.service
22ms systemd-random-seed.service
19ms vboxadd-service.service
16ms systemd-rfkill.service
16ms systemd-remount-fs.service
14ms proc-sys-fs-binfmt_misc.mount
13ms user-runtime-dir@1000.service
13ms systemd-update-utmp.service
9ms systemd-sysctl.service
8ms apt-listbugs.service
7ms systemd-update-utmp-runlevel.service
4ms sys-fs-fuse-connections.mount
2ms sys-kernel-config.mount
1ms vsftpd.servicedmesg from 5.2.0-21.2-liquorix-amd64

dmesg from 5.5.0-18.1-liquorix-amd64latest?d=yIl2AUoC8zA latest?i=a66QnhGgo1Q:T4IbuofKjcw:F7zBnMy latest?i=a66QnhGgo1Q:T4IbuofKjcw:V_sGLiP latest?d=qj6IDK7rITs latest?i=a66QnhGgo1Q:T4IbuofKjcw:gIN9vFwa66QnhGgo1Q
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments