The Boot Process
To boot a computer is to load an operating system onto the computer's main memory [RAM].
Once the OS is loaded, the computer becomes ready for users to run application.
On larger computers [i.e. mainframes computer,] the equivalent term for boot is 'initial
program load' [IPL]
The word boot is derive from bootstrap [a small loop at the back of a leather boot that eanbles
us to pull the entire boot on].
When you install the OS, it goes onto the hard disk but not the ram. When the PC is turned on,
the os is then loaded from the hard disk onto the ram[ which is the storage closer to the CPU
and fatser to work with].
STEPS
1. POWER ON.
As soon as the PC is turned on, the basic input output system [BIOS] located on the ROM CHIP
takes charge.
2. POWER ON SELF TEST -POST
The BIOS first does a power on self test to make sure all the connected components are
functioning.
a. It checks that the RAM is working
b . It checks the hard disk and other devices like mouse keyboard video card etc are also
responding.
NB. The BIOS is on the rom chip bcos information on it can be read only but can't v altered.
3. BOOT SEQUENCE
From there, the boot sequence continues. Boot sequence is the order in which a computer
searches non-volatile storage devices containing program code to load the OS onto the ram. The
devices that are usually listed as boot order option includes the hard disk , floopy disk, flash
drives and others.
4.LOADING OF OS
Once the required drive with the OS or program code is found, the BIOS looks at the 1st sector
of the drive [512byte area] and copies information from it into specific locations in RAM. This
copied info is called MASTER BOOT RECORD. MBR
It then loads the boot record and all other necessary files onto the Ram.
The boot process begins loading the OS from the boot device onto the ram.
After all the os files have been loaded onto the ram, the os is given control of the computer.