Understanding the Boot Process and Command Line - PowerPoint PPT Presentation

1 / 36
About This Presentation
Title:

Understanding the Boot Process and Command Line

Description:

About the boot process and some tools for troubleshooting a failed boot ... Options for Fdisk Command. 33. A Guide to Managing and Maintaining Your PC, Fifth Edition ... – PowerPoint PPT presentation

Number of Views:92
Avg rating:3.0/5.0
Slides: 37
Provided by: jeanan5
Category:

less

Transcript and Presenter's Notes

Title: Understanding the Boot Process and Command Line


1
Chapter 3
  • Understanding the Boot Process and Command Line

2
You Will Learn
  • About the boot process and some tools for
    troubleshooting a failed boot
  • To use many commands at the command prompt

3
Booting Up Your Computer
  • Hard (cold) boot versus soft (warm) boot
  • Startup BIOS is in control when boot process
    begins
  • Turns control over to the OS

4
Steps in the Boot Process
  • Startup BIOS runs power-on self test (POST) and
    assigns resources
  • ROM BIOS startup program searches for and loads
    an OS
  • OS configures the system and completes its own
    loading
  • Application software is loaded and executed

5
Boot Step 1 POST
6
How the BIOS Finds and Loads the OS
7
How the BIOS Finds and Loads the OS (continued)
  • BIOS executes MBR program
  • Turns to partition table to find OS boot record
  • Program in OS boot record attempts to find a boot
    loader program for OS
  • Ntldr (Windows NT/2000/XP)
  • Io.sys (Windows 9x)

8
Boot Step 2 Loading the OS
9
Loading the MS-DOS Core of Windows 9x
  • Brings OS to real-mode command prompt
  • Relevance Real-mode DOS core often used as a
    troubleshooting tool

10
Loading the MS-DOS Core of Windows 9x (continued)
  • Files necessary to boot to command prompt
  • Io.sys
  • Msdos.sys
  • Command.com
  • To customize 16-bit portion of load process
  • Autoexec.bat
  • Config.sys

11
Boot Step 3 OS Initializes Itself
12
Emergency Startup Disks
  • Bootable disks with some utility programs to
    troubleshoot a failed hard drive
  • Each OS provides automated method to create a
    rescue disk (Windows 9x) or set of disks (Windows
    2000)

13
Emergency Startup Disks (continued)
  • Creating a Windows 9x startup disk
  • Add/Remove Programs icon in Control Panel
  • Using a Windows 9x startup disk with another OS

14
Windows 9x Startup Disks
15
Using the Command Prompt
  • Multiple ways of accessing a command prompt
  • Launching a program using the command prompt
  • Using commands to manage files and folders and
    perform utility tasks when troubleshooting a
    failed system

16
How to Access a Command Prompt in Windows
17
How to Access a Command Prompt in Windows
(continued)
18
Launching a Program Using the Command Prompt
(continued)
  • Type filename of program file at command prompt
  • OS
  • Attempts to find program file by name,
  • Copies file into RAM, and
  • Executes program

19
Launching a Program Using the Command Prompt
(continued)
20
DOS File and Directory Naming Conventions
  • 8.3 format
  • Up to 8 characters, separating period, and file
    extension of up to 3 characters (eg,
    filename.ext)
  • Acceptable characters
  • Letters a through z
  • Numbers 0 through 9
  • _ ! - ( ) _at_
  • Do not use space, period, , ? or \
  • Acceptable extensions .com, .sys, .bat, .exe

21
Windows File and Directory Naming Conventions
  • Up to 255 characters
  • Can contain spaces
  • When DOS part of system is operating, it
  • Truncates long filenames
  • Assigns new 8-character names (eg, Mydocu1.doc)

22
Wildcards
  • Question mark (?)
  • Wildcard for one character
  • Asterisk ()
  • Wildcard for more than one character

23
Commands to Manage Disks, Drives, Files, and
Directories
24
Result of Dir Command
25
Commands to Manage Disks, Drives, Files, and
Directories
26
Commands to Manage Disks, Drives, Files, and
Directories
27
Commands to Manage Disks, Drives, Files, and
Directories
28
Commands to Manage Disks, Drives, Files, and
Directories
29
Commands to Manage Disks, Drives, Files, and
Directories
30
Commands to Manage Disks, Drives, Files, and
Directories
31
Editing Autoexec.bat and Config.sys
32
Options for Fdisk Command
33
Options for Format Command (continued)
34
Options for Format Command (continued)
35
Using Batch Files
  • To execute group of commands using single command

36
Summary
  • How a PC first boots up
  • Parts of the boot process
  • POST
  • Loading the OS
  • OS initializing itself
  • Loading and executing an application
  • Troubleshooting tools to use when the boot fails
  • Essential commands used from a command prompt
    when troubleshooting a failed system
Write a Comment
User Comments (0)
About PowerShow.com