Hi there,
I got a "bricked"/"unbootable" PogoPlug Pro off of ebay.
The led on the front didn't light up and only the green network-led was working together with some blinking of the orange network-led. No ssh or network-connection could be established. My router didn't recognize any pogoplug.
I don't know what the previous owner did with the device but I got this info from "history":
$this->bbcode_second_pass_code('', '[root@alarm /]# history
1 ls
2 source /etc/profile
3 ls
4 nano /etc/profile
5 ping google.com.
6 echo "nameserver 8.8.8.8" > /etc/resolv.conf
7 nano /etc/pacman.conf
8 pacman -Syu
9 pacman -Syu
10 exit
11 ls /dev
12 hostname
13 modprobe oxnas-led
14 cat /etc/rc.d/set-oxnas-mac
15 modprobe oxnas-led
16 modprobe -a
17 modprobe
18 modprobe -h
19 modprobe -a `uname -r`
20 ls /lib/module
21 depmod -a
22 modprobe oxnas-led
23 proled green
24 clear
25 lsusb
26 cd /etc
27 ls
28 ls rc.d
29 ls rc.d/functions.d
30 nano rc.d/functions
31 ls
32 ls rc.*
33 nano rc.sysinit
34 nano rc.shutdown
35 cd ..
36 pacman -Syu
37 shutdown -h -t 0 now
38 cat /etc/resolv.conf
39 ls
40 exit
41 pacman -Scc
42 exit
')
After endless hours I was able to prepare a sata-hdd and get it to boot the pogoplug into the alarm os. Internet-connection is also available and the led on the front is green.
If I remove the sata-hdd and reboot, everything is dead again. Nothing happens.
I tried to fix it for the last six hours but wasn't successful.
"pacman -Sy udev-oxnas" didn't help, "oxnas-install.sh" failed due to missing nandwrite,etc. files and setenvs doesn't work either.
oxnas-revert.sh shows this:
$this->bbcode_second_pass_code('', '#############################
##
## Pogoplug Pro/V3/Video
## Arch Linux ARM to Stock Revert
##
#############################
##
## For use with OXNAS 7820 only.
##
#############################
## PREPARATION
# Switching to /tmp...
# Ensuring we're ready to proceed...
# Preparing our way...
# Getting uboot parameters...
# Checking board revision...
# = board :
# = load_nand : nboot 60500000 0 200000
# = bootargs_stock :
# = bootcmd : run boot_custom
# Setting up uboot parameters
#
# Checking uboot parameters...
# = bootargs :
# = bootargs_stock :
# = load_custom_nand :
# = boot_custom :
# = bootcmd :
#
#############################
## Looks good!')
Can anybody help me with this situation? I would like to get rid of the sata and just be able to boot it the normal way.
Thank you very much in advance. I'm nearly giving up after reading nearly the whole forum :-/