PS3 GLOD Help

ZambieTheBully

Forum Noob
Hey guys, new to the community and exploring my interest in PS3 repair with a CECHA01 model. I purchased the unit with the GLOD and wanted to see if I could fix it after some investigation or at the very least learn something I didn't know before. I would've already chopped off this unit to a bad RSX and only a reball could save it but not guaranteed. However the fact that I can get to both a screen informing me there's no HDD installed (properly when there wasn't) and to the recovery menu on a fresh HDD gives me some hope.

I found that with a freshly formatted HDD I was able to boot into recovery mode. There I quickly attempt a update with fresh firmware. Would do the update all the way up to the second progress screen and then nothing. Would eventually turn itself off and rebooting it results in GLOD and typically itself turning off again around 30 seconds in (no beep). Trying to re-enter safe mode but failed, never able to access the mode again until I take the HDD and reformat it with my PC.

Honestly this issue is the only thing keeping me going. I'm unsure how to further diagnose the machine. Still had the seal and was cleaned out of its dust (which was a lot). Had several 1001 errors but read this maybe result by improper shut off and is typically normal. I plan on ordering RIP Felix tantalizers and replacing the tokin capacitors anyways. Worst case I get some experience soldering.

Super curious what the community thinks and if there's anything else I can test further. Forgot to mention but notice the RSX remains cold on boot and the CPU and PSU is the only things causing heat (especially the PSU) unsure if this is normal since I don't have anything to compare.

Thank you in advance!

050a6483c66dae709d88c1d305dea072.jpg



Sent from my iPhone using Tapatalk

Thanks to RIP Felix video tutorial I had a much better understanding on how to work with syscon. Was able to boot into internal mode and get the following:

errlog
Code:
 ofst[  8]:err_code:0xffffffff, clock:0xffffffff
ofst[ 12]:err_code:0xa0801001, clock:0xffffffff
ofst[ 16]:err_code:0xa0801001, clock:0xffffffff
ofst[ 20]:err_code:0xa0801001, clock:0xffffffff
ofst[ 24]:err_code:0xa0801004, clock:0xffffffff
ofst[ 28]:err_code:0xa0801001, clock:0xffffffff
ofst[ 32]:err_code:0xa0801004, clock:0xffffffff
ofst[ 36]:err_code:0xa0801004, clock:0xffffffff
ofst[ 40]:err_code:0xa0801004, clock:0xffffffff
ofst[ 44]:err_code:0xa0801004, clock:0xffffffff
ofst[ 48]:err_code:0xa0801004, clock:0xffffffff
ofst[ 52]:err_code:0xa0801001, clock:0xffffffff
ofst[ 56]:err_code:0xa0801001, clock:0xffffffff
ofst[ 60]:err_code:0xa0801001, clock:0xffffffff
ofst[ 64]:err_code:0xa0801001, clock:0xffffffff
ofst[ 68]:err_code:0xa0003001, clock:0xffffffff
ofst[ 72]:err_code:0xa0003001, clock:0xffffffff
ofst[ 76]:err_code:0xa0801001, clock:0xffffffff
ofst[ 80]:err_code:0xa0801001, clock:0xffffffff
ofst[ 84]:err_code:0xa0801001, clock:0xffffffff
ofst[ 88]:err_code:0xa0801001, clock:0xffffffff
ofst[ 92]:err_code:0xa0801001, clock:0xffffffff
ofst[ 96]:err_code:0xa0801001, clock:0xffffffff
ofst[100]:err_code:0xa0801001, clock:0xffffffff
ofst[104]:err_code:0xa0801001, clock:0xffffffff
ofst[108]:err_code:0xa0801001, clock:0xffffffff
ofst[112]:err_code:0xa0801001, clock:0xffffffff
ofst[116]:err_code:0xa0003001, clock:0xffffffff
ofst[120]:err_code:0xa0003001, clock:0xffffffff
ofst[124]:err_code:0xa0003001, clock:0xffffffff
ofst[  0]:err_code:0xa0003001, clock:0xffffffff
ofst[  4]:err_code:0xa0801001, clock:0xffffffff

