SlideShare a Scribd company logo
1 of 43
PC Hardware Servicing
Chapter 27: The Boot Process
Chapter 27 Objectives
• Understand bootable disks
• Identify key boot files in each OS version
• List the boot sequence for each OS
• Use alternative boot modes
• Create and use a boot floppy
• Use the Recovery Console
• Create and use an ERD
• Troubleshoot startup and shutdown problems
What Constitutes a Bootable Disk?
• A disk that can bring the PC to a functional
level, with the OS ready to accept user
commands
Startup Configuration Files for DOS
• CONFIG.SYS
– Used primarily under MS-DOS
– Plain text file
– Lists environment variables and device drivers
– Runs only at startup
• AUTOEXEC.BAT
– Used primarily under MS-DOS
– Plain text file
– Lists applications to run at startup
– Simple batch file, can be rerun at any time
Sample CONFIG.SYS
Sample AUTOEXEC.BAT
Startup Configuration Files for
Windows 3.x
• SYSTEM.INI
– Loads device drivers
– Defines environment variables
• WIN.INI
– Loads applications
– Sets display settings and I/O device settings
– Defines application settings
Sample SYSTEM.INI
Sample WIN.INI
The Registry
• 32-bit versions of Windows system
settings files
• In Windows 9x: SYSTEM.DAT and
USER.DAT
• In Windows NT/2000/XP:
SAM, SECURITY, SYSTEM, SOFTWARE,
DEFAULT
• Accessed through the Registry Editor as a
single database
MS-DOS Boot Sequence
1. BIOS performs POST
2. BIOS searches for master boot record
(MBR), which defines the active partition
3. MBR takes control and locates IO.SYS
4. IO.SYS takes control, identifies hardware
5. IO.SYS runs CONFIG.SYS
6. MSDOS.SYS takes control, loads OS kernel
into RAM
7. MSDOS.SYS runs AUTOEXEC.BAT
8. Command.com displays a command prompt
Windows 9x Boot Sequence
1.BIOS performs POST
2.BIOS searches for MBR
3.MBR takes control and locates IO.SYS
4.IO.SYS takes control, runs MSDOS.SYS
instructions
5.IO.SYS loads LOGO.SYS (graphic file) and
displays it as Windows “splash screen”
6.IO.SYS looks for SYSTEM.DAT and USER.DAT
and checks them
Windows 9x Boot Sequence
7. IO.SYS loads SYSTEM.DAT
8. IO.SYS executes CONFIG.SYS and
AUTOEXECB.BAT if present
9. IO.SYS loads HIMEM.SYS
10.IO.SYS loads WIN.COM
11.Win.COM loads 386.VXD (virtual
memory manager)
12.VMM386.VXD loads 32-bit device drivers
Windows 9x Boot Sequence
13.WIN.COM processes SYSTEM.INI if
present
14.WIN.COM loads
KRNL32.DLL, GDI.EXE, and USER.EXE
15.WIN.COM executes WIN.INI if present
16.WIN.COM runs any programs from
Startup folder on Start menu
Alternative Boot Modes for Windows 9x
• Press F8 as PC is starting up to see
Startup Menu
Alternative Boot Modes for Windows 9x
Safe Mode
• Minimal
set of
drivers
• Standard
VGA
driver
• No
support
for
CD, soun
d, modem
s
Step by Step Confirmation
• Accept or reject each line of the startup
Windows NT, 2000, and XP Boot
Sequence
1. BIOS performs POST
2. BIOS searches for MBR
3. MBR takes control and locates NTLDR
4. NTLDR switches CPU into 32-bit protected
mode
5. NTLDR reads BOOT.INI. If multiple OSes, it
displays a menu for user choice, and passes
control to the chosen OS
6. NTLDR runs NTDETECT.COM, which detects
the hardware for Registry
Windows NT, 2000, and XP Boot
Sequence
7. NTLDR reads NTOSKRNL (OS kernel)
into memory
8. NTLDR locates drivers for Registry-
reported hardware
9. NTLDR hands over control to
NTOSKRNL.EXE
10.NTOSKRNL.EXE loads the device
drivers and the GUI
Alternative Boot Modes for NT 4
• VGA mode
Alternative Boot Modes for Windows 2000
and XP
Troubleshooting 9x Startup
• No operating system found
– No bootable disk is available
– PC does not see hard drive
– Hard drive not formatting
– No OS installed
– Loose connection to hard disk
– Physical malfunction
– Virus infection
– IO.SYS or MSDOS.SYS missing or corrupted
Troubleshooting 9x Startup
• Error in CONFIG.SYS Line xx
– Driver called for in CONFIG.SYS missing or
corrupted
• Bad or Missing COMMAND.COM
• Stuck at Windows splash screen
– Press Esc to see what is going on behind it
– Disable virtual memory
– Rebuild paging file
Troubleshooting 9x Startup
• Missing, Corrupt, or Unloaded
HIMEM.SYS
• Windows protection error
– Virtual device driver problem
– Start in Safe Mode and check for a real-mode
driver on CONFIG.SYS
– Remove and reinstall the device
• Device referenced in SYSTEM.INI or
WIN.INI not found
Troubleshooting 9x Startup
• General protection fault (GPF)
– Two programs try to use the same memory
space
– Make a note of the file causing the error, and
restart
– If repeats, try reinstalling the associated
program or using EXTRACT to re-copy file
from Windows disc
Troubleshooting 2000/XP Startup
• Try Safe Mode
• Try restoring last known good
configuration
• If Windows XP, use System Restore
• Repair Windows installation by booting
from Setup CD and choosing Repair
Controlling What Loads at Startup
• Disable items in
WIN.INI, SYSTEM
.INI, AUTOEXEC.
BAT, and
CONFIG.SYS
through the
System
Configuration
Editor (SYSEDIT)
Controlling What Loads at Startup
• Delete items from Startup folder on Start menu
Controlling What Loads at Startup
• Use System
Configuration Utility
(MSCONFIG) to
disable startup
items
Creating a 9x Startup Floppy
1. Open Control Panel
2. Add/Remove Programs, Startup Disk tab
3. Click Create Disk and follow the prompts
How a Boot Floppy Works
1.Booting from floppy creates RAM disk
2.Compressed files are decompressed onto
RAM disk
Therefore… some utilities are directly on
the floppy, and others are on the RAM disk
Files on a Boot Floppy
• DRVSPACE.BIN: Support for hard disks compressed
with DriveSpace
• EBD.CAB: The compressed file containing extra utilities
to be placed on RAM disk
• AUTOEXEC.BAT and CONFIG.SYS
• FINDRAMD.EXE: Locates the RAM disk
• EXTRACT.EXE: Extracts compressed files to RAM disk
• FDISK: Partitions disks
• README.TXT: Information
• CD-ROM drivers
Files on the RAM Disk
What is an ERD?
• Emergency Repair Disk
• For Windows 2000/XP only
• Not bootable
• Stores settings that can help repair
Windows, along with Windows Setup’s
Repair mode
• Specific to that PC
Creating an ERD
1. Start the
Backup
application
2. Click the
Emergency
Repair Disk
button
3. Follow the
prompts
What Is the Recovery Console?
• Command-line interface
• Limited set of commands
• Accessible even when Windows will not
start normally
• Can repair the MBR, disable services, etc.
Booting to the Recovery Console
1.Boot from the Windows CD
2.Choose R for Repair
3.Choose C for Recovery Console
4.Type 1 to choose the Windows installation
5.Enter administrator password when
prompted
Recovery Console Commands
– ATTRIB
– CD
– MD
– COPY
– DEL
– CHKDSK
– DIR
– EXIT
– EXPAND
– FORMAT
– MD
– RD
– REN
Some are same as with Win9x startup disk:
Recovery Console Commands
• Some are different from normal command
prompt commands:
– BATCH
– DISABLE
– DISKPART
– ENABLE
– FIXBOOT
– FIXMBR
– LISTSYS
Troubleshooting Shutdown
Problems
• Does not shut off with Shut Down
command
– Is ACPI enabled in BIOS Setup?
– Is it an ATX motherboard?
– Is ACPI enabled in Windows?
– Are case wires connected to motherboard?
– Is a BIOS update available for motherboard?
Troubleshooting Shutdown
Problems
• Application Not Responding
– Click End Task if dialog box appears
– Press Ctrl+Alt+Delete and shut down
application
• No Shutdown with Power Button
– Hold power button down for 5 seconds
Troubleshooting Shutdown
Problems
• Windows 98 locks up when shutting down
– Download patch for Windows 98
– Disable Fast Shutdown (in MSCONFIG)

