The boot sequence on a modern RHEL 10 machine has five hand-offs: firmware (BIOS or UEFI) → GRUB 2 bootloader → kernel + initramfs → systemd PID 1 → default target (usually multi-user.target). Each stage hands control to the next and, once running, systemd brings up units in dependency order until the default target is reached. On the RHCSA exam you'll most commonly deal with GRUB 2 (kernel command line, default target) and systemd (default target, rescue/emergency mode).