Booting in Windows XP Presented and Designed By: Luke Ladd.

Slides:



Advertisements
Similar presentations
BIOS & CMOS To Navigation page.
Advertisements

System Setup CGS2564. What Happens When You Start up a Computer? BIOS Basic Input Output System A set of programs stored in ROM Contain instructions on.
Chapter 9: Understanding System Initialization The Complete Guide To Linux System Administration.
The power supply performs a self-test. When all voltages and current levels are acceptable, the supply indicates that the power is stable and sends the.
Motherboard, BIOS and POST The external data bus connects devices on the motherboard together. Everything is also connected to the address bus. These busses.
Basic Input Output System
LECTURE 14 Operating Systems and Utility Programs
Computer Memory.
System Configuration Chapter 3. Objectives Distinguish between the various methods used to configure a computer Describe how to replace a motherboard.
Computer Startup Sequence Overview
How Hardware and Software Work Together
Chapter 5 Basic Input/Output System (BIOS)
1 Chapter Overview Computer Cases Motherboards ROM BIOS.
Basic Input Output System
COMPUTER MANAGEMENT. System start-up Before switching on a computer, make sure that all the components are properly connected. The computer must be connected.
By the end of this lesson you will be able to explain: 1. What is the BOOT process 2. A Cold Boot 3. A Warm Boot.
Configuration Overview The BIOS (basic input/output system) is an important motherboard component. The BIOS has the following functions: Holds and executes.
Computer Maintenance Unit Subtitle: Basic Input/Output System (BIOS) Excerpted from 1 Copyright © Texas Education Agency, All.
B.A. (Mahayana Studies) Introduction to Computer Science November March The Motherboard A look at the brains of the computer, the.
Ch Review1 Review Chapter Microcomputer Systems Hardware, Software, and the Operating System.
The Basic Input/Output System Unit objectives: Access the BIOS setup utility, change hardware configuration values, and research BIOS updates Explain the.
PC Maintenance: Preparing for A+ Certification Chapter 9: Working with the BIOS Setup Program.
Boot Sequence (DOS) for the IBM PC
University of Management & Technology 1 Operating Systems & Utility Programs.
Booting. Booting is the process of powering it on and starting the operating system. power on your machine, and in a few minutes your computer will be.
Chapter 4 MANAGING DEVICES AND PERIPHERALS. Device Manager Provides a graphic view of hardware installed on the computer Helps to manage and trouble shoot.
What is system software and what are its parts? Programs that control operation of computer Two parts are operating systems utility programs.
Personal Computer Adapted by Dr. Semmes from Mrs. Jungman’s Hardware Presentation and Mrs. Belisle’s Class Notes.
What is a BIOS? * basic input/output system (BIOS), also known as the System BIOS * The BIOS software is built into the PC on a non-volatile ROM and is.
Hardware Boot Sequence. Vocabulary BIOS = Basic Input Output System UEFI = Unified Extensible Firmware Interface POST= Power On Self Test BR = Boot Record.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
Basic Input/Output System
Introduction to the BIOS BIOS – Part 1 © Richard Goldman Rev. January 4, 2001.
Basic Input/Output System (BIOS). 5.1Introduction to BIOS Basic Input / Output System (BIOS) boot the computer by providing a basic set of instructions.
3A.List and describe the events that take place during the boot process. POWER SUPPLY THE POWER SUPPLY SENDS A SIGNAL TO THE COMPENENTS IN THE SYSTEM UNIT.
PC Start-up Procedure and Timing Lesson 6.  Hand in assignment from yesterday.  Describe the two main computer buses.  Describe how cache memory works.
Chapter 8 Operating Systems. Objectives Identify the types of system software Summarize the startup process on a personal computer Describe the functions.
1/15 POST Operation MIS-B Spring 99. Agenda for 1/15 roll call discussion of POST handing out of group memberships discuss plans for Wednesday,
CSC190 Introduction to Computing Operating Systems and Utility Programs.
Software Grade 10. BIOS and the Power-on Self Test A computer can’t do much without instructions The first thing the CPU does when you switch it on is.
CompTIA A+ Guide to Managing & Maintaining Your PC By: JEAN ANDREW Computer Maintenance Chapter 1: Computer Basics Knowledge.
POST and The Boot Process
Computer Maintenance I
Lesson 2 Component Overview Core Hardware Fundamentals.
Hardware Introducing the Components of a Computer.
Computer Technician POST and The Boot Process ©UNT in Partnership with TEA1.
Computer Maintenance Chapter Five BIOS and CMOS Dr. Mohammad AlAhmad.
NON STANDARD HARDWARE By the end of this lesson you will be able to: 1. Identify non standard computer hardware 2. Understand ACRONYMS used to describe.
OPERATING SYSTEM REVIEW. System Software The programs that control and maintain the operation of the computer and its devices The two parts of system.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 1 Looking Inside the Computer System.
2.1 :Input Output Control System. Learning Outcomes Distinguish between Directory Management and Disk Space Management Identify the primary function perform.
IT Chapter 2 Part A How Computers Work Input, process, output, and storage The operating system helps the computer perform four basic operations,
NT1110 Computer Structure and Logic Unit 8 (Module 5A) COMPUTER OPERATION AND SECURITY.
Chapter Objectives In this chapter, you will learn:
BIOS & CMOS.
Operating System Review
Computer Maintenance Unit Subtitle: Basic Input/Output System (BIOS)
TOPIC 6: SYSTEM START-UP AND CONFIGURATION
My Faculty Name Is Mr.Dattarey Joshi
Key Terms By: Kelly, Jackson, & Merle
CONFIGURING HARDWARE DEVICE & START UP PROCESS
Operating System Review
Device management How does the operating system manage the hardware and peripheral devices? Device Driver: Each device is attached to your computer with.
Overview 1. Inside a PC 2. The Motherboard 3. RAM the 'brains' 4. ROM
Computer Startup.
Introduction to Computing
Motherboard BIOS and Troubleshooting
Introduction to BIOS Prof. Shamim Ahmad Hakim
Presentation transcript:

