Quantcast
Channel: Linux Device Hacking
Viewing all articles
Browse latest Browse all 46958

Re: root password not working FreeAgent GoFlex Home

$
0
0
I really don't know if I changed anything related to U-Boot or not. .. I performed these steps:

Find your devices's IP address and connect via SSH.

Partition your flash drive with fdisk:

fdisk /dev/sda
# Configure partion 1 as Linux (I'd recommend making this at least 512Mb. The default bare-bones installation uses 280Mb.)
# Configure partion 2 as Linux Swap (I used 256MB.  Adjust according to your anticipated memory usage.)
# Set partition 1 active
Download and run the Debian Wheezy installer:

cd /tmp
wget http://projects.doozan.com/debian/kirkwood.debian-wheezy.sh
chmod +x kirkwood.debian-wheezy.sh
export PATH=$PATH:/usr/sbin:/sbin
./kirkwood.debian-wheezy.sh


After the device rebooted I was not able to find it on the network. No IP Address is being assigned so I can't troubleshoot anything except to say it's blinking a red light.

Viewing all articles
Browse latest Browse all 46958

Trending Articles