Boot has become slow due to service failures
When I first installed Fedora 27 its boot wasn't blazing fast but it was acceptably fast at least. Now it's intolerably slow, at least partly because a dev-disk-by service times out (after 1 & 1/2 minutes). It seems to correspond to something I dare not remove from my /etc/fstab file: my swap partition. The precise service is:
dev-disk-by\x2duuid-0a85c259\x2de28b\x2d4fb7\x2daa9e\x2da5894701c6b4.device
My /etc/fstab file is here:
#
# /etc/fstab
# Created by anaconda on Sun Dec 17 01:24:32 2017
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
#
UUID=c42b821c-e07d-4322-8e47-ff1d76a0fd75 / btrfs subvol=root 0 0
UUID=b7e401ea-a7e5-4ed9-94c1-acf8f8ba5b83 /boot ext4 defaults 1 2
UUID=D796-7F56 /boot/efi vfat umask=0077,shortname=winnt 0 0
UUID=0a85c259-e28b-4fb7-aa9e-a5894701c6b4 swap swap defaults 0 0
/dev/sdb1 /data ext4 defaults 0 1
#/dev/sda3 /arch btrfs defaults 0 1
#/dev/sdb1 /arch ext4 defaults 0 1
as you can see the UUID seems to line up with my swap partition. I don't really want to disable swap. So is there a way to fix this issue?
I also see kernel module load service failing when I start up. I think the kernels fail due to the fact I use the Broadcom DKMS (akmod-wl) package in RPMFusion nonfree as I need it to connect to the WiFi (my Broadcom chip is BCM4352).
If you're wondering how "unacceptable" the boot time is well systemd-analyze time
gives 3 minutes and 12.5 seconds.
EDIT: I uninstalled akmods-wl (using broadcom-wl, as I think it's pre-built against the latest kernel, right?), NVIDIA and bbswitch kernel modules and still systemd-modules-load.service is failing. Any ideas?
I suggest that you remove that paste. It contains information about a lot of your files.
If anybody can actually use that information, they've already got root access to the poster's computer and it's too late.
If one service is timing out, that's not systemd's fault. More likely there's something wonky with that one partition.
I wasn't concerned so much about security, more about privacy.
Ya I realized there wasn't anything too nasty in it. Frankly I checked for stuff I actually cared about remaining private and I found nothing. I decided to remove it more out of caution in case I missed something.