I copied my current rootfs installation to newer usb drive on another lilnux machine as root:
cp -ar /srcroot/* /destroot/*
I am moving archlinuxarm install from 4gb usb to 120gb ext usb drive. I copied files successfully, but on reboot with the new drive - green LED keeps blinking and pogo does not boot correctly. Do I have to change anything else, as this ext. hdd may not be getting mounted as hd-sda1 as the current rootfs. With the current rootfs on sda1, the ext hdd mounts as sdc1. What am I missing?