systemd ターゲット multi-user.target が失敗しましたが、その理由を知るにはどうすればよいでしょうか?

systemd ターゲット multi-user.target が失敗しましたが、その理由を知るにはどうすればよいでしょうか?

この非アクティブ状態の原因をどのように診断すればよいでしょうか?

# systemctl --type=target --no-pager
UNIT                   LOAD   ACTIVE   SUB    JOB   DESCRIPTION
basic.target           loaded active   active       Basic System
cryptsetup.target      loaded active   active       Local Encrypted Volumes
getty.target           loaded active   active       Login Prompts
local-fs-pre.target    loaded active   active       Local File Systems (Pre)
local-fs.target        loaded active   active       Local File Systems
multi-user.target      loaded inactive dead   start Multi-User System
network-online.target  loaded active   active       Network is Online
network.target         loaded active   active       Network
nss-user-lookup.target loaded active   active       User and Group Name Lookups
...

答え1

失敗していないまだ– 「JOB」列は、まだ「開始」ジョブが保留中であることを示します。起動を待機している他のユニットを確認します。

systemctl list-jobs

関連情報