Here is a list of the ‘common’ MDT error codes.
Exit code | Meaning | Value in log file |
0 | Success | 0x0 |
1 | Bad command line | 0xA001 |
2 | User is not an administrator | 0xA002 |
3 | The OS is not supported for this product | 0xA003 |
5 | No devices were found that matched package INF files | 0xA005 |
7 | User refused a driver downgrade | 0xA007 |
9 | User canceled the installation | 0xA009 |
10 | Another install is already active | 0xA00A |
11 | Error while extracting files | 0xA00B |
12 | Nothing to do | 0xA00C |
13 | A system restart is needed before setup can continue | 0xA00D |
14 | Setup has completed successfully but a system restart is required | 0xA00E |
15 | Setup has completed successfully and a system restart has been initiated | 0xA00F |
16 | Bad installation path | 0xA010 |
17 | Error while installing driver | 0xA011 |
255 | General install failure | Win32 error code |