More Related Content

What's hot

What's hot (19)

Bios
BiosBios
Bios
 
Booting of Computer System
Booting of Computer SystemBooting of Computer System
Booting of Computer System
 
Lec post , bios , cmos
Lec post , bios , cmosLec post , bios , cmos
Lec post , bios , cmos
 
BIOS PRESENTATION
BIOS PRESENTATIONBIOS PRESENTATION
BIOS PRESENTATION
 
Bios
BiosBios
Bios
 
Boot process
Boot processBoot process
Boot process
 
BIOS/UEFI
BIOS/UEFIBIOS/UEFI
BIOS/UEFI
 
Ms dos boot process
Ms dos boot process Ms dos boot process
Ms dos boot process
 
Booting process by Amar singh
Booting process by Amar singhBooting process by Amar singh
Booting process by Amar singh
 
Bios
BiosBios
Bios
 
Bioscmos, post, boot
Bioscmos, post, bootBioscmos, post, boot
Bioscmos, post, boot
 
Bios
BiosBios
Bios
 
Booting and Start-up Sequence
Booting and Start-up SequenceBooting and Start-up Sequence
Booting and Start-up Sequence
 
Ch 2
Ch 2Ch 2
Ch 2
 
Grub2 Booting Process
Grub2 Booting ProcessGrub2 Booting Process
Grub2 Booting Process
 
