Difference between revisions of "Fatal Error"
From xboxdevwiki
(Added screenshot) |
(Be more precise with HDD and DVD errors) |
||
Line 1: | Line 1: | ||
These are the errors which will be displayed [[File:Fatal_Error_13.png|300px|thumb|right|Fatal Error 13 being displayed]] | These are the errors which will be displayed [[File:Fatal_Error_13.png|300px|thumb|right|Fatal Error 13 being displayed]] | ||
+ | |||
+ | Checked after cold-boot, in this particular order{{FIXME|reason=We should split this into larger blocks, like HDD initalization, DVD initialization, .. and then explain the steps in each}}: | ||
{| class="wikitable" | {| class="wikitable" | ||
!Value (2 digit decimal) | !Value (2 digit decimal) | ||
− | ! | + | !Step / Condition |
+ | |- | ||
+ | |07 | ||
+ | |Harddrive never left busy state (after reset from cold-boot) | ||
+ | |- | ||
+ | |09 | ||
+ | |Setting Harddrive PIO mode failed | ||
+ | |- | ||
+ | |09 | ||
+ | |Setting Harddrive DMA mode failed | ||
+ | |- | ||
+ | |08 | ||
+ | |Harddrive ATA identify device command failed | ||
+ | |- | ||
+ | |09 | ||
+ | |Harddrive is too small for cache partitions | ||
+ | |- | ||
+ | |06 | ||
+ | |Unable to unlock Harddrive | ||
+ | |- | ||
+ | |08 | ||
+ | |Harddrive ATA identify device after unlock command failed | ||
+ | |- | ||
+ | |08 | ||
+ | |Setting Harddrive device parameters failed | ||
+ | |- | ||
+ | |10 | ||
+ | |DVD Drive never left busy state (after reset from cold-boot) | ||
+ | |- | ||
+ | |12 | ||
+ | |Setting DVD Drive PIO mode failed | ||
+ | |- | ||
+ | |12 | ||
+ | |Setting DVD Drive DMA mode failed | ||
+ | |- | ||
+ | |11 | ||
+ | |DVD Drive ATAPI identify device command failed | ||
+ | |} | ||
+ | |||
+ | Additional error codes, or no precise order known{{FIXME|reason=Figure out the order}}: | ||
+ | |||
+ | {| class="wikitable" | ||
+ | !Value (2 digit decimal) | ||
+ | !Generic meaning | ||
|- | |- | ||
|00 | |00 | ||
Line 21: | Line 66: | ||
|- | |- | ||
|05 | |05 | ||
− | |Harddrive not locked | + | |Harddrive not locked{{FIXME|reason=When is this actually checked?}} |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | | | ||
|- | |- | ||
|13 | |13 |
Revision as of 22:23, 27 October 2018
These are the errors which will be displayedChecked after cold-boot, in this particular order[FIXME]:
Value (2 digit decimal) | Step / Condition |
---|---|
07 | Harddrive never left busy state (after reset from cold-boot) |
09 | Setting Harddrive PIO mode failed |
09 | Setting Harddrive DMA mode failed |
08 | Harddrive ATA identify device command failed |
09 | Harddrive is too small for cache partitions |
06 | Unable to unlock Harddrive |
08 | Harddrive ATA identify device after unlock command failed |
08 | Setting Harddrive device parameters failed |
10 | DVD Drive never left busy state (after reset from cold-boot) |
12 | Setting DVD Drive PIO mode failed |
12 | Setting DVD Drive DMA mode failed |
11 | DVD Drive ATAPI identify device command failed |
Additional error codes, or no precise order known[FIXME]:
Value (2 digit decimal) | Generic meaning |
---|---|
00 | No error (used internally to clear error flags from EEPROM) |
01 | |
02 | EEPROM Checksum failure |
03 | |
04 | RAM bad |
05 | Harddrive not locked[FIXME] |
13 | Dashboard broken, while Kernel/LaunchDataPage reason == 0 (MainMenu)
|
14 | Dashboard broken, while Kernel/LaunchDataPage reason == 1 (Error)
|
15 | |
16 | Dashboard settings error[citation needed] |
17 | |
18 | |
19 | |
20 | Dashboard failed to launch, but DVD security check was successful |
21 | Used to manually display fatal error after reboot (on purpose) |