Professional Shiksha Banner

Professional Shiksha Banner

Computer Booting Process

 What is Booting?

Booting refers to the process that starts the operating system of a computer from the moment the power button is pressed. It is a sequence of steps that the computer follows to load the operating system when it is powered on. Each computer has its own boot sequence, which is essential for troubleshooting and customizing system settings, even though the average user may not fully understand it.

Types of Booting

  1. Cold Boot: It occurs when the computer is turned off and someone is turning it on. During a cold boot, the system performs hardware self-tests and loads the operating system, making the computer ready for use.

  2. Warm Boot: This refers to restarting the computer without cutting the power supply. A warm boot usually skips the hardware self-tests and can be performed through the operating system's restart option.

Considerations

The choice between cold and warm booting depends on the situation. A warm boot is quicker, as it doesn’t run hardware tests and is useful for completing software updates and clearing system errors. However, it doesn’t reset all components. A cold boot allows a full reset, discharges power from the motherboard, and clears memory, ensuring the system starts fresh.

Boot Devices

The boot device is the hardware from which the operating system is loaded. Modern BIOS supports booting from different devices such as hard disks, optical drives, network cards, and USB devices. The BIOS can be configured to follow a boot order, for instance:

  1. CD Drive
  2. Hard Disk
  3. Network

The system will attempt to boot from each device in the listed order until it successfully loads the operating system.

Booting Sequence

The general boot sequence includes the following steps:

  1. Power is switched on.
  2. CPU pins are reset, and registers are initialized.
  3. The CPU accesses the BIOS.
  4. The BIOS runs a Power-On Self Test (POST) and other necessary checks.
  5. Control is passed to the Master Boot Record (MBR) on the hard drive.
  6. The primary bootloader loads from the MBR, leading to the secondary bootloader.
  7. The secondary bootloader then loads the operating system.

No comments

Powered by Blogger.