Bringup
Code:
 bringup
[SSM] state: 0000 -> 0101
Bringup Mode #0 (0xFF)
[SSM] ssmCb_OnStartingBePowOn() called.
[SSM] First Boot.
[SSM] Bringup mode : syspm_stat=00000000/00000000
[POWSEQ] PowerSeq_Setup called.
[SSM] state: 0101 -> 0201
[POWSEQ] AV Backend Setup
[SSM] state: 0201 -> 0102
[SSM] state: 0102 -> 0202
[SSM] state: 0202 -> 0103
[SSM] state: 0103 -> 0203
[SSM] ssmCb_BeforeBeOn() called.
[SSM] state: 0203 -> 0104
Psbd_SbTransMode_Half:0x20e2
[mullion]$
shutdown
[SSM] state: 0400 -> 0500
[POWSEQ] AV Backend Letup
[SSM] ssmCb_AfterBeOn() called.
[SSM] Shutdown mode ... req_wake_src = 000000F4, ctxt=00/00
[SSM] Shutdown mode : syspm_stat=00000000/00000000
[POWSEQ] PowerSeq_Letup called.
[SSM] state: 0500 -> 0000
(PowerOff State)

Bringup isn't crashing with an error (why there's no YLOD) but I notice the SSM state gets to 0500 while most YLOD units get to 0700. My question is what is SSM state and do we have a list of its steps so I can see what's it getting hang up on?


Sent from my iPhone using Tapatalk

powerstate

Code:
powerstate
ATA Power          : ON
PCI Power          : OFF
RSX Power          : ON
XDR Power          : ON
Eurus Power        : ON
SB Power           : ON
RSX Thermal Sensor : AVAILABLE
BE Thermal Sensor  : AVAILABLE

PCI remains powered off. This normal?
 
Last edited by a moderator:
Hey guys, new to the community and exploring my interest in PS3 repair with a CECHA01 model. I purchased the unit with the GLOD and wanted to see if I could fix it after some investigation or at the very least learn something I didn't know before. I would've already chopped off this unit to a bad RSX and only a reball could save it but not guaranteed. However the fact that I can get to both a screen informing me there's no HDD installed (properly when there wasn't) and to the recovery menu on a fresh HDD gives me some hope.

I found that with a freshly formatted HDD I was able to boot into recovery mode. There I quickly attempt a update with fresh firmware. Would do the update all the way up to the second progress screen and then nothing. Would eventually turn itself off and rebooting it results in GLOD and typically itself turning off again around 30 seconds in (no beep). Trying to re-enter safe mode but failed, never able to access the mode again until I take the HDD and reformat it with my PC.

Honestly this issue is the only thing keeping me going. I'm unsure how to further diagnose the machine. Still had the seal and was cleaned out of its dust (which was a lot). Had several 1001 errors but read this maybe result by improper shut off and is typically normal. I plan on ordering RIP Felix tantalizers and replacing the tokin capacitors anyways. Worst case I get some experience soldering.

Super curious what the community thinks and if there's anything else I can test further. Forgot to mention but notice the RSX remains cold on boot and the CPU and PSU is the only things causing heat (especially the PSU) unsure if this is normal since I don't have anything to compare.

Thank you in advance!

050a6483c66dae709d88c1d305dea072.jpg



Sent from my iPhone using Tapatalk

Thanks to RIP Felix video tutorial I had a much better understanding on how to work with syscon. Was able to boot into internal mode and get the following:

errlog
Code:
 ofst[  8]:err_code:0xffffffff, clock:0xffffffff
