Boot Sequence
Boot Sequence
FLOW-DIAGRAM-COMPUTER-BOOTING-SEQUENCES
In computing, booting is the process of starting a computer as initiated via hardware such as a
button or by a software command. After it is switched on, a computer's central processing unit (CPU)
has no software in its main memory, so some process must load software into memory before it can
be executed. This may be done by hardware or firmware in the CPU, or by a separate processor in
the computer system.
The boot sequence is hereby explained
1: BIOS and Setup Program
2: The Power-On-Self-Test (POST)
3: The Operating System (OS) Loads
4: System Configuration
5: System Utility Loads
6: Users Authentication
Booting Process of Computer Step By Step
Here is the explanation of the booting process steps for more clarity.
Step 1: BIOS and Setup Program
The ROM loads BIOS into the computer’s memory
ROM (read-only memory): it is a permanent and unchanging memory also,
The BIOS (STARTUP INSTRUCTION) known as basic input/output system): It is the part of the system software
that includes the instructions that the computer uses to accept input and output, it controls the computer
system pending when the operating system is loaded.
Step 2: The Power-On-Self-Test (POST)
BIOS conducts Power-On-Self-Test to check the input/ output system for operability. POST (Power-On Self-Test)
is a series of tests conducted on the computer’s main memory, input/output devices, disk drives, and the hard
disk to check availability and function of important devices.
Note: The computer will produce a beeping sound if any problem occurs. An error message will also appear
on the monitor
Step 3: The Operating System (OS) Loads
The BIOS (according to STARTUP instruction) searches for the operating system.
In this step/stage, the operating system’s kernel is loaded into the computer’s memory
The setting in the CMOS (complementary metal oxide semiconductor) determines where to look for the
operating system. After this, the operating system takes control of the computer from BIOS and begins loading
system configuration information.
Step 4: System Configuration
In this stage the system register and configure some other important software such as utility programs and
database registry.
SUMMARY
When we switch-on a computer, the following process takes place
1. The System comes up with the power light on.
2. The system loads the (BIOS) STARTUP instruction from the memory (ROM)
3. The system perform power-on-self-test (POST) to check itself if everything is okay
4. The system loads the operating system which take over control of the system from RAM
5. The system searches for files and loads the files into the memory and start work
6. The System also checks for other connected components.
7. The authentication screen appear (optional)
8. The Desktop screen appears and the system is ready for work
FILE ORGANIZATION