initrd
Initrd stands for initial RAM disk, a temporary filesystem loaded into RAM during the early stages of the Linux boot process. It provides a minimal environment with kernel modules, drivers, and utilities necessary to initialize hardware and locate and mount the real root filesystem.
During boot, the bootloader loads the kernel and an initrd image. The kernel mounts the initrd as
Initrd vs initramfs: Historically, initrd referred to a block-based RAM disk image. Modern Linux distributions typically
Management and usage: Initrd/initramfs images are created by tooling such as dracut (used by Fedora and others)