- A bad swap file entry in /etc/fstab stopped systemd from booting
- systemd did’t like my ssd optimizations:
- tmpfs /var/lock tmpfs defaults,noatime,mode=0755 0 0 # had to be commented out
- had to do:
mkdir /etc/tmpfiles.d/console-kit.conf
to stop another error message
See ubuntuforums.org/…owthread.php
and bbs.archlinux.org/…ewtopic.php for explanations