July 11, 2010 9:40 PM

I had the same issue - luckily it's a quick fix.

After looking into the script that added the bootloader (http://plugapps.com/os/pogoplug/uboot/pogo_u-boot_install.sh) I ran the following commands to fix this:


cd /usr/local/cloudengines/bin/
./blparam 'bootcmd=run bootcmd_original'


If you run the ./blparam command you can see that bootcmd_usb, bootcmd1, and bootcmd2 are still set, but running the command above bypasses those.