fedora 27 slow boot
my fedora is too slow
this is my systemd-analyze blame
output can i diable some of packages
[root@dhcppc3 ahfm]# systemd-analyze blame
41.289s plymouth-quit-wait.service
22.698s NetworkManager-wait-online.service
16.327s systemd-journal-flush.service
12.287s firewalld.service
10.517s lvm2-monitor.service
9.719s dev-mapper-fedora\x2droot.device
9.543s udisks2.service
9.418s systemd-udev-settle.service
9.141s cups.service
8.767s libvirtd.service
8.508s initrd-switch-root.service
7.844s sssd.service
6.796s abrtd.service
4.920s ModemManager.service
4.560s polkit.service
3.981s gssproxy.service
3.727s systemd-fsck-root.service
3.594s livesys.service
3.553s switcheroo-control.service
3.538s rtkit-daemon.service
3.334s colord.service
2.960s dracut-initqueue.service
2.899s systemd-udevd.service
How does it take to boot?
Is connecting to your network slow?
NetworkManager-wait-online
might slow down your boot if it takes a while to connect to network.Is there a way to make the system boot without waiting to join a network?
Yes, probably the easiest is to mask
NetworkManager-wait-online
, but some services might not function correctly. Probably a better approach is to disables services which depend onnetwork-online.target
.