ofst[ 12]:err_code:0xa0801001, clock:0xffffffff
ofst[ 16]:err_code:0xa0801001, clock:0xffffffff
ofst[ 20]:err_code:0xa0801001, clock:0xffffffff
ofst[ 24]:err_code:0xa0801004, clock:0xffffffff
ofst[ 28]:err_code:0xa0801001, clock:0xffffffff
ofst[ 32]:err_code:0xa0801004, clock:0xffffffff
ofst[ 36]:err_code:0xa0801004, clock:0xffffffff
ofst[ 40]:err_code:0xa0801004, clock:0xffffffff
ofst[ 44]:err_code:0xa0801004, clock:0xffffffff
ofst[ 48]:err_code:0xa0801004, clock:0xffffffff
ofst[ 52]:err_code:0xa0801001, clock:0xffffffff
ofst[ 56]:err_code:0xa0801001, clock:0xffffffff
ofst[ 60]:err_code:0xa0801001, clock:0xffffffff
ofst[ 64]:err_code:0xa0801001, clock:0xffffffff
ofst[ 68]:err_code:0xa0003001, clock:0xffffffff
ofst[ 72]:err_code:0xa0003001, clock:0xffffffff
ofst[ 76]:err_code:0xa0801001, clock:0xffffffff
ofst[ 80]:err_code:0xa0801001, clock:0xffffffff
ofst[ 84]:err_code:0xa0801001, clock:0xffffffff
ofst[ 88]:err_code:0xa0801001, clock:0xffffffff
ofst[ 92]:err_code:0xa0801001, clock:0xffffffff
ofst[ 96]:err_code:0xa0801001, clock:0xffffffff
ofst[100]:err_code:0xa0801001, clock:0xffffffff
ofst[104]:err_code:0xa0801001, clock:0xffffffff
ofst[108]:err_code:0xa0801001, clock:0xffffffff
ofst[112]:err_code:0xa0801001, clock:0xffffffff
ofst[116]:err_code:0xa0003001, clock:0xffffffff
ofst[120]:err_code:0xa0003001, clock:0xffffffff
ofst[124]:err_code:0xa0003001, clock:0xffffffff
ofst[  0]:err_code:0xa0003001, clock:0xffffffff
ofst[  4]:err_code:0xa0801001, clock:0xffffffff

Bringup
Code:
 bringup
[SSM] state: 0000 -> 0101
Bringup Mode #0 (0xFF)
[SSM] ssmCb_OnStartingBePowOn() called.
[SSM] First Boot.
[SSM] Bringup mode : syspm_stat=00000000/00000000
[POWSEQ] PowerSeq_Setup called.
[SSM] state: 0101 -> 0201
[POWSEQ] AV Backend Setup
[SSM] state: 0201 -> 0102
[SSM] state: 0102 -> 0202
[SSM] state: 0202 -> 0103
[SSM] state: 0103 -> 0203
[SSM] ssmCb_BeforeBeOn() called.
[SSM] state: 0203 -> 0104
Psbd_SbTransMode_Half:0x20e2
[mullion]$
shutdown
[SSM] state: 0400 -> 0500
[POWSEQ] AV Backend Letup
[SSM] ssmCb_AfterBeOn() called.
[SSM] Shutdown mode ... req_wake_src = 000000F4, ctxt=00/00
[SSM] Shutdown mode : syspm_stat=00000000/00000000
[POWSEQ] PowerSeq_Letup called.
[SSM] state: 0500 -> 0000
(PowerOff State)

Bringup isn't crashing with an error (why there's no YLOD) but I notice the SSM state gets to 0500 while most YLOD units get to 0700. My question is what is SSM state and do we have a list of its steps so I can see what's it getting hang up on?


Sent from my iPhone using Tapatalk

powerstate

Code:
powerstate
ATA Power          : ON
PCI Power          : OFF
RSX Power          : ON
XDR Power          : ON
Eurus Power        : ON
SB Power           : ON
RSX Thermal Sensor : AVAILABLE
BE Thermal Sensor  : AVAILABLE

