First let me say that I'm completely new to ALARM stuff.
I have a pink Pogoplug v2 with model number POGO-E02.
I followed the instructions here http://archlinuxarm.org/platforms/armv5/pogoplug-v2-pinkgray to install on a 16GB PNY thumb drive. Then I did some of the fun stuff here http://blog.qnology.com/2013/03/tutorial-pogoplug-e02-with-arch-linux.html (the extra arch linux instructions and samba for an external powered hard drive).
I was able to reboot a few times and everything worked.
A few days later I realized that it wasn't on my network and went to see what was up. There were definitely a few power outages at my house in between, so it could've succumbed to some cold boot problems.
The issue now is that when I boot with only the thumb drive, it never gets an IP address from DHCP. If I remove the thumb drive and try to `ssh root@IP` I get a password prompt but neither root or ceadmin work as a password.
I installed Arch Linux on another flash drive (SanDisk Cruzer Fit 8GB) from an Ubuntu virtual machine but I get the same problem with DHCP if I reboot the Pogoplug with that thumb drive as well.
I ran fsck on the thumb drive and it reports
$this->bbcode_second_pass_code('', '
root@ubuntu:/tmp# fsck /dev/sdb1
fsck from util-linux 2.20.1
e2fsck 1.42 (29-Nov-2011)
/dev/sdb1: clean, 27248/488640 files, 139770/1953920 blocks
')
I've read a bunch of other threads but they all assume that I can ssh into the Pogoplug with the thumb drive removed. Can anyone help me? Very possible that I'm doing something stupid. I'm really looking forward to playing with this thing, just need some help getting over some initial humps. Thanks!