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
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
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
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
5
Q
Identifying a Windows Installations
A
- BootREC / ScanOS
- Scan disk for window installations
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
7
Q
Fixing the Volume Boot Record
A
- BootREC /FixBOOT
- Writes a new boot sector
8
Q
Rebuilding the Boot Configuration Data
A
- BootREC /RebuildBcd (boot config data)
- Creates a new Boot Configuration Data store
9
Q
DISKPART
A
-Manage disk configuration