yesterday i decided to remove SWAP partition of my ubuntu 21.10 (which is dual booted with windows 11).
using GParted i removed swap partition.
now, ubuntu takes too long to boot.
it is installed on a ssd and before this operation it used to start in just some seconds but now it takes near one minutes to startup.
how can i find the reason and solve that?
/etc/fstab
? Doessystemd-analyze blame
inform? Look at the boot log withsudo journalctl -b 0
. Readman fstab systemd-analyze journalctl
. – waltinator Jan 09 '22 at 18:48