Booting Up And Shutting Down Computer
Booting Up And Shutting Down ComputerBooting Up And Shutting Down Computer
Booting Up And Shutting Down Computer
 
ROM BIOS & POST
ROM BIOS & POSTROM BIOS & POST
ROM BIOS & POST
 
computer & input devices
computer & input devicescomputer & input devices
computer & input devices
 
5 post , bios , cmos
5 post , bios , cmos5 post , bios , cmos
5 post , bios , cmos
 

Viewers also liked

System Booting Process overview
System Booting Process overviewSystem Booting Process overview
System Booting Process overviewRajKumar Rampelli
 
Booting Process OS
Booting Process OSBooting Process OS
Booting Process OSanilinvns
 
Booting Up And Shutting Down Computer
Booting Up And Shutting Down ComputerBooting Up And Shutting Down Computer
Booting Up And Shutting Down ComputerLUZ PINGOL
 
Booting Android: bootloaders, fastboot and boot images
Booting Android: bootloaders, fastboot and boot imagesBooting Android: bootloaders, fastboot and boot images
Booting Android: bootloaders, fastboot and boot imagesChris Simmonds
 
Multimedia Broadcasting Platform
Multimedia Broadcasting PlatformMultimedia Broadcasting Platform
Multimedia Broadcasting PlatformFrancois Lefebvre
 
Microsoft Powerpoint
Microsoft PowerpointMicrosoft Powerpoint
Microsoft PowerpointJack Frost
 
Bootloader and bootloading
Bootloader and bootloadingBootloader and bootloading
Bootloader and bootloadingArpita Gupta
 
MULTIMEDIA SERVICES OVER IP NETWORKS
MULTIMEDIA SERVICES OVER IP NETWORKSMULTIMEDIA SERVICES OVER IP NETWORKS
MULTIMEDIA SERVICES OVER IP NETWORKSYatish Bathla
 
Tel ip session1
Tel ip session1Tel ip session1
Tel ip session1firdausi01
 
