BIOS Identification and initialization of hardware devices Power-on self-test (POST) is started Bootmgr.exe starts once POST detects system.

Slides:



Advertisements
Similar presentations
Windows Under the Hood.
Advertisements

Genesis: from raw hardware to processes System booting sequence: how does a machine come into life.
Chapter 9: Understanding System Initialization The Complete Guide To Linux System Administration.
Windows Vista Boot process. All the computer running Windows vista have the same start up sequence: Power-on self test (POST) phase Initial startup phase.
Linux+ Guide to Linux Certification Chapter Nine System Initialization.
DIT314 ~ Client Operating System & Administration CHAPTER 4 CONFIGURING HARDWARE DEVICES AND STARTUP PROCESS Prepared By : Suraya Alias.
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.
Startup. Major phases  BIOS  MBR program  Boot loader (Partition boot program )  OS’s kernel Loader  CPU always starts running at x’FFFF0’=1,048,560.
Operating Systems Security 1. The Boot Sequence The action of loading an operating system into memory from a powered-off state is known as booting or.
计算机系 信息处理实验室 Lecture 5 Startup and Shutdown
1 OS Structure, Processes & Process Management. 2 Recap OS functions  Coordinator  Protection  Communication  Resource management  Service provider.
Unix kernel Kernel refers to the core part of an operating system Historically, UNIX kernels are monolithic Newer versions of UNIX allow part of the kernel.
EET 450 Chapter 2 – How hardware and Software Work Together.
Administering Windows 7
Computers Are Your Future Chapter 4 Computers Are Your Future © 2008 Prentice-Hall, Inc.
Fall 2011 Nassau Community College ITE153 – Operating Systems Session 24 NTFS Permissions and Sharing Printers 1.
Tutorial 1 Exploring the Windows 7 Operating System
System Software Operating System Boot Process Files Misc.
CN1176 Computer Support Kemtis Kunanuraksapong MSIS with Distinction MCT, MCTS, MCDST, MCP, A+
Chapter 17: Watching Your System BAI617. Chapter Topics Working With Event Viewer Performance Monitor Resource Monitor.
Lesson 4 Computer Software
Host and Application Security Lesson 4: The Win32 Boot Process.
Administering Windows 7 Lesson 11. Objectives Troubleshoot Windows 7 Use remote access technologies Troubleshoot installation and startup issues Understand.
Booting in Windows XP Presented and Designed By: Luke Ladd.
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.
© 2015 by McGraw-Hill Education. This proprietary material solely for authorized instructor use. Not authorized for sale or distribution in any manner.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 14 Managing and Troubleshooting Windows 2000.
CS 1308 Computer Literacy and the Internet. Introduction  Von Neumann computer  “Naked machine”  Hardware without any helpful user-oriented features.
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.
What is system software and what are its parts? Programs that control operation of computer Two parts are operating systems utility programs.
Windows XP Overview Windows XP Overview. Architecture (from 2000) Kernel mode Hardware HAL Kernel Executive Services security Win16 VM Win32 OS/2POSIX.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 13 Understanding and Installing Windows 2000 and Windows NT.
BIOSInitialization OSLoaderMainPathBootPostBoot BIOS hands control to winload.exe Winload.exe hands control to kernel Desktop reports itself “ready”
© 2012 The McGraw-Hill Companies, Inc. All rights reserved. 1 Third Edition Chapter 7 Under the Windows Desktop McGraw-Hill.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 13 Understanding and Installing Windows 2000 and Windows NT.
Chapter Thirteen Booting Windows XP. Objectives Understand the Windows XP boot process Understand the Windows XP boot process Troubleshoot system restoration.
COMPUTER ORGANISATION I HIGHER STILL Computing Computer Systems Higher Marr College Computing Department 2002.
Outcome 1: Describe the structure and function of an operating system.
How PC Works PC Works Based on Memory handling The registry Windows boot Windows architecture o systems and subsystem details o PE files  exe and dll.
I T Essentials I Chapter 5 JEOPARDY Installing & UpgradingComputerBasicsErrorsServicePotpourri
© 2012 The McGraw-Hill Companies, Inc. All rights reserved. 1 Third Edition Chapter 7 Under the Windows Desktop McGraw-Hill.
© 2012 The McGraw-Hill Companies, Inc. All rights reserved. 1 Third Edition Chapter 7 Under the Windows Desktop McGraw-Hill.
Copyright © Genetic Computer School 2008 Computer Systems Architecture SA 8- 0 Lesson 8 Secondary Management.
POST and The Boot Process
Microsoft Window 9X Operating System Richard Goldman © February 28, 2001.
Computer Technician POST and The Boot Process ©UNT in Partnership with TEA1.
Booting Process Chapter 4: System Software Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.
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.
Troubleshooting Windows Vista Lesson 11. Skills Matrix Technology SkillObjective DomainObjective # Troubleshooting Installation and Startup Issues Troubleshoot.
Systems Software / The Operating System CSC October 14, 2010.
Overview A) Power on or reset B) 1st stage boot loader C) 2nd stage boot loader D) Operate system.
IT Chapter 2 Part A How Computers Work Input, process, output, and storage The operating system helps the computer perform four basic operations,
Computer Basics.
Working with Windows Vista
Chapter Objectives In this chapter, you will learn:
Operating System Review
TOPIC 6: SYSTEM START-UP AND CONFIGURATION
Chapter 4 – Introduction to Operating System Concepts
Unit OS11: Performance Evaluation
Files Used in the Boot Process
TechEd /9/ :26 PM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
Computer System Structures
Under the Windows Desktop
CONFIGURING HARDWARE DEVICE & START UP PROCESS
Operating System Review
Starting the computer. Every day we are using an operating system and most specifically a Windows operating system but most of us are not aware of the.
Device management How does the operating system manage the hardware and peripheral devices? Device Driver: Each device is attached to your computer with.
Boot Process Mark Stanovich COP 5641 / CIS 4930.
The computer and Its Operating System Environment
Presentation transcript:

BIOS

Identification and initialization of hardware devices Power-on self-test (POST) is started Bootmgr.exe starts once POST detects system disk and reads the master boot record

Winload.exe is started which loads essential system drivers Prepare system so that Windows Kernel can be executed Loading system registry hive and run additional drivers that are marked as BOOT_START

Windows Kernel gets invoked Initialization of data structures and components PnP manager gets started and initializes the BOOT_START drivers which where before loaded

Windows Kernel passes control to session manager (smss.exe) Initialization of registry, loads and start devices and drivers that are not marked as BOOT_START Start the subsystem processes

Winlogon.exe gets started and user logon screen appears Service Control Manager starts Windows Services and Group Policy scripts run

Explorer Initialization begins when explorer.exe is started System creates the desktop windows manager process which initializes the desktop Service Control Manager continues starting Windows Services Memory Manager prefetches code and data

Includes all background activity that occurs after the desktop is ready System might still start Windows Services, tray icons and application code in the background Post Boot Activity is accomplished when CPU & DISK remains 80% idle for 10 seconds

Filter Drivers Group Policy Misconfigur Startup Applications ation

Test performance benefits and take appropriate actions.

Support all architectures since Windows Vista Includes tools such as XPerf From Windows Team Part of Windows ADK / SDK