Recover a non working "bricked" Linkstation
From NAS-Central Buffalo - The Linkstation Wiki
(Difference between revisions)
| Line 50: | Line 50: | ||
* start update, following messages appear: | * start update, following messages appear: | ||
| - | + | Settings are being saved | |
| - | + | Firmware is being transmitted | |
| - | Firmware is being renewed | + | LinkStation Firmware has been renewed |
| + | Settings are being restored | ||
* if You get the following message You are done. | * if You get the following message You are done. | ||
| Line 61: | Line 62: | ||
the diskfill LED may blink and you may get: | the diskfill LED may blink and you may get: | ||
| - | Attempt to renew firmware failed | + | Attempt to renew firmware has failed |
* if so, wait until Diskfull LED goes off after some minutes. | * if so, wait until Diskfull LED goes off after some minutes. | ||
Revision as of 13:31, 28 July 2006
Any information how to recover a non working, bricked Linkstation should get here.
Firmware Reinstallation
The following steps can be used to "reanimate" a Linkstation (here an HD-HGLAN):
- open linkstation (see Articles/GeneralDisassemble)
- disconnect disk from internal mainboard and power.
- connect disk to a PC with knoppix via a USB-IDE adapter or directly to the IDE controller. If you change the IDE setting on your hard drive to match it to a "Slave" setting, remember to put the jumper back to "Master" before connecting back the hard drive to the Linkstation
- start knoppix in terminal mode "knoppix 2"
- remove all partitions:
For a USB-IDE connection:
parted /dev/sda
For IDE direct connection:
hda = Primary Master
hdb = Primary Slave
hdc = Secondary Master
hdd = Secondary Slave
So if you used Primary Master you would type:
parted /dev/hda
After this, the commands are the same for USB & IDE direct:
rm 1 rm 2 rm 3 rm 4 quit
- reconnect disk to LS
- power on LS (Reset button not pressed)
- disable Windows Firewall & set your PC's IP Address to 192.168.11.11
- unpack HD-HGLAN_149_100_telnet.zip
- start HD-HGLAN FWUpdate.exe
- press "search", should find Linkstation "EM" (Emergency Mode)
- start update, following messages appear:
Settings are being saved Firmware is being transmitted LinkStation Firmware has been renewed Settings are being restored
- if You get the following message You are done.
The firmware has been renewed
- But because the reformatting (?)and partitioning takes too long,
the diskfill LED may blink and you may get:
Attempt to renew firmware has failed
- if so, wait until Diskfull LED goes off after some minutes.
- press "search" again.
- start update again.
- after all the other messages You should get this time:
The firmware has been renewed
- the LS is now reachable via telnet and the "old" IP.
so switch back IP settings and reenable the windows firewall.
- use telnet to get a prompt:
telnet linkstation
- set root password:
passwd
- change bash to login:
vi /etc/init.d/telnet
- add a new guest user
useradd -m -d /home/guest guest
- and ...
reboot
| This article is currently a stub. You can help this Wiki by expanding it . This template will categorize articles that include it into Category:Stubs. |

