1.1 BIOS & UEFI Flashcards
What does BIOS stand for?
Basic Input Output System
What does BIOS initialize first? What’s next?
BIOS first initializes CPU and Memory, then performs hardware checks upon bootup.
What is POST?
Power On Self Test.
What is POST? What does it do?
POST is the BIOS hardware test. After POST is successful, BIOS looks to boot loader.
What is the Boot Loader?
Boot Loader is where the OS is stored and accessed. Can be HDD/USB/SSD.
What is UEFI?
Unified Extensible Firmware Interface. Based off Intel’s EFI. Designed to replace legacy BIOS.
UEFI Advantages?
Supports FAT & removable media. Includes pre-boot environment. Has it’s own shell, drivers, and applications.
What is CMOS?
A type legacy memory, usually has battery backup. (Replaced by Flash Memory). Stands for Complimentary Metal-Oxide Semiconductor.
What is LoJack? (For laptops, etc)
Originally called CompuTrace, software built into the BIOS, which reinstall itself if removed. Provides: Phone Home function, location info, and other anti theft features.
What is Secure Boot?
Part of UEFI, digitally signs known/good software. Preventing software from running without a proper signature.