SlideShare a Scribd company logo
Configuring Startup and
Troubleshooting Startup Issues
Agenda
– Introduction .
– Understanding the Startup Process .
– Important Startup Files .
– How to Configure Startup Settings .
Introduction
• Diagnosing and correcting hardware and software problems
that affect the startup process require different tools and
techniques than troubleshooting problems that occur after the
system starts because the person troubleshooting the startup
problem does not have access to the full suite of the Windows
7 operating system troubleshooting tools.
Understanding the Startup
Process
• To diagnose and correct a startup problem, you need to
understand what occurs during startup .Figure 29-2 provides
a high-level overview of the different paths startup can take
Understanding the Startup
Process
The normal startup sequence for Windows 7 is:
1. Power-on self test (POST) phase .
2. Initial startup phase .
3. Windows Boot Manager phase .
4. Windows Boot Loader phase .
5. Kernel loading phase .
6. Logon phase .
• This sequence will vary if the computer is
resuming from hibernation or if a non–
Windows 7 option is selected during the
Windows Boot Manager phase .
power-on Self Test phase
• As soon as you turn on a computer, its processor
begins to carry out the programming instructions
contained in the BIOS or EFI .The BIOS and EFI,
which are types of firmware, contain the
processor-dependent code that starts the
computer regardless of the operating system
installed.
power-on Self Test phase
• The first set of startup instructions is the POST, which
is responsible for the following system and diagnostic
functions:
– Performs initial hardware checks, such as
determining the amount of memory present
– Verifies that the devices needed to start an operating
system, such as a hard disk, are present.
– Retrieves system configuration settings from
nonvolatile memory, which is located on the
motherboard.
power-on Self Test phase
• If startup fails before or during POST, your
computer is experiencing a hardware failure
• Generally, the BIOS or EFI displays an error
message that indicates the nature of the problem.
Initial Startup phase
After the POST, computers must find and load the
Windows Boot Manager .Older BIOS computers and
newer EFI computers do this slightly differently.
• Initial Startup phase for BIOS Computers
– After the POST, the settings that are stored in the
nonvolatile memory, such as boot order,
determine the devices that the computer can use
to start an operating system .
Initial Startup phase
• computers can typically start an operating system
from other devices, such as the following:
– CDs or DVDs
– Universal serial bus (USB) flash drives
– Removable disks.
Initial Startup phase
• the following events occur at startup:
1. The computer searches the CD-ROM for bootable
media .If a bootable CD or DVD is present, the
computer uses the media as the startup device
.Otherwise, the computer searches the next device .
2. The computer searches the floppy disk for bootable
media .If a bootable floppy is present, the computer
uses the floppy disk as the startup device. Otherwise,
the computer searches the next device.
Initial Startup phase
3. The computer uses the hard disk as the
startup device .The computer typically
uses the hard disk as the startup device
only when the CD-ROM drive and the
floppy disk drive are empty.
Initial Startup phase
• If startup fails during the initial startup phase, you
are experiencing a problem with the BIOS
configuration,. The following error message is
common during this phase .It indicates that none of
the configured bootable media types was available .
– Non-system disk or disk error
– Replace and press any key when ready
Windows Boot Manager phase:
For computers that have a single operating
system, Windows Boot Manager never displays a
user interface .
It does, however, wait for a few moments to allow
the user to press a key to display the standard
boot menu, or to press F8 to choose Advanced
Boot Options.
.If the user does not press a key within a few
seconds of POST completing, Windows Boot
Manager starts the Windows Boot Loader, which
in turn starts Windows 7
Windows Boot Manager enables you to choose from multiple operating
systems or start Windows Memory Diagnostics .
During startup, you can interrupt the default behavior of Windows Boot
Manager to view the Advanced Boot Options .
Windows Boot Loader phase:
The Windows Boot Loader does the following:
1. Loads the operating system kernel, Ntoskrnl .exe, but
does not yet run it .
2. Loads the Hardware Abstraction Layer (HAL), Hal .dll
.This will not be used until the kernel is run .
3. Loads the system registry (System32ConfigSystem)
into memory
4. Scans for device drivers and loads all drivers into
memory.
6. Passes control to the operating system kernel, which
starts the next phase
Kernel Loading phase:
The Windows Boot Loader is responsible for loading
the Windows kernel (Ntoskrnl .exe) and the HAL
into memory .Together, the kernel and the HAL
initialize a group of software features that are
called the Windows executive.The Windows
executive processes the configuration information
stored in the registry in
HKLMSYSTEMCurrentControlSet and starts
services and drivers.
Logon phase
The Windows subsystem starts Winlogon .exe, a
system service that enables you to log on and log off
.
Important Startup Files
File name Disk Location Description
BootMgr Root of the system partition The Windows Boot Manager
WinLoad %SystemRoot%System32 The Windows Boot Loader .
BCD %SystemRoot%System32 A file that specifies information
required for Windows to start.
Ntoskrnl .exe %SystemRoot%System32 The core (also called the kernel) of the
Windows operating system .Code that
runs as part of the kernel.
For Windows to start, the system and boot partitions
must contain the files listed in Table
File name Disk Location Description
Hal .dll %SystemRoot%System32 The HAL dynamic-link library (DLL) file
.The HAL abstracts low-level hardware
details from the operating system and
provides a common programming
interface to devices of the same type .
Winlogon
.exe
%SystemRoot%System32 The Logon Process file, which handles
user logon requests.
System
registry file
%SystemRoot%System32C
onfigSystem
The file that contains information that the
operating system requires to start devices
and system services ..
Device
drivers
%SystemRoot%System32
Drivers
Driver files in this folder are for hardware
devices, such as keyboard, mouse, and
video
Important Startup Files
How to Configure Startup
Settings
• How to Use the Startup and Recovery Dialog Box?
the simplest way to edit the BCD registry file is to use
the Startup And Recovery dialog box .
To use the Startup And Recovery dialog box to change
the default operating system, follow these steps:
1. Click Start, right-click Computer, and then click
Properties .
2. Click Advanced System Settings .
.
How to Configure Startup
Settings
3. In Startup And Recovery, click Settings .
4. Click the Default Operating System list and
then click the operating system that you want
to boot by default .
5. Click OK twice .
The default operating system will automatically
load the next time you start the computer
How to Configure Startup
Settings
• How to Use the System Configuration Tool?
Some common tasks for the System Configuration
tool include:
– Temporarily disabling startup applications .
– Temporarily disabling automatic services.
– Permanently or temporarily configuring the
BCD registry file .
– Configuring a normal, diagnostic, or selective
startup for Windows .
How to Configure Startup
Settings
• To use the System Configuration tool, click
Start, type Msconfig, and then press Enter
.The System Configuration tool provides five
tabs
How to Configure Startup
Settings
• How to Configure a User account to automatically Log
On?
1. Click Start, type netplwiz, and then press Enter .
2. In the User Accounts dialog box, click the account you
want to automatically log on
to .If it is available, clear the Users Must Enter A User Name
And Password To Use This Computer check box .
3. Click OK .
4. In the Automatically Log On dialog box, enter the user’s
password twice .Click OK .
The next time you restart the computer, it will automatically
log on with the local user account you selected .
How to Configure Startup
Settings
• How to Disable the Windows Startup Sound?
By default, Windows plays a sound as part of the startup
process.
1. Click Start and then click Control Panel .
2. In Control Panel, click Hardware And Sound .
3. Click Change System Sounds .
4. On the Sounds tab, clear the Play Windows Startup
Sound check box .Click OK .
Report-2
• How to Use Built-In Diagnostics?
– How to Use Reliability Monitor.
– How to Use Event Viewer
– How to Use Data Collector Sets
– How to Use Windows Memory Diagnostics
• How to Identify USB problems Using
performance Monitor?