PCI remains powered off. This normal?
Also in my case the PCI remains powered off. I experiment with GLOD on a working COK-002. No video signal. I haven't tried to format the HDD yet (why do you have to do it in these cases?). I'll leave you my syscon report so you can make a comparison.
becount
Code:
>$ becount
becount
Bringup : 2970 times
Shutdown: 1834 times
Power-on: 104day 23hour 29min 08sec
bringup
Code:
>$ bringup
bringup
[SSM] state: 0000 -> 0101
Bringup Mode #0 (0xFF)
[SSM] ssmCb_OnStartingBePowOn() called.
[SSM] First Boot.
[SSM] Bringup mode : syspm_stat=00000000/00000000
[POWSEQ] PowerSeq_Setup called.
[SSM] state: 0101 -> 0201
[POWSEQ] AV Backend Setup
[SSM] state: 0201 -> 0102
[SSM] state: 0102 -> 0202
[SSM] state: 0202 -> 0103
[SSM] state: 0103 -> 0203
[SSM] ssmCb_BeforeBeOn() called.
[SSM] state: 0203 -> 0104
Psbd_SbTransMode_Half:0x21e2
Press Ctrl+C to exit
>$
[SSM] state: 0104 -> 0204
[SSM] state: 0204 -> 0105
[SSM] state: 0105 -> 0400
(PowerOn State)
[SERV NVS] READ CMD

