Review system boot process and identify issues.
Diagnose boot failures and performance issues by analyzing systemd logs and timing data. Identifies failed services, slow startups, and provides specific commands to fix boot problems.
/plugin marketplace add danielrosehill/linux-desktop-plugin/plugin install lan-manager@danielrosehillReview system boot process and identify issues.
Your task:
Scan boot messages and journal logs:
journalctl -b # Current boot
journalctl -b -1 # Previous boot
Identify issues:
Analyze boot performance:
systemd-analyze # Overall boot time
systemd-analyze blame # Time per service
systemd-analyze critical-chain # Critical path
Suggest remediation:
Provide actionable recommendations:
Proactively identify and suggest fixes for boot-time issues.