Failed to normal start/login after zypper, but started from snapper pre-zypper

https://support.scc.suse.com/s/kb/System-boot-fails-with-Failed-to-start-default-target-operation-refused-unit-may-not-be-isolated?language=en_US

That means, check that /etc/systemd/system/default.target is a symbolic link to /usr/lib/systemd/system/graphical.target

If not, you can set the default target via
sudo systemctl set-default graphical.target
You should try this from the “broken” snapshot. After you have executed this command, reboot.

1 Like