Troubleshooting the Boot Process Flashcards

1
Q

Boot Loaders

A
  • Your computer knows the basics
    • Keyboard , Video , RAM , Storage device
  • Bootstrap loader in the BIOS
    • Load the program that will upload the OS
  • Second-stage boot loader
    • WINLOAD , GRUB Legacy , GRUB2 , LILO
    • Get the OS started
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Master Boot Record

MBR

A
  • The first sector of a hard drive
    • Usually only 512 bytes
  • Contains
    • Table of primary partitions
    • Disk signature
    • Direction for starting the operating system
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Windows Command Prompt

A
  • Starting the command prompt
    • Boot from installation media
    • Windows vista / 7 - System Recovery / Command prompt
    • Windows 8/8.1 - Choose other options / Troubleshoot / Advanced Options / Command prompt
  • Very powerful , very dangerous
    • Last resort
  • Complete control
    - Copy , rename , replace operating system files & partitions
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

BOOTREC Command

A
  • /Repairs critical disk structures
  • /FixMbr - Writes the master boot record
  • /FixBoot - Writes a new boot sector onto system
  • /ScanOS - Scan all disk for installations
  • /RebuildBcd - Scan all disk for installation & allow user to choose what to add to boot config
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Identifying a Windows Installations

A
  • BootREC / ScanOS

- Scan disk for window installations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Fixing the Master Boot Record

MBR

A
  • Windows Vista 7 / 8 / 8.1
    • Start the windows command prompt
  • BootREC /FixMbr
    • Fix the master Boot Record on a physical drive
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Fixing the Volume Boot Record

A
  • BootREC /FixBOOT

- Writes a new boot sector

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Rebuilding the Boot Configuration Data

A
  • BootREC /RebuildBcd (boot config data)

- Creates a new Boot Configuration Data store

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

DISKPART

A

-Manage disk configuration

How well did you know this?
1
Not at all
2
3
4
5
Perfectly