More Related Content

What's hot

How to install windows 7
How to install windows 7How to install windows 7
How to install windows 7TechHelpApps
 
Windows 7 Installation
Windows 7 InstallationWindows 7 Installation
Windows 7 Installation
khirstyschon05
 
Windows 7 installation
Windows 7 installationWindows 7 installation
Windows 7 installation
rafaelcuadero
 
Installing Windows 7
Installing Windows 7Installing Windows 7
Installing Windows 7
bmike06
 
Installing windows 10
Installing windows 10Installing windows 10
Installing windows 10
clcewing
 
Windows xp install
Windows xp installWindows xp install
Windows xp install
Veronica Alejandro
 
Guide To Windows 7 - Installing Windows 7
Guide To Windows 7 - Installing Windows 7Guide To Windows 7 - Installing Windows 7
Guide To Windows 7 - Installing Windows 7
Gene Carboni
 
2nd lesson installing operating system
2nd lesson installing operating system2nd lesson installing operating system
2nd lesson installing operating system
Raiza Janelle
 
How to install windows 7
How  to install windows 7How  to install windows 7
How to install windows 7cmark11
 
Installing Windows-10
Installing Windows-10Installing Windows-10
Installing Windows-10
YvannAdolfo
 
Windows 7 installation
Windows 7 installation Windows 7 installation
Windows 7 installation
frexyanne
 