Booting in Windows XP Presented and Designed By: Luke Ladd

Power Good When the boot process starts is when the power supply is switched on When the boot process starts is when the power supply is switched on When all voltages and current levels are acceptable, the supply indicates that the power is stable and sends the power good signal to the processor. When all voltages and current levels are acceptable, the supply indicates that the power is stable and sends the power good signal to the processor. Takes between.1-.5 sec. to switch on to power good Takes between.1-.5 sec. to switch on to power good

Timer Chip The microprocessor timer chip receives the power good signal The microprocessor timer chip receives the power good signal With the arrival of the Power Good signal the timer chip stops sending reset signals to the processor allowing the CPU to begin operations. With the arrival of the Power Good signal the timer chip stops sending reset signals to the processor allowing the CPU to begin operations.

Rom Bios Code The CPU starts executing the Rom Bios Code. The CPU loads the Rom Bios starting at ROM memory address FFFF:0000 which is only 16 bytes from the top of Rom memory. It contains only a JMP instruction that points to the actual address of the Rom Bios code

Rom Bios test The Rom Bios performs a basic test of central hardware to verify basic functionality The Rom Bios performs a basic test of central hardware to verify basic functionality Any errors that occur at this point in the boot process will be reported by means of beep-codes because the video subsystem has not yet been initialized Any errors that occur at this point in the boot process will be reported by means of beep-codes because the video subsystem has not yet been initialized

Cold start or warm start test To determine whether this is a warm start or a cold start the Rom Bios startup routines check the value of two bytes. To determine whether this is a warm start or a cold start the Rom Bios startup routines check the value of two bytes. Any other value other than 1234H indicates that this is a cold start. Any other value other than 1234H indicates that this is a cold start. If this is a cold start the Rom Bios executes a full POST. If this test is a warm start the memory test portion of the POST is switched off. If this is a cold start the Rom Bios executes a full POST. If this test is a warm start the memory test portion of the POST is switched off.

Cold boot and warm boot Cold boot is simply starting the computer after it has been powered off. Cold boot is simply starting the computer after it has been powered off. Warm boot is simply restarting the computer that has already been turned on. Warm boot is simply restarting the computer that has already been turned on. –For example restarting the computer or turning on in hibernating mode

POST The POST can be broken down into three components. The POST can be broken down into three components. –The video test initializes the video adapter, tests the video card and video memory, and displays configuration information or any errors. –The BIOS identification displays the BIOS version, manufacturer, and date. –The Memory Test tests the memory chips and displays a running sum of installed memory.

Errors during POST Errors that occur during POST can be classified as either fatal or non-fatal. Errors that occur during POST can be classified as either fatal or non-fatal. –Non-fatal error will typically display and error message on screen and allow the system to continue the boot process. –A fatal error on the other hand, stops the process of booting the computer and is generally signaled by a series of beep-codes

CMOS The Bios locates and reads the configuration information stored in CMOS The Bios locates and reads the configuration information stored in CMOS CMOS is a small area of memory (64bytes) which is maintained by the current of a small battery attached to the motherboard CMOS is a small area of memory (64bytes) which is maintained by the current of a small battery attached to the motherboard Most importantly for the ROM Bios startup routines CMOS indicates the order in which drives should be examined for an operating system-floppy, CD ROM, or fixed disk Most importantly for the ROM Bios startup routines CMOS indicates the order in which drives should be examined for an operating system-floppy, CD ROM, or fixed disk

Log on The XP boot process is not considered complete until a user has successfully logged onto the system. The XP boot process is not considered complete until a user has successfully logged onto the system. The dialog box appears at approximately the time that the services subsystem starts the network service. The dialog box appears at approximately the time that the services subsystem starts the network service.