Difference between revisions of "Initramfs"

From Funtoo
Jump to navigation Jump to search
(Created page with "Category:Kernel")
 
Line 1: Line 1:
== What is initramfs? ==
Wikipedia defines initramfs as:
<blockquote>
initramfs, abbreviated from "initial ram file system", is the successor of initrd. It is a cpio archive of the initial file system that gets loaded into memory during the Linux startup process. The Linux kernel mounts it as root file system and starts the init process from it. This will complete certain tasks before the real root file system is loaded; thus, initramfs needs to contain all of the device drivers and tools needed to mount the real root filesystem.
</blockquote>
[[Category:Kernel]]
[[Category:Kernel]]

Revision as of 16:13, August 5, 2014

What is initramfs?

Wikipedia defines initramfs as:

initramfs, abbreviated from "initial ram file system", is the successor of initrd. It is a cpio archive of the initial file system that gets loaded into memory during the Linux startup process. The Linux kernel mounts it as root file system and starts the init process from it. This will complete certain tasks before the real root file system is loaded; thus, initramfs needs to contain all of the device drivers and tools needed to mount the real root filesystem.