4.2 Flashcards
What is a bootstrap loader?
Loads the program that loads the OS
Where is the bootstrap loader located?
BIOS
What loads the program that loads the OS?
Bootstrap loader
What is the Windows version of the second stage boot loader?
Winload
What does the second stage boot loader do?
Gets the OS started
What does legacy BIOSs depend on to load an OS?
Master Boot Record (MBR)
What does Master Boot Record do first at startup?
It tells the computer’s BIOS where to look for the operating system so that it can start it.
Where is the Master Boot Record (MBR) located?
The first sector of your system Hard drive.
Usually the first 512 bytes
What does the Master Boot Record (MBR) contain?
- Primary Partition Table
- Disk signatures
- Directions for starting the OS
Where are Disk signatures contained?
Master Boot Record (MBR)
What does the MBR load?
Boot Sector
What code does boot sector contain?
It contains the code that’s loaded into the RAM, that’s necessary to run the OS kernal.
What happens if the boot sector signature is corrupt or has been changed?
The BIOS will not be able to find the boot sector and won’t be able to load the necessary instructions to start the operating system.
What does UEFI use to help load the OS?
EFI System Partition (ESP)
What is the EFI System Partition (ESP)?
Contains configurations for different OS’s on a single hard drive
What contains configurations for OS’s on a single hard drive on a UEFI BIOS?
EFI System Partition (ESP)
If your OS doesn’t load how do you get to the Windows Command Prompt?
Boot from the installation media
How do you get to the Command Prompt on the installation media on Windows Vista/7
System Recovery Options → Command Prompt
How do you get to the Command Prompt on the installation media on Windows 8/8.1?
Choose Other Options →
Troubleshoot →
Advanced Options →
Command Prompt
What does the bootrec command do?
Fix problems for the MBR
What command fixes problems for the MBR?
bootrec
What bootrec command scans all disks for any Windows installations that are not currently included in the Boot Configuration Data Store?
bootrec /ScanOS
What does bootrec /ScanOS do?
Scan all disks for any Windows installations that are not currently included in the Boot Configuration Data Store
What bootrec command fixes the Master Boot Record on a physical drive?
bootrec /FixMBR