Computer Hardware Essentials II
Computer Hardware Essentials II
Essentials II
BIOS
▪ Setting the system clock
▪ Enabling and disabling certain system components
▪ Hardware configuration
▪ Selecting boot drives
▪ Set password prompts for secured access to BIOS user
interface function
❑ It is a firmware embedded on the chip on the
computer's motherboard. BIOS firmware
is pre-installed on the motherboard of a PC. It is a
non-volatile firmware which means its settings won’t
disappear or change even after power off.
❑ The BIOS software has a number of different roles, but
its most important role is to
load the operating system. When you turn on your
computer and the microprocessor tries to execute its first
instruction, it has to get that instruction from somewhere.
BIOS Purpose
7 Pradeep Kumar P, Dept. of ICTS, Amrita School of Engineering, Amrita Vishwa
Vidyapeetham, Coimbatore - 641112
BIOS Manufacturers:
▪ American Mega Trends Inc. (AMI),
▪ Phoenix Technologies,
▪ Ali,
▪ Winbond.
▪ Award
BIOS Booting
❑ A PC cannot do anything useful unless it is running its
operating system – software
that acts as a supervisor for all its software applications. It
sets the rules for using memory, drives, and other
hardware devices on the computer.
❑ The BIOS has the CPU send signals over the system
bus to be sure all of the basic
components are functioning. The bus includes the
electrical circuits printed on and into the motherboard,
connecting all the components with each other.
Boot-Up Sequence
❑ During a cold boot the memory controller checks all
of the memory addresses with a quick read/write operation
to ensure that there are no errors in the memory chips.
Read/write means that data is written to a bit and then
read back from that bit. You should see some output to
your screen - on some PCs you may see a running
account of the amount of memory being checked.
POST Sequence
❑ The BIOS issues an error message if hardware is not
working properly or if it is not
identified. The error message consists of text on the
display screen or a series of coded beep sounds. Because
POST is initiated prior to activating the video card, a
display screen message is not typical.
Note: Some computer users use UEFI boot but still refer to it as
the “BIOS”, which may confuse some people. Even if your PC
uses the term “BIOS”, most modern PCs you buy today use UEFI
firmware instead of a BIOS. To distinguish UEFI and BIOS, some
also call UEFI firmware as UEFI BIOS, and BIOS is called
Legacy BIOS or traditional BIOS.
❑ In addition to the services UEFI defines, there are
various protocols/APIs to access various hardware and
the boot devices in the system. The UEFI spec also
defines a generic framework and can be adapted to any
type of bus or device, knowing that computer hardware is
constantly evolving
❑ There are 3 types of entities that can execute under
UEFI environment
❑ Applications:
UEFI Booting
20 Pradeep Kumar P, Dept. of ICTS, Amrita School of Engineering, Amrita Vishwa
Vidyapeetham, Coimbatore - 641112
21 Pradeep Kumar P, Dept. of ICTS, Amrita School of Engineering, Amrita Vishwa
Vidyapeetham, Coimbatore - 641112
Legacy Boot
Secure Boot
❑ UEFI has a firmware validation process, called secure
boot. Secure boot defines how
platform firmware manages security certificates, validation
of firmware, and a definition of the interface (protocol)
between firmware and the operating system.
❑ The WDS service also replies back to the client with the
necessary information it needs
to PXE boot
The partitioning of a hard drive occurs after the drive has
been Physically formatted but before it is logically
formatted. It involves creating areas on the disk where
data will not be mixed.