FP 202 - Chapter 5
FP 202 - Chapter 5FP 202 - Chapter 5
FP 202 - Chapter 5rohassanie
 
Jc's window 7 installation
Jc's window 7 installationJc's window 7 installation
Jc's window 7 installation
corilla14
 
How to format a computer windows 7
How to format a computer windows 7How to format a computer windows 7
How to format a computer windows 7
Md Aftab
 
Installing Operating System
Installing Operating System Installing Operating System
Installing Operating System
Perla Pelicano Corpez
 
How 2 format a pc
How 2 format a pcHow 2 format a pc
How 2 format a pc
Anand Charvin
 
Windows 7 installation steps
Windows 7 installation stepsWindows 7 installation steps
Windows 7 installation stepsDarshini Parikh
 
windows 8 installation
windows 8 installationwindows 8 installation
windows 8 installationselvadad
 

What's hot (20)

How to install windows 7
How to install windows 7How to install windows 7
How to install windows 7
 
Windows 7 Installation
Windows 7 InstallationWindows 7 Installation
Windows 7 Installation
 
Windows 7 installation
Windows 7 installationWindows 7 installation
Windows 7 installation
 
Installing Windows 7
Installing Windows 7Installing Windows 7
Installing Windows 7
 
Installing windows 10
Installing windows 10Installing windows 10
Installing windows 10
 
Windows xp install
Windows xp installWindows xp install
Windows xp install
 
Guide To Windows 7 - Installing Windows 7
Guide To Windows 7 - Installing Windows 7Guide To Windows 7 - Installing Windows 7
Guide To Windows 7 - Installing Windows 7
 
2nd lesson installing operating system
2nd lesson installing operating system2nd lesson installing operating system
2nd lesson installing operating system
 
How to install windows 7
How  to install windows 7How  to install windows 7
How to install windows 7
 
Installing Windows-10
Installing Windows-10Installing Windows-10
Installing Windows-10
 
Windows 7 installation
Windows 7 installation Windows 7 installation
Windows 7 installation
 
Windows 7
Windows 7Windows 7
Windows 7
 
FP 202 - Chapter 5
FP 202 - Chapter 5FP 202 - Chapter 5
FP 202 - Chapter 5
 
Jc's window 7 installation
Jc's window 7 installationJc's window 7 installation
Jc's window 7 installation
 
How to format a computer windows 7
How to format a computer windows 7How to format a computer windows 7
How to format a computer windows 7
 
Installing Operating System
Installing Operating System Installing Operating System
Installing Operating System
 
How 2 format a pc
How 2 format a pcHow 2 format a pc
How 2 format a pc
 
