Hello! I have been in the pursuit of decreasing my boot times past 2 days. I have installed my Nvidia drivers from RPMFusion. I also use a SATA SSD, without any encryption if it has to do with anything.
This is what systemd-analyze
shows me
Startup finished in 8.512s (firmware) + 5.177s (loader) + 4.430s (kernel) + 3.074s (initrd) + 27.963s (userspace) = 49.158s graphical.target reached after 27.948s in userspace
upon looking into systemd-analyze critical-chain
here are the results i see
clearly, time taken by akmods.service is abnormally high. Here is what systemctl status akmods
shows me
here is what rpm -qa | grep ^kmod
shows me
i think it is nvidia kmod causing issues here and causing my high boot times
any help is appreciated, thank you for reading!