Exam 312-49v10 All QuestionsBrowse all questions from this exam
Question 203

Which of the following stages in a Linux boot process involve initialization of the system's hardware?

    Correct Answer: A

    The initialization of the system's hardware during the Linux boot process happens in the BIOS Stage. During this stage, the BIOS (Basic Input/Output System) performs the Power-On Self Test (POST) to check and initialize hardware components, ensuring they are operational and communicating properly before handing over control to the bootloader.

Discussion
aqeel1506Option: A

Here's a brief overview of the other options: B. Bootloader Stage: Loads the Linux kernel into memory and passes control to it. C. BootROM Stage: Not a standard stage in the Linux boot process (BootROM is a type of firmware used in some embedded systems). D. Kernel Stage: The Linux kernel takes control, initializes system services, and starts the system's processes.

ElbOption: A

A > During the boot process, the BIOS performs a POST to ensure that all the hardware components of the system are operational.