Windows 7 installation steps
Windows 7 installation stepsWindows 7 installation steps
Windows 7 installation steps
 
How to install windows 7 operating system
How to install  windows 7 operating system How to install  windows 7 operating system
How to install windows 7 operating system
 
windows 8 installation
windows 8 installationwindows 8 installation
windows 8 installation
 

Similar to Configuring startup and troubleshooting startup issues

COC. 1 COMPUTER SYSTEM SPECIFICATIONS-BIOS.pptx
COC. 1 COMPUTER SYSTEM SPECIFICATIONS-BIOS.pptxCOC. 1 COMPUTER SYSTEM SPECIFICATIONS-BIOS.pptx
COC. 1 COMPUTER SYSTEM SPECIFICATIONS-BIOS.pptx
MaryGraceManaegHered
 
6_2020_03_05!06_46_22_PM.pptx
6_2020_03_05!06_46_22_PM.pptx6_2020_03_05!06_46_22_PM.pptx
6_2020_03_05!06_46_22_PM.pptx
JohnKingjohnkingmond
 
Modern Personal ComputerBoot up ProcessThe boot up process i.docx
Modern Personal ComputerBoot up ProcessThe boot up process i.docxModern Personal ComputerBoot up ProcessThe boot up process i.docx
Modern Personal ComputerBoot up ProcessThe boot up process i.docx
raju957290
 
CSS-PPT-W1-D1.pdf
CSS-PPT-W1-D1.pdfCSS-PPT-W1-D1.pdf
CSS-PPT-W1-D1.pdf
ivy buncaras
 
BOOTING.ppt
BOOTING.pptBOOTING.ppt
BOOTING.ppt
TripleRainbow
 
Windows7 installation guide
Windows7 installation guide Windows7 installation guide
Windows7 installation guide
Nadeem Chaudhary
 
CSS LO6 - PREPARING AND INSTALLING OPERATING SYSTEM
CSS LO6 - PREPARING AND INSTALLING OPERATING SYSTEMCSS LO6 - PREPARING AND INSTALLING OPERATING SYSTEM
CSS LO6 - PREPARING AND INSTALLING OPERATING SYSTEM
Marvin Bronoso
 
booting steps of a computer
booting steps of a computerbooting steps of a computer
booting steps of a computerAnusha Babooa
 
Windows booting
Windows bootingWindows booting
Windows bootinggirish1993
 
Siri softwaretroubleshooting.doc
Siri softwaretroubleshooting.docSiri softwaretroubleshooting.doc
Siri softwaretroubleshooting.doc
sirikeshava
 
To pass ite chapter 5 exam
To pass ite chapter 5 examTo pass ite chapter 5 exam
To pass ite chapter 5 exam
Ahmed Abdullah
 
Types of Computer System Errors.pptx
Types of Computer System Errors.pptxTypes of Computer System Errors.pptx
Types of Computer System Errors.pptx
ArjunePantallano1
 
Types of computer system error
Types of computer system errorTypes of computer system error
Types of computer system error
Rachel Espino
 
Types of Computer System Errors.pptx
Types of Computer System Errors.pptxTypes of Computer System Errors.pptx
Types of Computer System Errors.pptx
ArjunePantallano1
 
Computer basics
Computer basicsComputer basics
Computer basics
SARAVANAN ARUMUGAM
 
Amr Chap 08 Operating Systems & Utility Programs
Amr Chap 08 Operating Systems & Utility ProgramsAmr Chap 08 Operating Systems & Utility Programs
Amr Chap 08 Operating Systems & Utility Programssharing notes123
 

Similar to Configuring startup and troubleshooting startup issues (20)

COC. 1 COMPUTER SYSTEM SPECIFICATIONS-BIOS.pptx
COC. 1 COMPUTER SYSTEM SPECIFICATIONS-BIOS.pptxCOC. 1 COMPUTER SYSTEM SPECIFICATIONS-BIOS.pptx
COC. 1 COMPUTER SYSTEM SPECIFICATIONS-BIOS.pptx
 
