I bought a 3TB GoFlex home and decided to install ArchLinux as per instructions
http://archlinuxarm.org/platforms/armv5 ... oflex-home
After step 21: Wait for the machine to shut down (about 1-2 minutes). Then physically power cycle the unit using the power switch on back or unplugging the unit.
I power cycled it, but it never came up. I left it with the green blinking light for at least 30min.
So I started looking for instructions on unbricking or reversing to factory. All things point to NetConsole to find out what is wrong.
I ran the necessary ifconfigs
sudo ifconfig eth0:0 10.10.10.5
sudo ifconfig eth0:1 10.10.10.4
sudo ifconfig eth0:2 10.10.10.2
And then tried all three NetConsole commands
uboot = nc -lu 10.10.10.5 6666
kernal = nc -lu 10.10.10.4 6666
dhcp = nc -lu 10.10.10.2 6666
All three return "invalid connection to [10.10.10.X] from (UNKNOWN) [10.10.10.6] 6666", where X = 5,4 or 2 from above nc commands.
Now I do have experience in rooting devices and/or installing open source firmwares, Nexus7, Exhibbit2, LG L9, ipad, dir875...etc. So I know how to follow instructions to the letter and in most cases can fix issues when they arise.
However in this case, I cannot get this thing to function right. Would appreciate any insight/help to get me unbricked.