Exam 201-450 All QuestionsBrowse all questions from this exam
Question 31

What is the purpose of an initramfs during the Linux system start?

    Correct Answer: A

    The purpose of an initramfs during the Linux system start is to load required modules and start subsystems like LVM to make the root file system accessible to the kernel. This initial ramdisk contains the necessary drivers and scripts needed to mount the real root file system so that the system can continue the boot process.

Discussion
debloidOption: A

The initramfs contains drivers and modules needed to initialize the hardware required to mount the real root filesystem. This includes drivers for storage devices, filesystems, and sometimes network interfaces.

milan92stankovicOption: A

A - 100%