Для локализации проблемы, наверное еще стоит повысить уровень сообщений до debug где то тут /etc/systemd

Тут еще пишут в /usr/share/doc/systemd/README.Debian

1) Enabling persistent logging in journald
=======================================

To enable persistent logging, create /var/log/journal and set up proper permissions:

install -d -g systemd-journal /var/log/journal
setfacl -R -nm g:adm:rx,d:g:adm:rx /var/log/journal

2) For boot problems the recommended way is to append "systemd.debug-shell" to the kernel command line in the bootloader.

Once the boot/shutdown problem happened, switch to VT9 (Ctrl+Alt+F9). There you can use the usual systemctl or journalctl commands, or any other Linux shell command to list or kill processes. For example, run "systemctl list-jobs" to see what's currently being run, or "systemctl" to find units which are not in the expected state (e. g. "failed" for boot or still "active" during shutdown), and then get more detailled information with "systemctl status -l foo.service" to get a service "foo"'s status and recent logging.

Вообще, загрузка стала очень долгой с переходом на systemD. Вот так
выглядит: http://www.picshare.ru/uploads/151024/GYNJ7HzM86.jpg
собственно, эта штука висит долго. Потом стартует графический вход в
систему. А в консоли продолжает висеть эта фигня.

Ответить