Switch to full style
Data recovery and disk repair questions and discussions related to old-fashioned SATA, SAS, SCSI, IDE, MFM hard drives - any type of storage device that has moving parts
Post a reply

HGST HUH728080AL5200 bricked with firmware AD05 update

March 18th, 2024, 14:53

Hello gurus.
Updated my HGST HUH728080AL5200 from A907 to AD05 (A4GNAD05.zip) firmware. Flashed with seatools.
Now drive show 0 capaticy, have no SMART and fully unusable. Utility show updated FW version but thats all.
HUGO-7.5.1.win64 able to read FW version.
Any idea for recovery steps?

Re: HGST HUH728080AL5200 bricked with firmware AD05 update

March 18th, 2024, 20:55

Are you able to find your original firmware or something in the A9nn series? Do you have a second HDD with A9nn firmware?

I have extracted the modules from your firmware update package (see attachment). It tells you which components were changed. I know it doesn't help you, but it may help someone else.

https://files.hddguru.com/download/Firmware%20updates/Hitachi/A4GNAD05.zip
Attachments
CPs_A4GNAD05.7z
(1.82 MiB) Downloaded 344 times

Re: HGST HUH728080AL5200 bricked with firmware AD05 update

March 18th, 2024, 22:13

Try to use wdckit with --fastformat option, it can return drive original capacity

Re: HGST HUH728080AL5200 bricked with firmware AD05 update

March 19th, 2024, 5:43

fzabkar
Thanks, will try. What SW i should use to dump current FW?
Have no same drive and found no A9 fw to download. Will take eye at ebay, maybe broken drive to sell there.

napalm_atx
All application reported "device not ready", Windows as well. Seatools used for update also see drive, fw rebision, but crashing with any action (test, smart).
SAS controller reported 0 capacity, can see drive model.

Re: HGST HUH728080AL5200 bricked with firmware AD05 update

March 19th, 2024, 13:56

This script dumps the firmware modules of older HGST SAS models, but I don't know if it works on current models.

Code:
#!/bin/bash

for i in {0..255}
do
   j="$(printf '%02x' $i)"
   sg_raw -r 1M -b /dev/sg1 3c 01 $j 00 00 00 10 00 00 00 > ./modules/0x$j.bin
done

Re: HGST HUH728080AL5200 bricked with firmware AD05 update

March 19th, 2024, 17:36

Sg tools shown device is busy for most of action.

Look like found issue: sanitize going so drive locked until completed. Percent increasing. Will wait an day, very slow.

Re: HGST HUH728080AL5200 bricked with firmware AD05 update

March 21st, 2024, 5:46

Resolved.
Sanitize unlocked drive after complete. Uninterruptable after started, cannot be canceled.
Status\progress shown with sg_requests from SG Utilites.
Thanks for help.

Re: HGST HUH728080AL5200 bricked with firmware AD05 update

March 21st, 2024, 10:38

Does the sg_raw script work now?

Re: HGST HUH728080AL5200 bricked with firmware AD05 update

March 21st, 2024, 16:04

All i started after works as expected. Did capacity alligner with sg, passed.
I didn't dumped fw because drive found new owner. He rushed me so sent asap.
Post a reply