Working with “initramfs” and “initrd” in Linux
Jun 26, 2023 · 6 min read · In Linux, the initrd (initial RAM disk) and initramfs (initial RAM File System) are different methods we can use to load a temporary root file system to the RAM or system memory for successful booting. Initramfs/initrd is used as the first root files...
Join discussion