Managing CD Devices
Managing CD DevicesManaging CD Devices
Managing CD DevicesAmir Villas
 

Viewers also liked (20)

System Booting Process overview
System Booting Process overviewSystem Booting Process overview
System Booting Process overview
 
Booting Process OS
Booting Process OSBooting Process OS
Booting Process OS
 
Booting
BootingBooting
Booting
 
Understanding The Boot Process
Understanding The Boot ProcessUnderstanding The Boot Process
Understanding The Boot Process
 
Booting Up And Shutting Down Computer
Booting Up And Shutting Down ComputerBooting Up And Shutting Down Computer
Booting Up And Shutting Down Computer
 
Booting Android: bootloaders, fastboot and boot images
Booting Android: bootloaders, fastboot and boot imagesBooting Android: bootloaders, fastboot and boot images
Booting Android: bootloaders, fastboot and boot images
 
Form 1 Term 1 Week 8.1
Form 1   Term 1  Week 8.1Form 1   Term 1  Week 8.1
Form 1 Term 1 Week 8.1
 
Broadcasting Technologies Branch Overview Nov 2007
Broadcasting Technologies Branch Overview Nov 2007Broadcasting Technologies Branch Overview Nov 2007
Broadcasting Technologies Branch Overview Nov 2007
 
Multimedia Broadcasting Platform
Multimedia Broadcasting PlatformMultimedia Broadcasting Platform
Multimedia Broadcasting Platform
 
Final Report
Final ReportFinal Report
Final Report
 
MSDOS
MSDOSMSDOS
MSDOS
 
Curs linux 2
Curs linux 2Curs linux 2
Curs linux 2
 
Microsoft Powerpoint
Microsoft PowerpointMicrosoft Powerpoint
Microsoft Powerpoint
 
Bootloader and bootloading
Bootloader and bootloadingBootloader and bootloading
Bootloader and bootloading
 
MULTIMEDIA SERVICES OVER IP NETWORKS
MULTIMEDIA SERVICES OVER IP NETWORKSMULTIMEDIA SERVICES OVER IP NETWORKS
MULTIMEDIA SERVICES OVER IP NETWORKS
 
Dual boot
Dual bootDual boot
Dual boot
 
Ims in ngn
Ims in ngnIms in ngn
Ims in ngn
 
Microsoft PowerPoint
Microsoft PowerPointMicrosoft PowerPoint
Microsoft PowerPoint
 
Tel ip session1
Tel ip session1Tel ip session1
Tel ip session1
 
Managing CD Devices
Managing CD DevicesManaging CD Devices
Managing CD Devices
 

Similar to The Boot Process

Network Implementation and Support Lesson 12 Backups
Network Implementation and Support Lesson 12   BackupsNetwork Implementation and Support Lesson 12   Backups
Network Implementation and Support Lesson 12 BackupsEric Vanderburg
 
How to Create Bootable disk in Windows XP
How to Create Bootable disk in Windows XPHow to Create Bootable disk in Windows XP
How to Create Bootable disk in Windows XPChandrani Ray Chowdhury
 
Configuring startup and troubleshooting startup issues
Configuring startup and troubleshooting startup issuesConfiguring startup and troubleshooting startup issues
Configuring startup and troubleshooting startup issueselboob2025
 
WinFE: The (Almost) Perfect Triage Tool
WinFE: The (Almost) Perfect Triage ToolWinFE: The (Almost) Perfect Triage Tool
WinFE: The (Almost) Perfect Triage ToolBrent Muir
 
15 maintaining & troubleshooting windows
15 maintaining & troubleshooting windows15 maintaining & troubleshooting windows
15 maintaining & troubleshooting windowshafizhanif86
 
Linux booting procedure
Linux booting procedureLinux booting procedure
Linux booting procedureDhaval Kaneria
 
Linux booting procedure
Linux booting procedureLinux booting procedure
Linux booting procedureDhaval Kaneria
 
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 SYSTEMMarvin Bronoso
 
Selecting and Installing Operating System
Selecting and Installing Operating SystemSelecting and Installing Operating System
Selecting and Installing Operating SystemAmir Villas
 
