BIOS and UEFI Flashcards

BIOS and UEFI configuration, security, and installing upgrades.

1
Q

What is a BIOS or UEFI?

A

The software used to start your computer.

BIOS - Basic Input Output System
UEFI - Unified Extensible Firmware Interface

AKA; Firmware, System BIOS, ROM BIOS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does a BIOS do first?

A

Checks that all necessary components are installed properly in order to start the system. This series of checks is referred to as POST (power on self test).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is POST and what does it stand for?

A

POST (power on self test) is the BIOS process that checks that necessary hardware is installed correctly. It then checks storage devices for a boot loader that it can hand off control to, typically an Operating System.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Where is the BIOS located?

A

Typically on a motherboard in a separate flash memory chip labelled “BIOS”. Check documentation for specific location.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the difference between Legacy BIOS and UEFI BIOS?

A

Legacy BIOS is older and has been in use the longest, is text based, and used to directly control hardware with commands from the Operating System. Modern Operating Systems use device drivers to send commands to hardware.

UEFI BIOS (Unified Extensible Firmware Interface) is the modern BIOS type found on newer systems. UEFI BIOS can handle larger storage, booting from removable media, and supports legacy FAT formats.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Where are BIOS settings stored?

A

CMOS (complementary metal-oxide semiconductor). The acronym refers to an older memory type used to store BIOS settings. CMOS, or CMOS memory, is now typically stored on flash memory. Older CMOS required constant power in order to save settings, typically a watch battery. Flash memory CMOS does not require constant power, preserving settings while the computer is off.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a CMOS battery?

A

The CMOS battery (complementary metal-oxide semiconductor) is used to store volatile memory while the computer is turned off. In legacy systems this preserves the bios and system settings, while in modern systems it is still used to preserve date and time settings, though no longer required for BIOS settings with a UEFI BIOS.

Legacy BIOS settings can be reset by removing the CMOS battery.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What does a motherboard battery provide on modern computers?

A

Maintains date and time settings.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

After making changes to your BIOS and saving the configuration, where is this information saved?

A

Nonvolatile memory. (Does not require power to store data).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What benefits are there to a UEFI BIOS over Legacy BIOS?

A

UEFI BIOS provides a pre-boot environment that allows you to manage storage, connect to a network, and receive remote commands from another computer. It also supports larger storage systems.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How do you enter BIOS settings?

A

Varies depending on BIOS, and is either a single, or combination of key presses during boot. Common keys are Delete, F2, or other F keys.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the difference between a BIOS password and a BIOS supervisor password?

A

A BIOS password, or user password, is used to require a password in order to boot past the BIOS into an operating system.

A BIOS supervisor password is used to require a password in order to make changes to the BIOS settings.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What type of diagnostics are available inside a computer’s BIOS?

A

1) Memory Check
2) Fan speeds and component temps
3) System temps and clock speeds

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

How do you confirm that a computer can identify specific hardware?

A

Check that the hardware is recognized in the BIOS and that the appropriate settings are selected.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is a TPM?

A

TPM (Trusted Platform Module) is a hardware cryptographic device that is either stored on your motherboard or on a separate chip on your motherboard. It is used with software like BitLocker to encrypt the entire contents of a system at a hardware level.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is a LoJack?

A

LoJack is a type of software, typically on Laptops and mobile devices, that resides within the BIOS and is installed to the OS. It will be restored even if the system drive is reformatted or replaced. LoJack software has various functions such as sending you a location of the device, locking or erasing data, or displaying a certain message on-screen.

17
Q

What is Secure Boot?

A

Secure Boot is a security feature in UEFI BIOS that checks your operating system’s digital signature against a good digital signature to see if there are any changes, preventing any changes from loading. Many new operating systems require secure boot in order to be installed.

18
Q

When do you upgrade your BIOS firmware?

A

Generally you don’t upgrade your firmware unless there is a compatibility conflict or necessary bug fix. You should also check the BIOS release notes for any prerequisites.

Firmware upgrades can render a system unusable if they’re run incorrectly or stopped mid-process. It is ideal to have a copy of original firmware to restore if the upgrade does not work correctly.

19
Q

Where do you find your currently installed BIOS version?

A

Either in the BIOS itself, or inside your operating system with msinfo32 or System Information on Windows.

20
Q

Why is constant power necessary during a BIOS upgrade?

A

Losing power during a BIOS upgrade can corrupt the BIOS, leaving the system inoperable.