Configuring Hardware Flashcards
BIOS
Basic Input/Output System; used on older systems
UEFI
Unified Extensible Firmware Interface, maintains system hardware status and launching the installed os, adopted in 2005
what was a limitation of BIOS firmware
it can read only one sectors worth of data from a hard drive into memory to run
describe the BIOS boot process
BIOS runs bootloader. The bootloader can be on a number of devices, but if it is on a hard drive, then it looks to the master boot record (MBR) for the bootloader. The bootloader points to the actual location of the OS.
master boot record (MBR)
first sector on the first hard drive partition on the system
chainloading
making the primary boot loader point to a secondary boot loader or program
EFI
Extensible Firmware Interface, created in 1998
how is UEFI different from BIOS
UEFI specifies a special disk partition, called the EFI System Partition, to store boot loader programs. Any size boot loader is allowed. There can also be multiple boot loader programs for multiple OSs.
ESP (UEFI)
utilizes old Microsoft File Allocation Table (FAT) filesystem to store boot loader programs
Where is ESP mounted in Linux systems?
/boot/efi
What is the file extension for boot loaded programs
.efi
PCI
Peripheral Component Interconnect
What version of PCI is currently used on most server sizes on motherboards?
PCI Express (PCIe)
GPIO Interface
General Purpose Input/Output interface
What interface has become popular with small utility LInux systems, designed for controlling external devices for automation projects?
GPIO