Editing Boot modes
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 67: | Line 67: | ||
LED Diag mode only works on the 21xx, 25xx, and 30xx models, in order to access this mode on those models, you need to enter the fan test mode by having the console unplugged, hold the eject button and while holding it, plug the console back in, this will start the fan test. Once the Fan test has ended, you will need to press the power button 3 times, then the eject button three times, then the power button twice, this will make the console enter LED Diag Mode. The sequence will start with a yellow light and then display a green or red light in a sequence of 4, green means 0 and red means 1. | LED Diag mode only works on the 21xx, 25xx, and 30xx models, in order to access this mode on those models, you need to enter the fan test mode by having the console unplugged, hold the eject button and while holding it, plug the console back in, this will start the fan test. Once the Fan test has ended, you will need to press the power button 3 times, then the eject button three times, then the power button twice, this will make the console enter LED Diag Mode. The sequence will start with a yellow light and then display a green or red light in a sequence of 4, green means 0 and red means 1. | ||
For example if you have Green Green Red Green, this will give 0010, then the second sequence is Green Green Green Green will give 0000, then the third sequence is Green Green Red Green which is also 0010, then the fourth sequence is Green Red Green Green, this will give 0100, then it will display a yellow light again and the sequence will repeat. This is giving the last error code syscon had if it got the YLOD/NoLOD. This is being given in binary, so if you convert those numbers | For example if you have Green Green Red Green, this will give 0010, then the second sequence is Green Green Green Green will give 0000, then the third sequence is Green Green Red Green which is also 0010, then the fourth sequence is Green Red Green Green, this will give 0100, then it will display a yellow light again and the sequence will repeat. This is giving the last error code syscon had if it got the YLOD/NoLOD. This is being given in binary, so if you convert those numbers you will get 2024. Now for the letters it will be in hexadecimal, for example F will be Red Red Red Red or 1111 and B will be Red Green Red Red or 1011. So if you get a sequence and it doesn’t convert to a single digit number from binary, then try converting it from hexadecimal to decimal and it should work. | ||
---- | ---- |