Bios/UEFI Flashcards
What is ROM and what is its primary function?
ROM (Read-Only Memory) is a non-volatile memory that stores the BIOS, which is essential for the system to boot. It can be updated through a process called flashing.
What is the role of CMOS in a system?
CMOS stores BIOS/UEFI settings such as date, time, and boot order. It provides persistent storage for configuration data that is retained even when the system is powered off.
What is the function of the CMOS battery?
The CMOS battery (e.g., CR2032) powers the CMOS chip, allowing it to retain BIOS settings when the system is turned off. The battery typically lasts 3-10 years, depending on the system’s use.
What happens when the CMOS battery fails?
A failed CMOS battery results in the loss of BIOS settings, leading to issues like incorrect date and time, and the need to reconfigure BIOS settings every time the system is powered on.
What is the Power-On Self-Test (POST) and what does it do?
POST is an initial hardware check that occurs when the computer is powered on. It tests essential components such as the keyboard, RAM, storage devices, and CPU to ensure they are functioning properly.
How does the system report errors during POST?
Errors are reported through text messages on the display or beep codes (if there is no display). These codes vary by motherboard and BIOS manufacturer.
What do beep codes indicate during POST?
Beep codes indicate hardware issues. For example, two short and one long beep might signal a keyboard issue
What is the difference between BIOS and UEFI in terms of system bit support?
BIOS supports only 32-bit, while UEFI supports both 32-bit and 64-bit systems.
What are the storage limits of BIOS and UEFI?
BIOS supports drives up to 2.2 TB, while UEFI supports drives up to 9.4 zettabytes.
What partition table does BIOS use compared to UEFI?
BIOS uses the Master Boot Record (MBR), while UEFI uses the GUID Partition Table (GPT), which allows for more partitions and larger drives.
How does the boot speed of BIOS compare to UEFI?
UEFI boots faster than BIOS due to more efficient hardware initialization.
How do the ROM sizes of BIOS and UEFI differ?
UEFI typically has a larger ROM, supporting additional features and diagnostic tools compared to BIOS.
What is the flashing process for updating BIOS/UEFI?
Flashing involves downloading the firmware update from the manufacturer, storing it on a USB drive, and following specific instructions (e.g., pressing keys during startup) to apply the update.
What precautions should be taken when flashing BIOS/UEFI?
Always back up settings before flashing and follow the manufacturer’s instructions precisely to avoid firmware corruption.
How does boot order management enhance system security?
By configuring the boot order to exclude optical or USB drives, you prevent unauthorized access through external operating systems, such as booting from Linux via USB.