Boot Loader SE Version 1.5.0 (Build ID: 1798,18531, Build Data: 2007-01-10_12:09:26)
Copyright(C) 2006 Sony Computer Entertainment Inc.All Rights Reserved.
[SERV SETCFG] XDR (CH0,CH1) ASSERT
[SERV SETCFG] XDR (CH0,CH1) DEASSERT
[INFO]: Connecting to Debug Device (SB UART)
[SERV NVS] READ CMD
[SERV NVS] READ CMD
[SERV NVS] READ CMD
[SERV NVS] READ CMD
[SERV NVS] READ CMD
[SERV NVS] READ CMD
[SERV NVS] READ CMD
[SERV NVS] READ CMD
[SERV NVS] READ CMD
[SERV NVS] READ CMD
[SERV NVS] READ CMD
[SERV NVS] READ CMD
[SERV NVS] READ CMD
[SERV NVS] READ CMD
[SERV NVS] READ CMD
[SERV NVS] READ CMD
[SERV NVS] READ CMD
[SERV NVS] READ CMD
[SERV NVS] READ CMD
[SERV NVS] READ CMD
[SERV NVS] READ CMD
[SERV NVS] READ CMD
[SERV NVS] READ CMD
[SERV NVS] READ CMD
[SERV THERM] NOTIFY_MODE CMD
[SERV NOTIF] CONTROL_LED
[SERV NOTIF] RING_BUZZER
[SERV NOTIF] CONTROL_LED
[SERV NVS] READ CMD
[SERV NVS] READ CMD
[SERV NVS] READ CMD
[SERV NVS] READ CMD
[SERV NVS] READ CMD
[SERV NVS] READ CMD
[SERV NVS] READ CMD
[SERV NVS] READ CMD
[SERV NVS] READ CMD
[SERV NVS] READ CMD
[SERV NVS] READ CMD
[SERV NVS] READ CMD
[SERV NVS] READ CMD
[SERV NVS] READ CMD
[SERV NVS] READ CMD
powerstate
Code:
>$ powerstate
powerstate
ATA Power          : ON
PCI Power          : OFF
RSX Power          : ON
XDR Power          : ON
Eurus Power        : ON
SB Power           : ON
RSX Thermal Sensor : AVAILABLE
BE Thermal Sensor  : AVAILABLE
shutdown
Code:
>$ shutdown
shutdown
[SSM] state: 0400 -> 0500
[POWSEQ] AV Backend Letup
[SSM] ssmCb_AfterBeOn() called.
[SSM] Shutdown mode ... req_wake_src = 000000F4, ctxt=00/00
[SSM] Shutdown mode : syspm_stat=00000000/00000000
[POWSEQ] PowerSeq_Letup called.
[SSM] state: 0500 -> 0000
(PowerOff State)
Errolog
Code:
>$ errlog
ofst[ 24]:err_code:0xffffffff, clock:0x1b9cc1e3  2014/09/05 18:48:03
ofst[ 28]:err_code:0xa0801004, clock:0x1baf102c  2014/09/19 16:02:52
ofst[ 32]:err_code:0xa0801004, clock:0x1bbc2621  2014/09/29 14:16:01
ofst[ 36]:err_code:0xa0801004, clock:0x1bc227e9  2014/10/04 03:37:13
ofst[ 40]:err_code:0xa0801004, clock:0x1c320565  2014/12/28 00:03:49
ofst[ 44]:err_code:0xa0801001, clock:0x1c32d931  2014/12/28 15:07:29
ofst[ 48]:err_code:0xa0801004, clock:0x1c4d9b25  2015/01/17 22:13:57
ofst[ 52]:err_code:0xa0902203, clock:0x1c4d9b25  2015/01/17 22:13:57
ofst[ 56]:err_code:0xa0902203, clock:0x1c4d9b25  2015/01/17 22:13:57
ofst[ 60]:err_code:0xa0902203, clock:0x1c4d9b25  2015/01/17 22:13:57
ofst[ 64]:err_code:0xa0801001, clock:0x1c80ca64  2015/02/25 18:01:08
ofst[ 68]:err_code:0xa0801004, clock:0x1c82604d  2015/02/26 22:53:01
ofst[ 72]:err_code:0xa0801004, clock:0x1c826123  2015/02/26 22:56:35
ofst[ 76]:err_code:0xa0801004, clock:0x1c962726  2015/03/13 22:54:30
ofst[ 80]:err_code:0xa0801004, clock:0x1cfc0ce2  2015/05/30 05:53:38
ofst[ 84]:err_code:0xa0801004, clock:0x1d0f4931  2015/06/13 20:04:01
ofst[ 88]:err_code:0xa0801004, clock:0x1d0f4c84  2015/06/13 20:18:12
ofst[ 92]:err_code:0xa0801004, clock:0x1d0f835d  2015/06/14 00:12:13
ofst[ 96]:err_code:0xa0801004, clock:0x1d7372d6  2015/08/28 19:28:22
ofst[100]:err_code:0xa0801004, clock:0x1db94915  2015/10/20 18:48:53
ofst[104]:err_code:0xa0801001, clock:0x1dba9ce9  2015/10/21 18:58:49
ofst[108]:err_code:0xa0801001, clock:0x1dbbe883  2015/10/22 18:33:39
ofst[112]:err_code:0xa0801001, clock:0x1e6cdc60  2016/03/04 23:53:04
ofst[116]:err_code:0xa0801001, clock:0x1ff560c8  2016/12/27 17:26:32
ofst[120]:err_code:0xa0801004, clock:0x1ff89df8  2016/12/30 04:24:24
ofst[124]:err_code:0xa0801004, clock:0x1ffaf612  2016/12/31 23:04:50
ofst[  0]:err_code:0xa0801001, clock:0x208406da  2017/04/14 22:16:58
ofst[  4]:err_code:0xa0801001, clock:0x2c0668ae  2023/05/28 19:31:58
ofst[  8]:err_code:0xa0801001, clock:0x2c0668c4  2023/05/28 19:32:20
ofst[ 12]:err_code:0xa0801001, clock:0x2c079cc7  2023/05/29 17:26:31
ofst[ 16]:err_code:0xa0801004, clock:0x2c79357a  2023/08/23 21:24:10
ofst[ 20]:err_code:0xa0801001, clock:0x0b488702  2005/12/31 00:02:10
 

Similar threads

Back
Top