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



A. It loads required modules and starts sub systems like LVM to make the root file system accessible to the kernel
B. It moves the kernel from normal system memory to initram memory to speed up kernel access
C. It copies the root file system's content to RAM to speed up the system and reduce writes to disk
D. It creates a ram disk to store volatile data for directories like /tmp to reduce writes to disk

題解

選項A,正確。

選項B,錯誤,目的不在於加速。

選項C,錯誤,目的不在於加速。

選項D,錯誤。