Linux booting process - Linux System Administration
Linux booting process - Linux System AdministrationLinux booting process - Linux System Administration
Linux booting process - Linux System AdministrationSreenatha Reddy K R
 
ITFT - DOS - Disk Operating System
ITFT - DOS - Disk Operating SystemITFT - DOS - Disk Operating System
ITFT - DOS - Disk Operating SystemBlossom Sood
 
Grub and dracut ii
Grub and dracut iiGrub and dracut ii
Grub and dracut iiplarsen67
 

Similar to The Boot Process (20)

Network Implementation and Support Lesson 12 Backups
Network Implementation and Support Lesson 12   BackupsNetwork Implementation and Support Lesson 12   Backups
Network Implementation and Support Lesson 12 Backups
 
How to Create Bootable disk in Windows XP
How to Create Bootable disk in Windows XPHow to Create Bootable disk in Windows XP
How to Create Bootable disk in Windows XP
 
Ch04 system administration
Ch04 system administration Ch04 system administration
Ch04 system administration
 
Ch04
Ch04Ch04
Ch04
 
Configuring startup and troubleshooting startup issues
Configuring startup and troubleshooting startup issuesConfiguring startup and troubleshooting startup issues
Configuring startup and troubleshooting startup issues
 
WinFE: The (Almost) Perfect Triage Tool
WinFE: The (Almost) Perfect Triage ToolWinFE: The (Almost) Perfect Triage Tool
WinFE: The (Almost) Perfect Triage Tool
 
101 1.2 boot the system
101 1.2 boot the system101 1.2 boot the system
101 1.2 boot the system
 
groupProject-1-Win8
groupProject-1-Win8groupProject-1-Win8
groupProject-1-Win8
 
Ch07
Ch07Ch07
Ch07
 
15 maintaining & troubleshooting windows
15 maintaining & troubleshooting windows15 maintaining & troubleshooting windows
15 maintaining & troubleshooting windows
 
Linux booting procedure
Linux booting procedureLinux booting procedure
Linux booting procedure
 
Linux booting procedure
Linux booting procedureLinux booting procedure
Linux booting procedure
 
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
 
Selecting and Installing Operating System
Selecting and Installing Operating SystemSelecting and Installing Operating System
Selecting and Installing Operating System
 
Linux booting process - Linux System Administration
Linux booting process - Linux System AdministrationLinux booting process - Linux System Administration
Linux booting process - Linux System Administration
 
Computer Forensics Working with Windows and DOS Systems
Computer Forensics Working with Windows and DOS SystemsComputer Forensics Working with Windows and DOS Systems
Computer Forensics Working with Windows and DOS Systems
 
ITFT - DOS - Disk Operating System
ITFT - DOS - Disk Operating SystemITFT - DOS - Disk Operating System
ITFT - DOS - Disk Operating System
 
Linux Booting Process
Linux Booting ProcessLinux Booting Process
Linux Booting Process
 
File000124
File000124File000124
File000124
 
Grub and dracut ii
Grub and dracut iiGrub and dracut ii
Grub and dracut ii
 

More from Amir Villas

Working with Applications
Working with ApplicationsWorking with Applications
Working with ApplicationsAmir Villas
 
Using a Windows Network
Using a Windows NetworkUsing a Windows Network
Using a Windows NetworkAmir Villas
 
Setting Up a Windows Network
Setting Up a Windows NetworkSetting Up a Windows Network
Setting Up a Windows NetworkAmir Villas
 
Networking Hardware Concepts
Networking Hardware ConceptsNetworking Hardware Concepts
Networking Hardware ConceptsAmir Villas
 
Imaging and Sound Devices
Imaging and Sound DevicesImaging and Sound Devices
Imaging and Sound DevicesAmir Villas
 
Working with Printers
Working with PrintersWorking with Printers
Working with PrintersAmir Villas
 
Keyboards and Mice
Keyboards and MiceKeyboards and Mice
Keyboards and MiceAmir Villas
 
