Earlier quoted context omitted.
Some random observations: * System randomly taking 5+ minutes to boot "systemd-analyze blame" can help identify issues relating to boot time * Daemons sometimes not starting on boot This most often occurs for me when services don't start quickly enough (too much contention on spinning rust and aggressive default timeout settings) so I have to adjust startup timeouts. "systemctl --state=failed" along with "systemctl s…
> I've sometimes had this happen and for me it seems to be related to systemd-resolved deciding to stop responding to queries and the only solution I've found so far that actually works is to restart the system. I hit this all the time on my Arch laptop and was a major impetus to switch to Void.
I use Void, btw.