Hi All
I’m currently running Mint 18.2 Sonya Mate on a separate 40GB hdd and I’m trying to speed up the boot process.
At first it booted to the desktop at around 2m 30secs but after removing some startup items (and enabling auto login etc), I’ve got it down to 1m 25secs. Using the systemd-analyze critical-chain utility, I see that it takes 25secs to begin booting from the hdd (dev sdb5-device). Is there a way to get this time decreased safely?
Further info below -
The time after the unit is active or started is printed after the “@” character.
The time the unit takes to start is printed after the “+” character.
graphical.target @36.210s
??multi-user.target @36.210s
??getty.target @36.205s
[email protected] @36.204s
??rc-local.service @35.659s +19ms
??network-online.target @35.623s
??network.target @35.620s
??NetworkManager.service @32.168s +3.450s
??dbus.service @31.788s
??basic.target @31.771s
??paths.target @31.771s
??cups.path @31.771s
??sysinit.target @31.729s
??systemd-update-utmp.service @31.397s +329ms
??systemd-tmpfiles-setup.service @31.295s +47ms
??local-fs.target @31.291s
??run-cgmanager-fs.mount @32.185s
??local-fs-pre.target @9.147s
??systemd-remount-fs.service @9.086s +58ms
??system.slice @4.141s
$ systemd-analyze blame
24.325s dev-sdb5.device
6.771s ufw.service
3.929s preload.service
3.450s NetworkManager.service
2.797s keyboard-setup.service
2.604s thermald.service
2.367s systemd-tmpfiles-setup-dev.service
2.083s iio-sensor-proxy.service
1.749s systemd-udevd.service
1.610s dev-hugepages.mount
1.583s systemd-journald.service
1.575s systemd-modules-load.service
1.530s dev-mqueue.mount
1.529s sys-kernel-debug.mount
1.507s upower.service
1.389s udisks2.service
1.229s networking.service
1.226s grub-common.service
1.222s systemd-fsck@dev-disk-by\x2duuid-e5fdbb08\x2d9250\x2d489a\x2d9e
1.117s loadcpufreq.service
1.005s irqbalance.service
904ms rsyslog.service
888ms console-setup.service
Plot.svg shows the kernel loads in @ 7secs and systemd in @ a further 5secs so the delay seems to be in finding the boot files.
Any tips/info would be great!
TIA Rich