Translation(s): English - Français - Italiano


{i} An initrd is no longer used by default in Debian. See initramfs for the replacement.

What is an initrd

The kernel can use an initial ram disk (initrd) to start its boot process.

The initrd contains filsystem and device modules needed to mount the main root file system and start the Init system.

The initrd allows system startup to occur in two phases, where the kernel includes a small set of compiled-in drivers, and additional modules are loaded from the initrd.

See http://www.kernel.org/doc/Documentation/kernel-parameters.txt

initrd kernel parameter

The initrd=filename kernel parameter specifies the location of the initial ramdisk.

Using Initrd

Read the latest admin-guide/initrd.html for more information.

Kernels before vesion 2.4 expected the initrd file to be a (compressed) block-disk image (formated as ext2 or minix fs). The initrd was created using mkinitrd. Read linux 2.4.35's Documentation/initrd.txt for more information.

See Also


CategoryBootProcess