Hardware initialization and boot target selection.
Boot and Startup Timeline
Boot and Startup Timeline
Boot problems feel mysterious when all startup stages blur together. A timeline makes recovery and diagnosis more disciplined.
Chooses system entry and passes control onward.
Initializes core OS control and hardware interfaces.
Starts services, targets, and startup dependencies.
Desktop or shell login becomes available.
- Firmware, boot manager, kernel, init, services, and login are separate stages.
- A failure earlier in the timeline looks very different from a failure later on.
- Boot work is easier to troubleshoot when you ask which stage failed first.
- Blaming the desktop when the service stack failed first.
- Assuming all startup problems are bootloader problems.
- Skipping log and service evidence because the machine eventually reached a login screen.
Inspect, start, stop, restart, and enable services on Windows and Linux while using logs and status output to verify the result.
M48 - Boot & StartupExplain the major boot stages on Windows and Linux and use a few practical tools to investigate slow or unhealthy startup behavior.
M49 - System Updates & PatchingExplain a safe update workflow for Windows and Linux, apply updates deliberately, and verify whether a reboot is still required afterward.
M51 - Backup & Recovery: Full WorkflowDistinguish file backups, snapshots, and full-system recovery plans, and understand which recovery method fits which failure.
Generate an SSH key pair, authorize the public key, and verify key-based login before changing server authentication settings.
Field-verified LAB-MON-02 - The Journalctl VaultUse journalctl to view recent logs, filter by service and time, and run one non-interactive error query.