During the boot process, the ________ is responsible for loading the kernel into memory.
- bootloader
- init system
- BIOS/UEFI
- kernel
During the boot process, the BIOS/UEFI (Basic Input/Output System/Unified Extensible Firmware Interface) is responsible for loading the kernel into memory. The BIOS/UEFI is the firmware that initializes the hardware and starts the boot process. It locates the bootloader, which, in turn, loads the kernel into memory to start the operating system.
Loading...
Related Quiz
- You've been tasked to lockdown a specific application on an Ubuntu server. You decide to use a tool that restricts programs to a limited set of resources. Which tool would you primarily utilize?
- A colleague informs you that a specific daemon is causing issues and should be temporarily disabled without stopping it. Which command in Linux would allow you to mask the service?
- Docker primarily deals with which kind of virtualization?
- What is the first program run by the Linux kernel when it starts?
- Which command allows you to change directories in the terminal?