LPIC-1 Exam 101 v5 (Linux Administrator) — Question 18

Which of the following statements are correct about the initial RAM disk involved in the boot process of Linux? (Choose two.)

Answer options

Correct answer: A, D

Explanation

Option A is correct because an initramfs is indeed a compressed filesystem that can be unpacked to view its contents. Option D is also correct as the kernel does use the initramfs temporarily during the boot process. Options B, C, and E are incorrect; B is wrong because an initramfs does not contain the MBR or bootloader, C is incorrect since the initramfs contents are not available at /run/initramfs/ after boot, and E is false because the initramfs can be tied to specific kernel versions.