computer specs
- cpu: intel i7-7700k kaby lake
- graphics: nvidia gfx 1070
- ram: 16 gb
- hard drive: 500gb solid state drive x1 and 250 gb solid state drive
- wifi card: don't use
xubuntu version: 17.04 (latest ubuntu version)
how can i make my os startup faster. it currently takes 3 minutes and 21 seconds to startup. all other distros ive used normally don't take that long.
i ran the following command
systemd-analyze blame
prints
9.434s NetworkManager-wait-online.service
1.009s mysql.service
607ms systemd-resolved.service
363ms lightdm.service
362ms dev-sda5.device
362ms plymouth-quit-wait.service
300ms apt-daily.service
115ms systemd-timesyncd.service
87ms bluetooth.service
66ms systemd-rfkill.service
55ms keyboard-setup.service
55ms networking.service
51ms snapd.service
51ms upower.service
50ms NetworkManager.service
47ms ModemManager.service
45ms grub-common.service
40ms teamviewerd.service
35ms accounts-daemon.service
35ms systemd-udevd.service
34ms systemd-udev-trigger.service
28ms thermald.service
26ms systemd-fsck@dev-disk-by\x2duuid-781C\x2dCC89.service
lines 1-23
i looked at this too
dmesg
prints
looks like
[ 92.583751] kauditd_printk_skb: 12 callbacks suppressed
is causing the slow startup
more information
user@user-desktop:~$ systemd-analyze
Startup finished in 13.343s (firmware) + 5.114s (loader) + 2.405s (kernel) + 3min 473ms (userspace) = 3min 21.337s
-- and which version of Xubuntu are you running?
– sudodus Sep 06 '17 at 02:35nomodeset
? Have you installed a proprietary nvidia driver for the graphics chip/card? Could there be a problem with thesystemd
part of the startup? I don't know if there might be problems with the dual drive (HDD + SSD). – sudodus Sep 06 '17 at 03:22