Switching to SD Card booting, would probably be the simplest solution for you. However, what uBoot are you using for your Pogoplug v4? You'll need to use the one here if you want SD Card booting support on the PPV4 -
http://blog.qnology.com/2014/07/hacking ... obile.htmlAdjust your boot order so that SD Card is booted first.
#update boot order so that SDCard/MMC is booted before USB
/tmp/fw_setenv bootcmd 'run bootcmd_mmc; run bootcmd_usb; run bootcmd_sata; run bootcmd_pogo; reset'
If you're still having issues, then try switching out your SD Card. Otherwise, post your complete console output so that it's clear exactly what you're doing and what error message you're getting.
$this->bbcode_second_pass_quote('pkelly', 'S')o I'm frustrated again...
I got a USB drive working without a hitch, but then it wouldn't boot correctly on reboot with another drive connected. I had to disconnect the second USB drive and let it boot, THEN attach/remount the second drive for it to work. Lame. I've searched high and low for an answer to that and I keep running into roadblocks. However, I did read that a guy got it working by using the SD card. When you use the SD card it boots with other drives plugged in. This means I'm back to square one....
I can't download the archlinux tar. I keep getting a Short write error. I'm even in the mounted SD card directory. I check my usage across my drives using df and it shows my SD card is only 4% full. The rootfs is only at 17%. However, after I get the short write error, the system crawls. Something isn't right. I just don't get it. It's a good SD card as far as I know. Any thoughts?