Which phase of the Linux boot process is responsible for hardware detection and initial setup?
- Init
- BIOS/UEFI
- GRUB
- Initrd
The Initrd (Initial RAM Disk) phase of the Linux boot process is responsible for hardware detection and initial setup. It loads essential modules and drivers needed to mount the root file system and continue the boot process.
Loading...
Related Quiz
- To disable the debugging mode that was enabled with set -x, you can use the command __________.
- In shell scripting, a loop that processes each item in a list one by one is known as a _________ loop.
- The ________ statement in Bash allows for decision-making and executing different blocks of code based on a condition.
- Which daemon is responsible for network interface configuration and automatic switching between networks?
- The _________ command is used to display the disk usage of files and directories.