Concept Flow - Startup and init systems (systemd)
Power On
Firmware (BIOS/UEFI)
Load bootloader (GRUB)
Start kernel
systemd starts
Read unit files
Start target units (like multi-user.target)
Start services in order
System ready for use
This flow shows how systemd starts after the kernel loads, reads unit files, and starts services to make the system ready.