This is Gentoo's testing wiki. It is a non-operational environment and its textual content is outdated.

Please visit our production wiki at https://wiki.gentoo.org

initramfs

From Gentoo Wiki (test)
Jump to:navigation Jump to:search

Resources

An initramfs (initial ram file system) is used by Linux systems to prepare the system during boot before the operating systems' init process starts.

The initramfs usually takes care of mounting important file systems (by loading the proper kernel modules and drivers) such as /usr or /var, preparing the /dev file structure, etc. Users who use an encrypted file system will also have the initramfs ask them for the passphrase before it can mount the file systems. When the file systems are mounted, control is passed on to init which then takes care of further starting all necessary services and booting up the remainder of the system.

Available software and articles

See also