Ticker

6/recent/ticker-posts

booting operating system : types booting process, computer slow startup

 What is booting

why computer booting up slowly || What happning during the booting process

Booting is the process of startup a computer and preparing it for use. The boot process involves several steps, including checking the computer's hardware, loading the operating system, and initializing it. The boot process also provides a user interface, such as a login prompt or desktop, allowing you to interact with the computer and perform tasks.

During the boot process, the computer's firmware, such as the BIOS or UEFI, performs a power-on self-test (POST) to check the hardware and make sure it's functioning properly. The firmware then locates and loads the boot loader program, which transfers control to the operating system kernel. The operating system kernel initializes the rest of the operating system and starts the first process, finishing the boot process and making the computer ready for use.


Diffrent Types of Booting

There are several different types of booting, including:

  1. Cold Boot: This is when a computer is started from a completely powered-off state.
  2. Warm Boot: This is when a computer is restarted without fully shutting down.
  3. BIOS Boot: This is the initial boot process that occurs when a computer is powered on. The BIOS performs a series of tests and initializes the hardware.
  4. Operating System Boot: This is the process of loading the operating system after the BIOS has completed its initializations.
  5. Network Boot (PXE Boot): This is a boot process that allows a computer to start up by booting from a network rather than a local storage device.
  6. Safe Mode Boot: This is a boot process in which the operating system starts with a limited set of drivers and services to help diagnose and troubleshoot issues.
  7. Rescue Boot: This is a boot process that is used to access the system and recover data or repair the operating system.
  8. Dual Boot: This is a setup where two or more operating systems are installed on the same computer, allowing the user to choose which operating system to boot into.

Booting process of computer with diagram

1.  Power on: When the computer is turned on, the power supply unit sends power to the motherboard.

2.  BIOS: The Basic Input/Output System (BIOS) is a low-level software that checks and initializes the hardware components of the computer, such as the memory, hard drive, and keyboard.

3.  Boot loader: The BIOS then transfers control to the boot loader, which is responsible for loading the operating system into memory.

4.  Operating System Load: The boot loader loads the operating system kernel into memory and hands over control to it.

5.  Initialization: The operating system kernel initializes the remaining hardware components, such as the graphics card, network card, and peripherals.

6.  Startup Programs: The operating system then starts any necessary startup programs and services.

7.  Login: Finally, the operating system displays the login screen, allowing the user to log in and start using the computer.

Why needs to boot

       Booting is necessary to start a computer and initialize its operating system. The boot process performs several important functions, including:

1.  Checking the computer's hardware: The boot process checks the computer's hardware components, such as the memory, processor, and hard drive, to ensure that they are functioning properly.

2.  Loading the operating system: After the hardware has been checked, the boot process locates and loads the operating system into memory.

3.  Initializing the operating system: Once the operating system is loaded, the boot process initializes it and starts any necessary services and drivers.

Providing a user interface: After the operating system is initialized, the boot process provides a user interface, such as a login prompt or desktop, allowing the user interact with the computer and perform tasks.

Why computer booting up slowly

There could be several reasons why a computer is booting up slowly:

1.  Hard drive fragmentation: If the hard drive is full, fragmented or has bad sectors, the computer will take longer to boot.

2.  Startup programs: Having too many programs set to start up automatically when the computer booting can also slow down the process.

3.  Virus or malware: Malicious software can slow down the boot process and potentially cause other issues on the computer.

4.  Hardware: Issues with hardware components, such as a failing hard drive, can also cause a slow boot.

5.  Outdated drivers: Outdated or incorrect drivers can cause compatibility issues and slow down the boot process.

6.  Power Management Settings: Incorrect power management settings can also cause slow boot up.

7.  Insufficient memory: If the computer doesn't have enough memory (RAM), it can slow down the booting process as the operating system has to swap data between the hard drive and memory.

8.  Operating system issues: Issues with the operating system, such as corrupted system files or outdated drivers, can slow down the booting process.

What is bootable device

A bootable device is a device, such as a hard drive, CD-ROM, USB drive, or network server, that contains the necessary files and information to start the boot process and load an operating system. The bootable device must be recognized by the computer's BIOS or UEFI firmware and must be setup as the primary boot device in the boot order.

During the boot process, the computer first checks the bootable device for a boot loader program, which is responsible for loading the OS. The boot loader program locates and loads the operating system into memory, and the operating system takes control of the computer's hardware resources.

Examples of bootable devices include:

  1. Hard drive: Most computers have a hard drive as the primary bootable device, where the operating system is installed.
  2. CD-ROM or DVD: A CD-ROM or DVD can be used as a bootable device if it contains a bootable operating system or diagnostic utility.
  3. USB drive: A USB drive can be used as a bootable device if it contains a bootable operating system, such as a live version of Linux, or a diagnostic utility.
  4. Network server: Some computers can be configured to boot from a network server, where the operating system is stored and loaded over the network.

How to make bootabele device through CMD

At fast open cmd
Type Diskpart  then enter
List disk 
Select disk 1
Clean
Creat partition primary
Select partition 1
Active
Format fs=fat32 quick
Assign
exit  

Post a Comment

0 Comments