5.3 Given a scenario, troubleshoot & diagnose problems with storage drives & RAID arrays Flashcards
What to do if the system tries to boot from an incorrect device?
Check removable drives for interference & verify boot order
How to tell if a fixed disk is powering up?
Check LED on front panel or hear the hard disk spinning up
What to do if a fixed disk is not detected at boot?
Check if drive has a power connector attached & if it powers up
What to do if a hard drive is powering up but not detected?
Verify data cable connections, check for damage, & enable MOBO ports
What to suspect if power & cabling are fine but the computer doesn’t boot?
An issue with the storage drive’s boot sector & files
It is likely corrupted. The boot sector is a specific area on the storage device that contains essential information for the system to boot up.
What can cause boot sector corruption?
The boot sector is a specific area on the storage device that contains essential information for the system to boot up.
- Disk faults
- Power failure
- Incorrect OS installation
- Malware
Meaning of MBR?
Master Boot Record
Meaning of GPT?
GUID [Global Unique IDentifier] Partition Table
What are the 2 ways to format boot information?
- MBR
- GPT
Where is the MBR located & what does it contain?
In the first sector, with partition info & code to find the active boot sector
What does the GPT boot scheme do?
Identifies partitions & OS boot loaders across sectors
What errors may you see if boot records are damaged?
- “Boot device not found”
- “OS not found”
- “Invalid drive specification”
How to fix a boot problem caused by malware?
Use antivirus boot disk to scan & repair boot sector
If you don’t have the option of using a recovery disk created bythe anti-virs software, you can try to use the repair options that come with the OS setup disk
What happens when the firmware finds a boot device?
Boot sector code loads into memory, takes over from firmware, & loads OS flies
What are errors after the boot sector code is loaded usually due to?
Software or device driver issues