Discuss what the BIOS does when you first power on a Linux system.

What will be an ideal response?


When you first power on your system, the BIOS on your motherboard takes charge of the boot process and performs several tasks. It:
•  Runs a Power-On Self Test (POST)
•  Conducts the initial detection and setup of hardware
•  Identifies bootable storage devices (such as your optical drive or hard disk drive).
If the bootable device is a hard drive, the BIOS also reads the master boot record (MBR) on the drive. The MBR resides in the boot sector of your hard drive and it tells the BIOS where a bootloader resides on the hard drive. A bootloader is software that the BIOS can load from the MBR of the hard drive that allows the CPU to access the hard disk drive and load an operating system into RAM.
During the Linux boot process, the BIOS starts the bootloader (such as GRUB), which loads the Linux kernel and the initrd image into memory.

Computer Science & Information Technology

You might also like to view...

A Web application runs on a web server and produces ____ code that is downloaded to a client computer.

A. XML B. SQL C. HTML5 D. HTTP

Computer Science & Information Technology

A technician needs to change the process priority of a background program. Which of the following tools is BEST for performing this function?

A. MSCONFIG B. Computer Management C. Task Scheduler D. Task Manager

Computer Science & Information Technology

A fiber company has acquired permission to bury a fiber cable through a famer's land. Which of the following should be in the agreement with the farmer to protect the availability of the network?

A. No farm animals will graze near the burial site of the cable B. No digging will occur near the burial site of the cable C. No buildings or structures will be placed on top of the cable D. No crops will be planted on top of the cable

Computer Science & Information Technology

Discuss what influences a perimeter to expand and collapse.

What will be an ideal response?

Computer Science & Information Technology