Day03 - Boot Process Analysis¶
This lab explores the boot process of the Linux system by inspecting kernel information and boot parameters.
Kernel Version¶
Command:
Purpose:
- Identify kernel version
- Confirm architecture
Kernel Boot Log¶
Command:
Example output:
Purpose:
- Observe boot parameters passed from bootloader to kernel
Kernel Command Line¶
Command:
Purpose:
- Inspect kernel boot arguments
Example parameters:
- console
- root
- rootfstype
Root Filesystem¶
Command:
Purpose:
- Identify the root filesystem device
Output:
Boot Configuration Files¶
List boot directory:
Example files:
- kernel image
- cmdline.txt
- config.txt
These files control how the system boots.