answersLogoWhite

0


Best Answer
steps of the booting process In single OS:
  1. The boot process starts by executing code in the first sector of the disk, MBR.
  2. The MBR looks over the partition table to find the Active Partition.
  3. Control is passed to that partition's boot record (PBR) to continue booting.
  4. The PBR locates the system-specific boot files (such as Win98's io.sys or WinXP's ntoskrnl).
  5. Then these boot files continue the process of loading and initializing the rest of the OS.
User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

10y ago

Typical Events

  1. Power Up
  2. Start Boot Program
  3. Power-on-self-test
  4. Identify Peripheral Device
  5. Load Operating System
  6. Check Configuration and customization
This answer is:
User Avatar

User Avatar

Wiki User

13y ago

*Disclaimer - this is from memory... :-) *

1) Power on. Power voltages tested good.

2) CPU Initializes, launching system ROM

3) System ROM starts, initiating POST (Power On Self Test)

4) POST runs, performing the following:

a) Testing BIOS chip and clock battery

b) Inventory hardware, such as video card, keyboard, mouse, etc.

c) start memory test

d) Looks for an OS to load

5) Loads the OS from the MBR (Master Boot Record) on drives as listed in the BIOS

6) Transfers control to the OS once it has found a valid boot loader

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

1. Computer goes through the POST.

2. BIOS locates the MBR (Master Boot Record)

3. MBR looks for a system partition

4. MBR passes passes control to NTDLDR

5. NTLDR reads BOOT.INI

6. BOOT.INI points to the boot menu or to the location of the OS.

This is a very very basic process. The POST alone is a much more drawn out explanation. But this should cover the basics of it.

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

Your computer goes down the list, starting at the top, trying to boot from each thing.

Typically the first is a floppy drive, the second a CD drive, then your main hard drive.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

operation------------> input-------------> process----------> output

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the steps of the booting process?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Steps of booting a computer?

"what are the different steps during computer booting? "what are the different steps during computer booting? "what are the different steps during computer booting? "what are the different steps during computer booting? "what are the different steps during computer booting? "what are the different steps during computer booting?


Outline the steps of booting process for amicrocomputer indicate the siginficance of each step?

press the red button IT WORKS!


Summarize the booting process?

Booting is the act of switching on the computer and loading the operating system. This process is referred to as cold booting


Mention the septs In booting?

The 7 steps of booting process in a computer are: Power On BIOS POST (Power-On Self-Test) Bootloader Execution Operating System Loading Kernel Initialization System Initialization User Login.


What are the 10 main steps for booting?

yes idownload


Which process refers to starting up a computer?

its called a "boot-up"


What is dual-booting?

Dual-booting is the process of running more than one operating system on a computer.


What is booting in c plus plus?

Booting is the process of starting the computer from a power off condition. It has nothing to do with C++.


What is the computer system start-up process called?

booting up POST, or Power On Self Test


Explain the two methods that allow you to modify the boot process?

the three methods are Booting with GRUB Booting with LILO and last but not least is Booting with CD's i.e ISO images


What is the answer for the definition to start the computer?

The process of starting a computer - from switching on, to being 'user ready' - is known as 'booting' or 'booting up'.


What is the first step in the boot process?

The first step in the booting process is POST (power-on self-test).