Boot stuck at "A start job is running for Create Volatile Files and Directories"

Solution 1:

You can boot in single user mode, move the tmp folder, create a new clean one, set the permissions and reboot. Then you can do whatever needs to be done with the old tmp.

in the single user session do:

mv /tmp /old.tmp
mkdir /tmp
chmod 1777 /tmp

and reboot.