OneLinersCommand workbench
Verified diagnostic signature

Boot is delayed or degraded by a device, mount, or unit dependency.

Match output from systemd, understand the likely cause, then continue with sourced, read-only checks.

Confidence
high
Platforms
linux
Verified
2026-07-24
Recognized output

Signature matched locally

Timed out waiting for device

OneLiners matches this pattern in your browser. Your pasted output is not stored or indexed.

Likely causes

What usually produces this signal

  1. Missing device
  2. Incorrect fstab entry
  3. Slow network mount
  4. Filesystem check failure
Safe next checks

Collect evidence before changing the system

01

Show the boot critical path and activation delays

systemd-analyze critical-chain

The output matches the expected target and exits without an error.

02

Show kernel and service warnings from the current boot

journalctl -b -p warning..alert --no-pager -o short-iso

The output matches the expected target and exits without an error.

03

List failed systemd services

systemctl --failed

The output matches the expected target and exits without an error.