Configuring Devices in Windows
Configuring Devices in WindowsConfiguring Devices in Windows
Configuring Devices in WindowsAmir Villas
 
Performing Disk Management Tasks
Performing Disk Management TasksPerforming Disk Management Tasks
Performing Disk Management TasksAmir Villas
 
Disk Drives Interfaces
Disk Drives InterfacesDisk Drives Interfaces
Disk Drives InterfacesAmir Villas
 
Introduction to Disk Storage
Introduction to Disk StorageIntroduction to Disk Storage
Introduction to Disk StorageAmir Villas
 
Working with the BIOS Setup Program
Working with the BIOS Setup ProgramWorking with the BIOS Setup Program
Working with the BIOS Setup ProgramAmir Villas
 
Installing and Troubleshooting the Basic Components
Installing and Troubleshooting the Basic ComponentsInstalling and Troubleshooting the Basic Components
Installing and Troubleshooting the Basic ComponentsAmir Villas
 

More from Amir Villas (20)

Managing Files
Managing FilesManaging Files
Managing Files
 
Working with Applications
Working with ApplicationsWorking with Applications
Working with Applications
 
The Internet
The InternetThe Internet
The Internet
 
The Modems
The ModemsThe Modems
The Modems
 
Using a Windows Network
Using a Windows NetworkUsing a Windows Network
Using a Windows Network
 
Setting Up a Windows Network
Setting Up a Windows NetworkSetting Up a Windows Network
Setting Up a Windows Network
 
Networking Hardware Concepts
Networking Hardware ConceptsNetworking Hardware Concepts
Networking Hardware Concepts
 
Portable PCs
Portable PCsPortable PCs
Portable PCs
 
Imaging and Sound Devices
Imaging and Sound DevicesImaging and Sound Devices
Imaging and Sound Devices
 
Working with Printers
Working with PrintersWorking with Printers
Working with Printers
 
Keyboards and Mice
Keyboards and MiceKeyboards and Mice
Keyboards and Mice
 
Monitors
MonitorsMonitors
Monitors
 
Video Cards
Video CardsVideo Cards
Video Cards
 
Configuring Devices in Windows
Configuring Devices in WindowsConfiguring Devices in Windows
Configuring Devices in Windows
 
Performing Disk Management Tasks
Performing Disk Management TasksPerforming Disk Management Tasks
Performing Disk Management Tasks
 
Disk Drives Interfaces
Disk Drives InterfacesDisk Drives Interfaces
Disk Drives Interfaces
 
Introduction to Disk Storage
Introduction to Disk StorageIntroduction to Disk Storage
Introduction to Disk Storage
 
Working with the BIOS Setup Program
Working with the BIOS Setup ProgramWorking with the BIOS Setup Program
Working with the BIOS Setup Program
 
Installing and Troubleshooting the Basic Components
Installing and Troubleshooting the Basic ComponentsInstalling and Troubleshooting the Basic Components
Installing and Troubleshooting the Basic Components
 
Cables
CablesCables
Cables
 

Recently uploaded

What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfVanessa Camilleri
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfJemuel Francisco
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONHumphrey A Beña
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4MiaBumagat1
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSJoshuaGantuangco2
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptxmary850239
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4JOYLYNSAMANIEGO
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxAshokKarra1
 
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...JojoEDelaCruz
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Celine George
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)cama23
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
Food processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture honsFood processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture honsManeerUddin
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxlancelewisportillo
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfTechSoup
 

Recently uploaded (20)

What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdf
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptx
 
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
Food processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture honsFood processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture hons
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
 

