The Kernel and Initrd

  • once a particular kernel has been selected in GRUB, GRUB will load the linux kernel into RAM, execute it and pass along any boot time arguments that were configured for it.

  • usually GRUB will also load an initrd (initial ram disk) along with the kernel.

Last updated

Was this helpful?