User Tools

Site Tools


linux:linux_boot_order

This is an old revision of the document!


Linux kernel boot process

During boot process, the system will read the grub config to be able to load the kernel with it associated modules containing into initrd.

Initial RAM disk (initrd or Initramfs) is a RAM filesystem mounted at startup to initialize kernel modules.

You can read the content of initrd

# lsinitramfs /boot/initrd.img

Uncompress initrd

# mkdir /tmp/initrd
# cd /tmp/initrd
# cp /boot/initrd.img .
# unmkinitramfs initrd.img .
linux/linux_boot_order.1726948634.txt.gz · Last modified: 2024/09/21 21:57 by manu