The Boot Process

  • 1. PC Hardware Servicing Chapter 27: The Boot Process
  • 2. Chapter 27 Objectives • Understand bootable disks • Identify key boot files in each OS version • List the boot sequence for each OS • Use alternative boot modes • Create and use a boot floppy • Use the Recovery Console • Create and use an ERD • Troubleshoot startup and shutdown problems
  • 3. What Constitutes a Bootable Disk? • A disk that can bring the PC to a functional level, with the OS ready to accept user commands
  • 4. Startup Configuration Files for DOS • CONFIG.SYS – Used primarily under MS-DOS – Plain text file – Lists environment variables and device drivers – Runs only at startup • AUTOEXEC.BAT – Used primarily under MS-DOS – Plain text file – Lists applications to run at startup – Simple batch file, can be rerun at any time
  • 7. Startup Configuration Files for Windows 3.x • SYSTEM.INI – Loads device drivers – Defines environment variables • WIN.INI – Loads applications – Sets display settings and I/O device settings – Defines application settings
  • 10. The Registry • 32-bit versions of Windows system settings files • In Windows 9x: SYSTEM.DAT and USER.DAT • In Windows NT/2000/XP: SAM, SECURITY, SYSTEM, SOFTWARE, DEFAULT • Accessed through the Registry Editor as a single database
  • 11. MS-DOS Boot Sequence 1. BIOS performs POST 2. BIOS searches for master boot record (MBR), which defines the active partition 3. MBR takes control and locates IO.SYS 4. IO.SYS takes control, identifies hardware 5. IO.SYS runs CONFIG.SYS 6. MSDOS.SYS takes control, loads OS kernel into RAM 7. MSDOS.SYS runs AUTOEXEC.BAT 8. Command.com displays a command prompt
  • 12. Windows 9x Boot Sequence 1.BIOS performs POST 2.BIOS searches for MBR 3.MBR takes control and locates IO.SYS 4.IO.SYS takes control, runs MSDOS.SYS instructions 5.IO.SYS loads LOGO.SYS (graphic file) and displays it as Windows “splash screen” 6.IO.SYS looks for SYSTEM.DAT and USER.DAT and checks them
  • 13. Windows 9x Boot Sequence 7. IO.SYS loads SYSTEM.DAT 8. IO.SYS executes CONFIG.SYS and AUTOEXECB.BAT if present 9. IO.SYS loads HIMEM.SYS 10.IO.SYS loads WIN.COM 11.Win.COM loads 386.VXD (virtual memory manager) 12.VMM386.VXD loads 32-bit device drivers
  • 14. Windows 9x Boot Sequence 13.WIN.COM processes SYSTEM.INI if present 14.WIN.COM loads KRNL32.DLL, GDI.EXE, and USER.EXE 15.WIN.COM executes WIN.INI if present 16.WIN.COM runs any programs from Startup folder on Start menu
  • 15. Alternative Boot Modes for Windows 9x • Press F8 as PC is starting up to see Startup Menu
  • 16. Alternative Boot Modes for Windows 9x
  • 17. Safe Mode • Minimal set of drivers • Standard VGA driver • No support for CD, soun d, modem s
  • 18. Step by Step Confirmation • Accept or reject each line of the startup
  • 19. Windows NT, 2000, and XP Boot Sequence 1. BIOS performs POST 2. BIOS searches for MBR 3. MBR takes control and locates NTLDR 4. NTLDR switches CPU into 32-bit protected mode 5. NTLDR reads BOOT.INI. If multiple OSes, it displays a menu for user choice, and passes control to the chosen OS 6. NTLDR runs NTDETECT.COM, which detects the hardware for Registry
  • 20. Windows NT, 2000, and XP Boot Sequence 7. NTLDR reads NTOSKRNL (OS kernel) into memory 8. NTLDR locates drivers for Registry- reported hardware 9. NTLDR hands over control to NTOSKRNL.EXE 10.NTOSKRNL.EXE loads the device drivers and the GUI
  • 21. Alternative Boot Modes for NT 4 • VGA mode
  • 22. Alternative Boot Modes for Windows 2000 and XP
  • 23. Troubleshooting 9x Startup • No operating system found – No bootable disk is available – PC does not see hard drive – Hard drive not formatting – No OS installed – Loose connection to hard disk – Physical malfunction – Virus infection – IO.SYS or MSDOS.SYS missing or corrupted
  • 24. Troubleshooting 9x Startup • Error in CONFIG.SYS Line xx – Driver called for in CONFIG.SYS missing or corrupted • Bad or Missing COMMAND.COM • Stuck at Windows splash screen – Press Esc to see what is going on behind it – Disable virtual memory – Rebuild paging file
  • 25. Troubleshooting 9x Startup • Missing, Corrupt, or Unloaded HIMEM.SYS • Windows protection error – Virtual device driver problem – Start in Safe Mode and check for a real-mode driver on CONFIG.SYS – Remove and reinstall the device • Device referenced in SYSTEM.INI or WIN.INI not found
  • 26. Troubleshooting 9x Startup • General protection fault (GPF) – Two programs try to use the same memory space – Make a note of the file causing the error, and restart – If repeats, try reinstalling the associated program or using EXTRACT to re-copy file from Windows disc
  • 27. Troubleshooting 2000/XP Startup • Try Safe Mode • Try restoring last known good configuration • If Windows XP, use System Restore • Repair Windows installation by booting from Setup CD and choosing Repair
  • 28. Controlling What Loads at Startup • Disable items in WIN.INI, SYSTEM .INI, AUTOEXEC. BAT, and CONFIG.SYS through the System Configuration Editor (SYSEDIT)
  • 29. Controlling What Loads at Startup • Delete items from Startup folder on Start menu
  • 30. Controlling What Loads at Startup • Use System Configuration Utility (MSCONFIG) to disable startup items
  • 31. Creating a 9x Startup Floppy 1. Open Control Panel 2. Add/Remove Programs, Startup Disk tab 3. Click Create Disk and follow the prompts
  • 32. How a Boot Floppy Works 1.Booting from floppy creates RAM disk 2.Compressed files are decompressed onto RAM disk Therefore… some utilities are directly on the floppy, and others are on the RAM disk
  • 33. Files on a Boot Floppy • DRVSPACE.BIN: Support for hard disks compressed with DriveSpace • EBD.CAB: The compressed file containing extra utilities to be placed on RAM disk • AUTOEXEC.BAT and CONFIG.SYS • FINDRAMD.EXE: Locates the RAM disk • EXTRACT.EXE: Extracts compressed files to RAM disk • FDISK: Partitions disks • README.TXT: Information • CD-ROM drivers
  • 34. Files on the RAM Disk
  • 35. What is an ERD? • Emergency Repair Disk • For Windows 2000/XP only • Not bootable • Stores settings that can help repair Windows, along with Windows Setup’s Repair mode • Specific to that PC
  • 36. Creating an ERD 1. Start the Backup application 2. Click the Emergency Repair Disk button 3. Follow the prompts
  • 37. What Is the Recovery Console? • Command-line interface • Limited set of commands • Accessible even when Windows will not start normally • Can repair the MBR, disable services, etc.
  • 38. Booting to the Recovery Console 1.Boot from the Windows CD 2.Choose R for Repair 3.Choose C for Recovery Console 4.Type 1 to choose the Windows installation 5.Enter administrator password when prompted
  • 39. Recovery Console Commands – ATTRIB – CD – MD – COPY – DEL – CHKDSK – DIR – EXIT – EXPAND – FORMAT – MD – RD – REN Some are same as with Win9x startup disk:
  • 40. Recovery Console Commands • Some are different from normal command prompt commands: – BATCH – DISABLE – DISKPART – ENABLE – FIXBOOT – FIXMBR – LISTSYS
  • 41. Troubleshooting Shutdown Problems • Does not shut off with Shut Down command – Is ACPI enabled in BIOS Setup? – Is it an ATX motherboard? – Is ACPI enabled in Windows? – Are case wires connected to motherboard? – Is a BIOS update available for motherboard?
  • 42. Troubleshooting Shutdown Problems • Application Not Responding – Click End Task if dialog box appears – Press Ctrl+Alt+Delete and shut down application • No Shutdown with Power Button – Hold power button down for 5 seconds
  • 43. Troubleshooting Shutdown Problems • Windows 98 locks up when shutting down – Download patch for Windows 98 – Disable Fast Shutdown (in MSCONFIG)