6_2020_03_05!06_46_22_PM.pptx
6_2020_03_05!06_46_22_PM.pptx6_2020_03_05!06_46_22_PM.pptx
6_2020_03_05!06_46_22_PM.pptx
 
Modern Personal ComputerBoot up ProcessThe boot up process i.docx
Modern Personal ComputerBoot up ProcessThe boot up process i.docxModern Personal ComputerBoot up ProcessThe boot up process i.docx
Modern Personal ComputerBoot up ProcessThe boot up process i.docx
 
CSS-PPT-W1-D1.pdf
CSS-PPT-W1-D1.pdfCSS-PPT-W1-D1.pdf
CSS-PPT-W1-D1.pdf
 
BOOTING.ppt
BOOTING.pptBOOTING.ppt
BOOTING.ppt
 
File000124
File000124File000124
File000124
 
Windows7 installation guide
Windows7 installation guide Windows7 installation guide
Windows7 installation guide
 
CSS LO6 - PREPARING AND INSTALLING OPERATING SYSTEM
CSS LO6 - PREPARING AND INSTALLING OPERATING SYSTEMCSS LO6 - PREPARING AND INSTALLING OPERATING SYSTEM
CSS LO6 - PREPARING AND INSTALLING OPERATING SYSTEM
 
Lesson 1.6
Lesson 1.6Lesson 1.6
Lesson 1.6
 
booting steps of a computer
booting steps of a computerbooting steps of a computer
booting steps of a computer
 
Ch 2
Ch 2Ch 2
Ch 2
 
Windows booting
Windows bootingWindows booting
Windows booting
 
Siri softwaretroubleshooting.doc
Siri softwaretroubleshooting.docSiri softwaretroubleshooting.doc
Siri softwaretroubleshooting.doc
 
To pass ite chapter 5 exam
To pass ite chapter 5 examTo pass ite chapter 5 exam
To pass ite chapter 5 exam
 
Types of Computer System Errors.pptx
Types of Computer System Errors.pptxTypes of Computer System Errors.pptx
Types of Computer System Errors.pptx
 
Types of computer system error
Types of computer system errorTypes of computer system error
Types of computer system error
 
Types of Computer System Errors.pptx
Types of Computer System Errors.pptxTypes of Computer System Errors.pptx
Types of Computer System Errors.pptx
 
Computer basics
Computer basicsComputer basics
Computer basics
 
Amr Chap 08 Operating Systems & Utility Programs
Amr Chap 08 Operating Systems & Utility ProgramsAmr Chap 08 Operating Systems & Utility Programs
Amr Chap 08 Operating Systems & Utility Programs
 
Ch04
Ch04Ch04
Ch04
 

Recently uploaded

Best Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDABest Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDA
deeptiverma2406
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
Sandy Millin
 
Chapter -12, Antibiotics (One Page Notes).pdf
Chapter -12, Antibiotics (One Page Notes).pdfChapter -12, Antibiotics (One Page Notes).pdf
Chapter -12, Antibiotics (One Page Notes).pdf
Kartik Tiwari
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
Special education needs
 
"Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe..."Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe...
SACHIN R KONDAGURI
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
JosvitaDsouza2
 
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th SemesterGuidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Atul Kumar Singh
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
EduSkills OECD
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
Jisc
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
Pavel ( NSTU)
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
vaibhavrinwa19
 
Digital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion DesignsDigital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion Designs
chanes7
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
MysoreMuleSoftMeetup
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
TechSoup
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
siemaillard
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
TechSoup
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
camakaiclarkmusic
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
thanhdowork
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
EugeneSaldivar
 

Recently uploaded (20)

Best Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDABest Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDA
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
 
Chapter -12, Antibiotics (One Page Notes).pdf
Chapter -12, Antibiotics (One Page Notes).pdfChapter -12, Antibiotics (One Page Notes).pdf
Chapter -12, Antibiotics (One Page Notes).pdf
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
 
"Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe..."Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe...
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
 
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th SemesterGuidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th Semester
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
 
Digital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion DesignsDigital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion Designs
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
 

Configuring startup and troubleshooting startup issues

  • 2. Agenda – Introduction . – Understanding the Startup Process . – Important Startup Files . – How to Configure Startup Settings .
  • 3. Introduction • Diagnosing and correcting hardware and software problems that affect the startup process require different tools and techniques than troubleshooting problems that occur after the system starts because the person troubleshooting the startup problem does not have access to the full suite of the Windows 7 operating system troubleshooting tools.
  • 4. Understanding the Startup Process • To diagnose and correct a startup problem, you need to understand what occurs during startup .Figure 29-2 provides a high-level overview of the different paths startup can take
  • 5. Understanding the Startup Process The normal startup sequence for Windows 7 is: 1. Power-on self test (POST) phase . 2. Initial startup phase . 3. Windows Boot Manager phase . 4. Windows Boot Loader phase . 5. Kernel loading phase . 6. Logon phase . • This sequence will vary if the computer is resuming from hibernation or if a non– Windows 7 option is selected during the Windows Boot Manager phase .
  • 6. power-on Self Test phase • As soon as you turn on a computer, its processor begins to carry out the programming instructions contained in the BIOS or EFI .The BIOS and EFI, which are types of firmware, contain the processor-dependent code that starts the computer regardless of the operating system installed.
  • 7. power-on Self Test phase • The first set of startup instructions is the POST, which is responsible for the following system and diagnostic functions: – Performs initial hardware checks, such as determining the amount of memory present – Verifies that the devices needed to start an operating system, such as a hard disk, are present. – Retrieves system configuration settings from nonvolatile memory, which is located on the motherboard.
  • 8. power-on Self Test phase • If startup fails before or during POST, your computer is experiencing a hardware failure • Generally, the BIOS or EFI displays an error message that indicates the nature of the problem.
  • 9. Initial Startup phase After the POST, computers must find and load the Windows Boot Manager .Older BIOS computers and newer EFI computers do this slightly differently. • Initial Startup phase for BIOS Computers – After the POST, the settings that are stored in the nonvolatile memory, such as boot order, determine the devices that the computer can use to start an operating system .
  • 10. Initial Startup phase • computers can typically start an operating system from other devices, such as the following: – CDs or DVDs – Universal serial bus (USB) flash drives – Removable disks.
  • 11. Initial Startup phase • the following events occur at startup: 1. The computer searches the CD-ROM for bootable media .If a bootable CD or DVD is present, the computer uses the media as the startup device .Otherwise, the computer searches the next device . 2. The computer searches the floppy disk for bootable media .If a bootable floppy is present, the computer uses the floppy disk as the startup device. Otherwise, the computer searches the next device.
  • 12. Initial Startup phase 3. The computer uses the hard disk as the startup device .The computer typically uses the hard disk as the startup device only when the CD-ROM drive and the floppy disk drive are empty.
  • 13. Initial Startup phase • If startup fails during the initial startup phase, you are experiencing a problem with the BIOS configuration,. The following error message is common during this phase .It indicates that none of the configured bootable media types was available . – Non-system disk or disk error – Replace and press any key when ready
  • 14. Windows Boot Manager phase: For computers that have a single operating system, Windows Boot Manager never displays a user interface . It does, however, wait for a few moments to allow the user to press a key to display the standard boot menu, or to press F8 to choose Advanced Boot Options. .If the user does not press a key within a few seconds of POST completing, Windows Boot Manager starts the Windows Boot Loader, which in turn starts Windows 7
  • 15. Windows Boot Manager enables you to choose from multiple operating systems or start Windows Memory Diagnostics .
  • 16. During startup, you can interrupt the default behavior of Windows Boot Manager to view the Advanced Boot Options .
  • 17. Windows Boot Loader phase: The Windows Boot Loader does the following: 1. Loads the operating system kernel, Ntoskrnl .exe, but does not yet run it . 2. Loads the Hardware Abstraction Layer (HAL), Hal .dll .This will not be used until the kernel is run . 3. Loads the system registry (System32ConfigSystem) into memory 4. Scans for device drivers and loads all drivers into memory. 6. Passes control to the operating system kernel, which starts the next phase
  • 18. Kernel Loading phase: The Windows Boot Loader is responsible for loading the Windows kernel (Ntoskrnl .exe) and the HAL into memory .Together, the kernel and the HAL initialize a group of software features that are called the Windows executive.The Windows executive processes the configuration information stored in the registry in HKLMSYSTEMCurrentControlSet and starts services and drivers.
  • 19. Logon phase The Windows subsystem starts Winlogon .exe, a system service that enables you to log on and log off .
  • 20. Important Startup Files File name Disk Location Description BootMgr Root of the system partition The Windows Boot Manager WinLoad %SystemRoot%System32 The Windows Boot Loader . BCD %SystemRoot%System32 A file that specifies information required for Windows to start. Ntoskrnl .exe %SystemRoot%System32 The core (also called the kernel) of the Windows operating system .Code that runs as part of the kernel. For Windows to start, the system and boot partitions must contain the files listed in Table
  • 21. File name Disk Location Description Hal .dll %SystemRoot%System32 The HAL dynamic-link library (DLL) file .The HAL abstracts low-level hardware details from the operating system and provides a common programming interface to devices of the same type . Winlogon .exe %SystemRoot%System32 The Logon Process file, which handles user logon requests. System registry file %SystemRoot%System32C onfigSystem The file that contains information that the operating system requires to start devices and system services .. Device drivers %SystemRoot%System32 Drivers Driver files in this folder are for hardware devices, such as keyboard, mouse, and video Important Startup Files
  • 22. How to Configure Startup Settings • How to Use the Startup and Recovery Dialog Box? the simplest way to edit the BCD registry file is to use the Startup And Recovery dialog box . To use the Startup And Recovery dialog box to change the default operating system, follow these steps: 1. Click Start, right-click Computer, and then click Properties . 2. Click Advanced System Settings . .
  • 23. How to Configure Startup Settings 3. In Startup And Recovery, click Settings . 4. Click the Default Operating System list and then click the operating system that you want to boot by default . 5. Click OK twice . The default operating system will automatically load the next time you start the computer
  • 24. How to Configure Startup Settings • How to Use the System Configuration Tool? Some common tasks for the System Configuration tool include: – Temporarily disabling startup applications . – Temporarily disabling automatic services. – Permanently or temporarily configuring the BCD registry file . – Configuring a normal, diagnostic, or selective startup for Windows .
  • 25. How to Configure Startup Settings • To use the System Configuration tool, click Start, type Msconfig, and then press Enter .The System Configuration tool provides five tabs
  • 26. How to Configure Startup Settings • How to Configure a User account to automatically Log On? 1. Click Start, type netplwiz, and then press Enter . 2. In the User Accounts dialog box, click the account you want to automatically log on to .If it is available, clear the Users Must Enter A User Name And Password To Use This Computer check box . 3. Click OK . 4. In the Automatically Log On dialog box, enter the user’s password twice .Click OK . The next time you restart the computer, it will automatically log on with the local user account you selected .
  • 27. How to Configure Startup Settings • How to Disable the Windows Startup Sound? By default, Windows plays a sound as part of the startup process. 1. Click Start and then click Control Panel . 2. In Control Panel, click Hardware And Sound . 3. Click Change System Sounds . 4. On the Sounds tab, clear the Play Windows Startup Sound check box .Click OK .
  • 28. Report-2 • How to Use Built-In Diagnostics? – How to Use Reliability Monitor. – How to Use Event Viewer – How to Use Data Collector Sets – How to Use Windows Memory Diagnostics • How to Identify USB problems Using performance Monitor?