MBR checker v1.02	-	2013/08/22
------------------------------------------

This program performs the same checks which the MBR of FHDB performs. It is designed to provide bootup diagnostics.

Four tests will be performed, like the Sony MBR programs do:
1. Device status (HDD unit installed and detected = pass)
2. SMART status (Enabled and not tripped = pass)
3. Bad sector check (No bad sectors = pass)
4. Partition integrity check (No partitions with compromised integrity = pass)

Failing any one of checks #1 to #3 will cause the MBR to shut off the HDD and attempt to fall back to the ROM OSD.
Failing check #4 will cause FSCK to be loaded and executed.

Note: Due to a bug in the Sony HDD update loading code, it's impossible to fall back to the ROM OSD. The ROM OSD will just attempt to load the MBR again, and the boot cycle repeats itself in a never-ending cycle.

Changelog:
----------
v1.02	- 2013/08/22
*Initial public release.

Known issues/limitations:
-------------------------
None