Booting a computer, cold boot, warm boot

582 views 18 slides Mar 29, 2024
Slide 1
Slide 1 of 18
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14
Slide 15
15
Slide 16
16
Slide 17
17
Slide 18
18

About This Presentation

Booting a computer


Slide Content

Welcome Good Morning Students

Booting of a Computer System Parwat kumar Shrestha Adarsha Information Technology Biratnagar-09

Objectives By the end of the session, the Junior Computer Technician (JCT) will be able to Define “Booting” Discuss the types of Booting List the steps of Booting Define warm booting and cold booting Recall the system files.

D efinition Booting is the process of loading the system files (Io.sys, Msdos.sys, command.com) in computer memory.

Why is Booting Required ? Hardware doesn’t know where the operating system resides and how to load it. Need a special program to do this job – Bootstrap loader . E.g. BIOS – Basic Input Output System. Bootstrap loader locates the kernel, loads it into main memory and starts its execution.

Booting Process POST B I O S IO.sys Msdos.sys Config.sys If present Command.com Autoexec.bat If present C:\> ROM RAM Power Button

Tasks performed at boot up

How Boot process occurs ? Press the Power button on then the CPU begins executing the instructions in the ROM BIOS. The BIOS performs the power-on-self-test (POST). If the POST tests are successful then it loads the Io.Sys and Msdos.Sys file in RAM memory. If there is Config.Sys file in boot disk, config.sys is loaded into memory and processed. Again Command.com is loaded in RAM Memory After that Autoexec.bat file is loaded in RAM Memory. It contains all of the commands that the user wants to execute automatically every time the computer is started. As the final step in its boot process the computer displays the Dos prompt.

Types of Booting Warm Booting Cold Booting

Warm booting The booting which is performed from the power on stage by pressing Ctrl + Alt+ Del keys simultaneously or pressing reset button of the computer is called warm booting.

Cold Booting Booting is performed by switching on the power from the power off stage, the computer searches the system files and loads them to the computer’s memory is called cold booting.

Examples WIN95/98/ME BOOT PROCESS WIN2000/NT/XP BOOT PROCESS WINDOWS VISTA / 7 BOOT PROCESS

Analogies

Summary of the Boot Sequence POST MBR IO.SYS MSDOS.SYS CONFIG.SYS COMMAND.COM AUTOEXEC.BAT Command prompt

Any questions …

Review What is Booting? Name the system files? List the types of booting Define warm booting and cold booting. What is the full form of BIOS. What does the POST mean.

Assessment: Short-Answer What is Booting? List the System files of computer Name the types of Booting

Thank You