How to disable systemd service manually?
I can't boot. The system is stuck on "Failed to start Network Time Synchronization."
I have access to the file system and can edit files. What can I do to disable a systemd service? Can I just delete this file /lib/systemd/system/systemd-timesyncd.service?
kbrequestlogin. Determine what your system is doing. Then address that.sudo ln -s /dev/null /media/user/%UUID%/etc/systemd/system/systemd-timesyncd.service, it was able to boot past the failed time sync. However, I ran into a completely separate, unrelated problem, but I was able to figure out how to fix it. I have documented my solution here: raspberrypi.stackexchange.com/questions/83044/…