Analyze Slow Boot times

System information

inxi -Frxxxz

Displays a lot of System Information


Programs and Services

systemd-analyze

Simple boot times info

systemd-analyze blame | head

Shows the 10 most slow services at boot

systemd-analyze critical-chain

Shows in red which programs were the slowest, in a chain of loading priorities.

Partitions

cat /etc/fstab

Displays how your partitions are mounted

lsblk -o NAME,LABEL,UUID,MOUNTPOINT

Lists what is actually mounted in the system, should be equal to the above

cat /etc/initramfs-tools/conf.d/resume

Should show the SWAP partition’s UUID