I was trying to enable hibernation by creating a swap partition, then decided to remove it. The system now boots in almost 60 seconds, with the Manjaro screen loading.
It wasn’t meant to fix your original issue; only the issue you created by deleting the swap partition, while leaving the mount reference in /etc/fstab.
The back-tick? – it was at the end of the line you commented/removed.
I suppose it depends on your use case; It’s the default entry for tmpfs, which has been questioned of late, but it should do no harm.
The rest looks fine, assuming you don’t have a separate /home partition.
If you decide to use a swap file after all, make sure to include its UUID in /etc/fstab, for example:
Start with that. I’m guessing you want to disable a few services with hopes of better performance. I have no recommendations for that.
However, if you give some more information, for example, which DE you’re using, I’m sure someone can suggest where to find the GUI tools needed to find that information.
In KDE, for example:
System Settings → Startup and Shutdown → Autostart
… will display applications selected to run at login, and:
System Settings → Startup and Shutdown → Background Services
$ cat /usr/bin/update-grub
#! /bin/sh
set -e
grub-mkconfig -o /boot/grub/grub.cfg "$@"
# workaround for https://git.savannah.gnu.org/cgit/grub.git/commit/?id=3cf2e848bc03c44d30bb87e583d12efe7e7ccf75
# if grub is not updated in MBR/EFI dashes still won't work, hence we remove them
sed -i -e '/cryptomount -u/ {s/-//g;s/ u/ -u/g}' /boot/grub/grub.cfg