0% found this document useful (0 votes)
35 views

WinServerFund PPT 6.1

Uploaded by

kenneth gutay
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
35 views

WinServerFund PPT 6.1

Uploaded by

kenneth gutay
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 12

LESSON 6.

98-365 Windows Server Administration Fundamentals

Identify Steps in the


Startup Process
LESSON 6.1

98-365 Windows Server Administration Fundamentals

Lesson Overview

In this lesson, you will learn:


ƒ System startup process
ƒ Power-on self-test (POST)
ƒ Boot process
ƒ System boot files
ƒ System boot options
LESSON 6.1

98-365 Windows Server Administration Fundamentals

Anticipatory Set

ƒ Describe the Windows startup process.


LESSON 6.1

98-365 Windows Server Administration Fundamentals

System Startup Process


ƒ (POST) phase
ƒ Initial startup phase—CMOS contains boot order and finds a boot
device
ƒ Boot loader phase—loads startup files from the boot partition
ƒ Detect and configure hardware phase—collects information about
installed hardware
ƒ Kernel loading phase—Windows kernel is loaded
ƒ Logon phase—the Windows subsystem starts winlogon.exe
LESSON 6.1

98-365 Windows Server Administration Fundamentals

Power-On Self-Test (POST)


ƒ As soon as you turn on a computer, it processes the instructions
contained in the basic input/output system (BIOS).
ƒ The first set of startup instructions is the power-on self-test (POST).
The POST 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
complementary metal-oxide semiconductor (CMOS) memory,
which is located on the motherboard
LESSON 6.1

98-365 Windows Server Administration Fundamentals

Boot Process
ƒ Loads the operating system code into computer memory
ƒ The BIOS (basic input /output system) initializes the computer
hardware and loads the operating system, completes hardware setup,
and produces a fully functional operating system.
ƒ The process can occur from a direct attached disk, over a local area
network, or from networked storage.
ƒ The most common approach is from a disk. The server BIOS locates the
SCSI adapter BIOS, which contains the instructions that allow the
server to determine which of the disks is the boot device.
ƒ Master boot record (MBR) is the first sector of the first hard disk; a
physically small but critical element in the startup process on x64 and
x86-based computer. When a computer is booted, it processes a series
of self-tests and then reads the MBR. The MBR contains instructions
that locate the disk’s system (startup).
LESSON 6.1

98-365 Windows Server Administration Fundamentals

System Boot Files


ƒ Boot Configuration Data (BCD) Store defines how the boot menu is
configured. The store is a namespace container for BCD objects and
elements that hold the information that is required to load Windows or
run other boot applications. Physically, a BCD store is a binary file in
the registry hive format.
LESSON 6.1

98-365 Windows Server Administration Fundamentals

System Boot Files (continued)


ƒ BCD was created to provide an improved mechanism for describing
boot configuration data.
ƒ You can modify the BCD Store by using the following tools:
o Startup and recovery
o System configuration utility (msconfig.exe)
o BCD WMI provider
o BCDEdit.exe
ƒ Winload.exe is Windows operating system boot loader, which loads the
operating system kernel. Formerly known at NTLDR in Windows
Server 2003.
LESSON 6.1

98-365 Windows Server Administration Fundamentals

System Boot Options


ƒ Safe Mode starts Windows with a limited set of files and drivers.
Startup programs do not run in safe mode, and only the basic drivers
needed to start Windows are installed.
o Safe mode is useful for troubleshooting problems with programs
and drivers that might not start correctly.
ƒ To start your computer in safe mode:
1. Remove all floppy disks, CDs, and DVDs and restart the computer.
2. On a computer with a single operating system installed, press and
hold the F8 key as your computer restarts.
3. On the Advanced Boot Options screen, use the arrow keys to
highlight the safe mode option you want, and then press Enter.
4. Log on with a user account that has administrator rights.
LESSON 6.1

98-365 Windows Server Administration Fundamentals

System Boot Options (continued)


F8 Advanced Boot Options
LESSON 6.1

98-365 Windows Server Administration Fundamentals

System Boot Options (continued)


Safe Mode
LESSON 6.1

98-365 Windows Server Administration Fundamentals

Lesson Review

ƒ What is POST responsible for?

ƒ What phase in the Windows startup process loads Windows boot files?

ƒ What key should be pressed when you want to boot into safe mode?

You might also like