<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Recovery System ready for use</title>
        <description>I've made a Recovery System that I think will be more useful than the Pogoplug partition.  This will replace the Pogoplug kernel on mtd1 and the Pogoplug system on mtd2 with a more sophisticated system.

The new system includes:
[list]
[*] [url=http://www.handhelds.org/moin/moin.cgi/Ipkg]ipkg[/url]
[*] ext2/3/4 create and repair utilities
[*] ubifs support/utilities
[*] flash/nand utilities
[*] md/raid support/utilities
[*] ntfs-3g
[*] xfs support/utilities
[*] reiserfs support
[*] nfs support
[*] lvm support/utilities
[*] ssh/sshfs/openssl
[*] wget/curl/links/ncftp/rsync
[*] vi/nano
[*] screen
[*] kernel 2.6.32-18 with tons of modules for whatever you may have connected
[/list]

The default login is 'root' with password 'root'

See [url=http://forum.doozan.com/read.php?4,831,876#msg-876]this post[/url] for a list of the included binaries.

By default, the system will attempt to get an IP address over DHCP.  It will also use the static IP address 169.254.9.17 for recovery when DHCP is not working.

The installer will check to make sure you're running the latest uBoot, so make sure you upgrade that before anything else.  If you don't want to upgrade uBoot, you can comment out the check as long as you're not running the stock Pogoplug uBoot.

Boot from a USB device (or a Debian NAND install) and run the following commands:
[code]
cd /tmp
wget http://jeff.doozan.com/debian/rescue/install_rescue.sh
chmod +x install_rescue.sh
./install_rescue.sh
[/code]

The system is based on [url=http://buildroot.uclibc.org]buildroot[/url] which is a pretty nice tool for this sort of thing.  If you'd like to build your own images, you can do so with the following commands:
[code]
cd /usr/src
wget http://buildroot.uclibc.org/downloads/buildroot-2010.08.tar.gz
tar -xzvf buildroot-2010.08.tar.gz
cd buildroot-2010.08
wget http://jeff.doozan.com/debian/rescue/buildroot-dockstar.tgz
tar -xzvf buildroot-dockstar.tgz
cp custom/buildroot-config .config
make
[/code]

If you're compiling on a multi-core machine, you may want to do 'make menuconfig' before 'make' and adjust 'number of jobs to run simultaneously' under 'build options'   Be prepared to wait, the entire build process will likely take many hours.

After you've built the image, you can create the flashable images with the following commands:
[code]
cd output/images

cat </description>
        <link>http://forum.doozan.com/read.php?4,831,831#msg-831</link>
        <lastBuildDate>Sun, 19 May 2013 12:03:20 -0400</lastBuildDate>
        <generator>Phorum 5.2.18</generator>
        <item>
            <guid>http://forum.doozan.com/read.php?4,831,11957#msg-11957</guid>
            <title>Re: Recovery System ready for use</title>
            <link>http://forum.doozan.com/read.php?4,831,11957#msg-11957</link>
            <description><![CDATA[ Will this rescue system work on Pogoplug Mobile? or we do have one for it?<br />
(Not sure if this is the right place, so I posted it on another thread also.)]]></description>
            <dc:creator>twinclouds</dc:creator>
            <category>Rescue System</category>
            <pubDate>Sat, 16 Mar 2013 22:59:42 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?4,831,8359#msg-8359</guid>
            <title>Re: Recovery System ready for use</title>
            <link>http://forum.doozan.com/read.php?4,831,8359#msg-8359</link>
            <description><![CDATA[ IMHO, the V2.8.1 is just fine, and has performed perfectly for me on the 4 mach-types that I've tried it on.<br />
<br />
Make sure you follow the flashing commands <b>symbol-for-symbol</b>.<br />
<br />
<br />
The V3.0 is neither polished nor finished, though it has a few extra things in it (inadyn, parted) that could be backported to a possible V2.8.2.]]></description>
            <dc:creator>davygravy</dc:creator>
            <category>Rescue System</category>
            <pubDate>Fri, 15 Jun 2012 12:29:29 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?4,831,8354#msg-8354</guid>
            <title>Re: Recovery System ready for use</title>
            <link>http://forum.doozan.com/read.php?4,831,8354#msg-8354</link>
            <description><![CDATA[ I don't know why but uboot was corrupt or at least not able to boot after I installed the old rescue system V2 ... To recover I used a serial cable and I upgraded uboot with the tftp method.<br />
<br />
Now it's working perfectly ... So I don't really know what appended but this old rescue system seems a little dangerous nowadays.<br />
<br />
I will try to install Rescue 2.8 now that I have an upgraded uboot.]]></description>
            <dc:creator>ElectronikHeart</dc:creator>
            <category>Rescue System</category>
            <pubDate>Fri, 15 Jun 2012 10:55:32 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?4,831,8223#msg-8223</guid>
            <title>Re: Recovery System ready for use</title>
            <link>http://forum.doozan.com/read.php?4,831,8223#msg-8223</link>
            <description><![CDATA[ The rescue system is really just a simple Linux rootfs+kernel that has enough capabilities/utils to fix many things that could break in a normal distro. It also has utils for preparing drives for use. <br />
<br />
The uboot bootcmd can be defined in such a way that it should first try to boot from SATA, if no sata is present then it fals back to USB. If no USB then rescue system which is in NAND flash. <br />
<br />
There is a kernel package that works perfectly w GoFlex. Find it by following the link in my sig/signature.]]></description>
            <dc:creator>davygravy</dc:creator>
            <category>Rescue System</category>
            <pubDate>Mon, 04 Jun 2012 07:23:51 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?4,831,8219#msg-8219</guid>
            <title>Re: Recovery System ready for use</title>
            <link>http://forum.doozan.com/read.php?4,831,8219#msg-8219</link>
            <description><![CDATA[ They are the new default ? So I already have the last uboot ...<br />
<br />
How the rescue system work ? What kind of uboot environment modification is he doing that prevent me to boot from USB ?<br />
<br />
Is this the wanted behavior ? (something like defaulting to the rescue, I don't know why I can't boot actually ...)]]></description>
            <dc:creator>ElectronikHeart</dc:creator>
            <category>Rescue System</category>
            <pubDate>Mon, 04 Jun 2012 05:05:19 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?4,831,8218#msg-8218</guid>
            <title>Re: Recovery System ready for use</title>
            <link>http://forum.doozan.com/read.php?4,831,8218#msg-8218</link>
            <description><![CDATA[ UBoot installation:<br />
<a href="http://forum.doozan.com/read.php?3,6965,8189#msg-8189"  rel="nofollow">http://forum.doozan.com/read.php?3,6965,8189#msg-8189</a><br />
<br />
Kernel: <br />
I don't think it is in the main line yet for GoFlex Home/Net.]]></description>
            <dc:creator>bodhi</dc:creator>
            <category>Rescue System</category>
            <pubDate>Mon, 04 Jun 2012 03:45:07 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?4,831,8217#msg-8217</guid>
            <title>Re: Recovery System ready for use</title>
            <link>http://forum.doozan.com/read.php?4,831,8217#msg-8217</link>
            <description><![CDATA[ Yes I should have turned on netconsole before ...<br />
<br />
But that's not a problem, using a serial cable is simple enough ^^<br />
<br />
The kirkwoods devices are not easy to break or to brick I should say.<br />
<br />
It's a shame that a lot of theses tutorials are not descriptive enough, and not linked together in a coherent way.<br />
<br />
And making it to the end without breaking anything is difficult.<br />
<br />
Is there a new script (that flash the latest Uboot and install a s-ata arcNumber 3089 compatible kernel) on the way ?<br />
<br />
If not I will take this opportunity to do it myself based on jeff doozan's script. (At least for Uboot, It's very frustrating to flash uboot to see that you have to flash it again but another way ...)]]></description>
            <dc:creator>ElectronikHeart</dc:creator>
            <category>Rescue System</category>
            <pubDate>Mon, 04 Jun 2012 02:18:24 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?4,831,8211#msg-8211</guid>
            <title>Re: Recovery System ready for use</title>
            <link>http://forum.doozan.com/read.php?4,831,8211#msg-8211</link>
            <description><![CDATA[ FYI   for the usb cable I bought 2 of <a href="http://www.amazon.com/gp/product/B005YUIJGS/ref=oh_details_o01_s00_i00"  rel="nofollow">These</a> and once I found the right driver and did a little soldering they worked great.<br />
<br />
I also bought a bunch of <a href="http://www.amazon.com/gp/product/B004LT4GGU/ref=oh_details_o00_s00_i00"  rel="nofollow">These</a> and installed one right in the box, and put a standard mini stereo headphone jack (from radio shack) on the end of the wire and can serial in whenever I need to.]]></description>
            <dc:creator>optim</dc:creator>
            <category>Rescue System</category>
            <pubDate>Sun, 03 Jun 2012 19:21:37 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?4,831,8210#msg-8210</guid>
            <title>Re: Recovery System ready for use</title>
            <link>http://forum.doozan.com/read.php?4,831,8210#msg-8210</link>
            <description><![CDATA[ Personally, I would have turned on Netconsole access before attempting that installation.<br />
<br />
Yes, if it does not boot, serial access is the best choice now.]]></description>
            <dc:creator>davygravy</dc:creator>
            <category>Rescue System</category>
            <pubDate>Sun, 03 Jun 2012 18:36:30 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?4,831,8209#msg-8209</guid>
            <title>Re: Recovery System ready for use</title>
            <link>http://forum.doozan.com/read.php?4,831,8209#msg-8209</link>
            <description><![CDATA[ So I really did a mistake when I installed Rescue System V2 ? <br />
<br />
I thought it worked with arcNumber 3089<br />
<br />
<a href="http://forum.doozan.com/read.php?4,3896"  rel="nofollow">http://forum.doozan.com/read.php?4,3896</a> ( &quot;with support for the new arcNumber (Dockstar &amp; GoFlex Net)&quot; )<br />
<br />
When I tried to boot up with my USB Key the led (on the USB Stick) is blinking and the led from the Goflex is blinking orange a little after that. Then nothing ...<br />
<br />
I don't know how the boot process works exactly. I will buy an USB serial adapter. I think there is no other solutions ... Or is he ?]]></description>
            <dc:creator>ElectronikHeart</dc:creator>
            <category>Rescue System</category>
            <pubDate>Sun, 03 Jun 2012 17:01:01 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?4,831,8208#msg-8208</guid>
            <title>Re: Recovery System ready for use</title>
            <link>http://forum.doozan.com/read.php?4,831,8208#msg-8208</link>
            <description><![CDATA[ You may want to try the 2.8.1 rescue system<br />
<br />
It will boot on nearly any kirkwood machine and it recognizes that arcNumber.]]></description>
            <dc:creator>davygravy</dc:creator>
            <category>Rescue System</category>
            <pubDate>Sun, 03 Jun 2012 16:38:59 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?4,831,8206#msg-8206</guid>
            <title>Re: Recovery System ready for use</title>
            <link>http://forum.doozan.com/read.php?4,831,8206#msg-8206</link>
            <description><![CDATA[ Hi !<br />
<br />
I have a little problem here on my Goflex Home.<br />
<br />
I tried to install the recovery system and it's not booting, even on my USB key ...<br />
<br />
The only thing i have done (and shoudn't have done I think) is &quot;setenv  arcNumber 3089&quot;<br />
<br />
Is the recovery system not booting with this arcNumber ?<br />
<br />
What con I do ? I don't have a netconsole set ... I think I will use a serial cable. (Is there a tutorial on how to use and solder the serial cable ?)]]></description>
            <dc:creator>ElectronikHeart</dc:creator>
            <category>Rescue System</category>
            <pubDate>Sun, 03 Jun 2012 15:51:13 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?4,831,6191#msg-6191</guid>
            <title>Re: Recovery System ready for use</title>
            <link>http://forum.doozan.com/read.php?4,831,6191#msg-6191</link>
            <description><![CDATA[ like rfanch3r in the other thread I removed the two image files, rerun the installer and all went fine.<br />
Isn't it strange that it fails in the same spot (6%)?]]></description>
            <dc:creator>Riccardo</dc:creator>
            <category>Rescue System</category>
            <pubDate>Mon, 31 Oct 2011 09:13:14 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?4,831,6190#msg-6190</guid>
            <title>Re: Recovery System ready for use</title>
            <link>http://forum.doozan.com/read.php?4,831,6190#msg-6190</link>
            <description><![CDATA[ I have the same error as harrim4n.<br />
using /usr/sbin/ubiformat /dev/mtd2 -s 512 -f /tmp/rootfs-mtd2.img -y<br />
produces the same output.<br />
Is it safe to reboot or what should I do?<br />
Thanks<br />
<br />
<br />
Erasing 128 Kibyte @ 2000000 -- 100 % complete.<br />
ubiformat: mtd2 (nand), size 33554432 bytes (32.0 MiB), 256 eraseblocks of 131072 bytes (128.0 KiB), min. I/O size 2048 bytes<br />
libscan: scanning eraseblock 255 -- 100 % complete  <br />
ubiformat: 256 eraseblocks are supposedly empty<br />
ubiformat: flashing eraseblock 13 --  6 % complete  libmtd: error!: cannot write 131072 bytes to mtd2 (eraseblock 13, offset 0)<br />
        error 12 (Cannot allocate memory)<br />
<br />
ubiformat: error!: cannot write eraseblock 13<br />
           error 12 (Cannot allocate memory)<br />
Installation failed.]]></description>
            <dc:creator>Riccardo</dc:creator>
            <category>Rescue System</category>
            <pubDate>Mon, 31 Oct 2011 08:08:03 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?4,831,4499#msg-4499</guid>
            <title>Re: Recovery System ready for use</title>
            <link>http://forum.doozan.com/read.php?4,831,4499#msg-4499</link>
            <description><![CDATA[ Hello!<br />
<br />
Today i was trying to install a rescue system and got a following error:<br />
<blockquote class="bbcode"><div><small>Quote<br/></small><strong># Installing Rescue System<br />
<br />
Erasing 128 Kibyte @ 400000 -- 100 % complete.<br />
Writing data to block 0 at offset 0x0<br />
Writing data to block 1 at offset 0x20000<br />
Writing data to block 2 at offset 0x40000<br />
Writing data to block 3 at offset 0x60000<br />
Writing data to block 4 at offset 0x80000<br />
Writing data to block 5 at offset 0xa0000<br />
Writing data to block 6 at offset 0xc0000<br />
Writing data to block 7 at offset 0xe0000<br />
Writing data to block 8 at offset 0x100000<br />
Writing data to block 9 at offset 0x120000<br />
Writing data to block 10 at offset 0x140000<br />
Writing data to block 11 at offset 0x160000<br />
Writing data to block 12 at offset 0x180000<br />
Writing data to block 13 at offset 0x1a0000<br />
Writing data to block 14 at offset 0x1c0000<br />
Writing data to block 15 at offset 0x1e0000<br />
Writing data to block 16 at offset 0x200000<br />
Writing data to block 17 at offset 0x220000<br />
Writing data to block 18 at offset 0x240000<br />
Writing data to block 19 at offset 0x260000<br />
Writing data to block 20 at offset 0x280000<br />
Writing data to block 21 at offset 0x2a0000<br />
Writing data to block 22 at offset 0x2c0000<br />
Writing data to block 23 at offset 0x2e0000<br />
Writing data to block 24 at offset 0x300000<br />
Writing data to block 25 at offset 0x320000<br />
Writing data to block 26 at offset 0x340000<br />
Writing data to block 27 at offset 0x360000<br />
Erasing 128 Kibyte @ 2000000 -- 100 % complete.<br />
ubiformat: mtd2 (nand), size 33554432 bytes (32.0 MiB), 256 eraseblocks of 131072 bytes (128.0 KiB), min. I/O size 2048 bytes<br />
libscan: scanning eraseblock 255 -- 100 % complete  <br />
ubiformat: 256 eraseblocks are supposedly empty<br />
ubiformat: error!: file &quot;/tmp/rootfs-mtd2.img&quot; (size 4570273 bytes) is not multiple of eraseblock size (131072 bytes)<br />
           error 0 (Success)<br />
Installation failed.</strong><br/>
</div></blockquote>
<br />
Somebody knows what was going wrong here?]]></description>
            <dc:creator>Dynamo</dc:creator>
            <category>Rescue System</category>
            <pubDate>Sun, 10 Apr 2011 06:54:28 -0400</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?4,831,3893#msg-3893</guid>
            <title>Re: Recovery System ready for use</title>
            <link>http://forum.doozan.com/read.php?4,831,3893#msg-3893</link>
            <description><![CDATA[ &gt; which steps i have to perform after make?<br />
<br />
Please have a look at the start post of Doozan: <a href="http://forum.doozan.com/read.php?4,831,831#msg-831"  rel="nofollow">http://forum.doozan.com/read.php?4,831,831#msg-831</a><br />
<br />
To install the image you will must have a look into the install file of Doozan and change it to not download from his site but from your ftp or copy it manually by scp and to use your self compiled image.<br />
<br />
Maybe I will have time to release a special version of it.]]></description>
            <dc:creator>Riffer</dc:creator>
            <category>Rescue System</category>
            <pubDate>Thu, 17 Feb 2011 10:12:53 -0500</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?4,831,3767#msg-3767</guid>
            <title>Re: Recovery System ready for use</title>
            <link>http://forum.doozan.com/read.php?4,831,3767#msg-3767</link>
            <description><![CDATA[ I got the recovery system installed over my openwrt install. Afterwards I was able to get debian installed on a flash drive. This was a trial and error process, especially writing mtd2. For some reason the write never completed-- the dockstar hung during the nand write.e step. I waited a few minutes the first couple of times and then I waited about half an hour but it never finished. None the less, the write appears to have been successful as I have a working recovery system. I was then able to write debian to an external flash drive. In case anyone is in the same boat, here are the steps I used:<br />
<br />
Boot into uboot-- I had already installed Jeff's modified uboot but I don't see why this shouldn't work with the pre-installed uboot. Although you will probably want to upgrade when you have a working recovery system.<br />
<br />
First, repartition the flash/mtd device:<br />
<pre class="bbcode">
mtdparts del uImage
mtdparts del rootfs
mtdparts del data

mtdparts add nand0 0x400000@0x100000 uImage
mtdparts add nand0 0x2000000@0x500000 root
mtdparts add nand0 0xdb00000@0x2500000 data

saveenv</pre>
<br />
Next, write mtd1 and mtd2. If the write for mtd2 hangs, let it go for a while (10s of minutes I would think should be sufficient).<br />
<pre class="bbcode">
mw.b 0x6400000 0xff 0x400000
tftpboot 0x6400000 uImage-mtd1.img
nand erase 0x00100000 0x00400000
nand write.e 0x6400000 0x00100000 0x400000

mw.b 0x6400000 0xff 0x2000000
tftpboot 0x6400000 rootfs-mtd2.img
nand erase 0x00500000 0x02000000
nand write.e 0x6400000 0x500000 0x2000000

saveenv</pre>
<br />
Then it was a matter of setting env variables until the thing worked. This was a somewhat tedious process-- I am sure there is an easier way to do it than how I did it. I 'setenv'ed variables to match a post on the first page of this thread until it booted properly. I then installed debian to a flash drive. More twiddling with saveenv to get usb booting properly. But everything now works.<br />
<br />
For an explanation of uboot commands, I found <a href="http://www.denx.de/wiki/U-Boot/Documentation"  rel="nofollow">http://www.denx.de/wiki/U-Boot/Documentation</a> to be helpful.]]></description>
            <dc:creator>Peter</dc:creator>
            <category>Rescue System</category>
            <pubDate>Tue, 08 Feb 2011 01:00:54 -0500</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?4,831,3747#msg-3747</guid>
            <title>Re: Recovery System ready for use</title>
            <link>http://forum.doozan.com/read.php?4,831,3747#msg-3747</link>
            <description><![CDATA[ bohwaz Wrote:<br />
-------------------------------------------------------<br />
&gt; Is there any way to get the rescue boot with<br />
&gt; arcNumber=2998 ? Or maybe a way to restore the<br />
&gt; pogoplug system, because this rescue system is not<br />
&gt; really useful as a rescue as it can't boot...<br />
<br />
I have the same problem too. <br />
<br />
Until it gets fixed...I have clone my USB boot stick in case my primary boot stick fails. <br />
<br />
Patiently waiting....<br />
S9]]></description>
            <dc:creator>Signal9</dc:creator>
            <category>Rescue System</category>
            <pubDate>Sat, 05 Feb 2011 16:19:06 -0500</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?4,831,3733#msg-3733</guid>
            <title>Re: Recovery System ready for use</title>
            <link>http://forum.doozan.com/read.php?4,831,3733#msg-3733</link>
            <description><![CDATA[ Can't install the rescue system after installing openwrt because the flash (/dev/mtd) layout has changed. mtd1 and mtd2 are now too small to hold rescue images. The changes are shown at the openwrt website: <br />
<br />
<a href="http://wiki.openwrt.org/toh/seagate/dockstar#flashlayout"  rel="nofollow">http://wiki.openwrt.org/toh/seagate/dockstar#flashlayout</a><br />
<br />
I can't figure out how to change the mtd partition sizes from openwrt. Is it using the mtd_utils? I can erase and write to mtd but can't seem to delete and resize partitions. Can they be deleted and resized when booted into openwrt without crashing the Dockstar?<br />
<br />
If the mtd partion sizes are set from uboot (I have the Jeff's modified uboot already written to mtd0), can the rescue system be installed using tftp in uboot?]]></description>
            <dc:creator>Peter</dc:creator>
            <category>Rescue System</category>
            <pubDate>Fri, 04 Feb 2011 14:24:46 -0500</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?4,831,3718#msg-3718</guid>
            <title>Re: Recovery System ready for use</title>
            <link>http://forum.doozan.com/read.php?4,831,3718#msg-3718</link>
            <description><![CDATA[ Is there any way to get the rescue boot with arcNumber=2998 ? Or maybe a way to restore the pogoplug system, because this rescue system is not really useful as a rescue as it can't boot...]]></description>
            <dc:creator>bohwaz</dc:creator>
            <category>Rescue System</category>
            <pubDate>Thu, 03 Feb 2011 19:55:51 -0500</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?4,831,3494#msg-3494</guid>
            <title>Re: Recovery System ready for use</title>
            <link>http://forum.doozan.com/read.php?4,831,3494#msg-3494</link>
            <description><![CDATA[ Hi Riffer,<br />
<br />
which steps i have to perform after make?<br />
<br />
Regards]]></description>
            <dc:creator>ratskcod</dc:creator>
            <category>Rescue System</category>
            <pubDate>Tue, 18 Jan 2011 06:29:39 -0500</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?4,831,3449#msg-3449</guid>
            <title>Re: Recovery System ready for use</title>
            <link>http://forum.doozan.com/read.php?4,831,3449#msg-3449</link>
            <description><![CDATA[ I have solved my problem. The file /etc/fw_env.config was already present but with the wrong contents. As the install_recue.sh script did not overwrite it, the fw_printenv and fw_setenv commands did not work.<br />
<br />
After fixing this, it is now OK.]]></description>
            <dc:creator>cly</dc:creator>
            <category>Rescue System</category>
            <pubDate>Sat, 15 Jan 2011 16:11:07 -0500</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?4,831,3439#msg-3439</guid>
            <title>Re: Recovery System ready for use</title>
            <link>http://forum.doozan.com/read.php?4,831,3439#msg-3439</link>
            <description><![CDATA[ Hi!<br />
I have just installed the rescue system, but it failed:<br />
<pre class="bbcode">
Erasing 128 Kibyte @ 2000000 -- 100 % complete.
ubiformat: mtd2 (nand), size 33554432 bytes (32.0 MiB), 256 eraseblocks of 131072 bytes (128.0 KiB), min. I/O size 2048 bytes
libscan: scanning eraseblock 255 -- 100 % complete  
ubiformat: 256 eraseblocks are supposedly empty
ubiformat: flashing eraseblock 203 -- 100 % complete  
ubiformat: formatting eraseblock 255 -- 100 % complete  
Cannot parse config file: Invalid argument
Cannot parse config file: Invalid argument
Cannot parse config file: Invalid argument
Cannot parse config file: Invalid argument
# Rescue System installation has completed successfully.</pre>
<br />
When I reboot, u-boot says:<br />
<pre class="bbcode">
USB:   Register 10011 NbrPorts 1
USB EHCI 1.00
scanning bus for devices... 2 USB Device(s) found
       scanning bus for storage devices... 0 Storage Device(s) found
** Block device usb 0 not supported

** Invalid boot device **
Creating 1 MTD partitions on &quot;nand0&quot;:
0x000002500000-0x000010000000 : &quot;mtd=3&quot;
UBI: attaching mtd1 to ubi0
UBI: physical eraseblock size:   131072 bytes (128 KiB)
UBI: logical eraseblock size:    129024 bytes
UBI: smallest flash I/O unit:    2048
UBI: sub-page size:              512
UBI: VID header offset:          512 (aligned 512)
UBI: data offset:                2048
UBI: attached mtd1 to ubi0
UBI: MTD device name:            &quot;mtd=3&quot;
UBI: MTD device size:            219 MiB
UBI: number of good PEBs:        1752
UBI: number of bad PEBs:         0
UBI: max. allowed volumes:       128
UBI: wear-leveling threshold:    4096
UBI: number of internal volumes: 1
UBI: number of user volumes:     0
UBI: available PEBs:             1731
UBI: total number of reserved PEBs: 21
UBI: number of PEBs reserved for bad PEB handling: 17
UBI: max/mean erase counter: 1/1
UBIFS error (pid 0): ubifs_get_sb: cannot open &quot;ubi:rootfs&quot;, error -19
Error reading superblock on volume 'ubi:rootfs'!
** Block device usb 0 not supported
** Block device usb 1 not supported
** Block device usb 2 not supported
** Block device usb 3 not supported
** Block device usb 0 not supported
** Block device usb 0 not supported
Wrong Image Format for bootm command
ERROR: can't get kernel image!
stopping USB..
### JFFS2 loading 'uboot-original-mtd0.kwb' to 0x800000
Scanning JFFS2 FS:  done.
find_inode failed for name=uboot-original-mtd0.kwb
load: Failed to find inode
### JFFS2 LOAD ERROR&lt;0&gt; for uboot-original-mtd0.kwb!
### JFFS2 loading 'uboot-original-mtd0.kwb' to 0x800000
Scanning JFFS2 FS:  done.
find_inode failed for name=uboot-original-mtd0.kwb
load: Failed to find inode
### JFFS2 LOAD ERROR&lt;0&gt; for uboot-original-mtd0.kwb!
resetting ...</pre>
<br />
Any idea?<br />
Thanks!]]></description>
            <dc:creator>cly</dc:creator>
            <category>Rescue System</category>
            <pubDate>Fri, 14 Jan 2011 17:25:05 -0500</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?4,831,3274#msg-3274</guid>
            <title>Re: Recovery System ready for use</title>
            <link>http://forum.doozan.com/read.php?4,831,3274#msg-3274</link>
            <description><![CDATA[ Hi all,<br />
<br />
During some tests I lost the feature booting into pogoplug or into usb debian system.<br />
<br />
I have  only the Marvell prompt. ( thanks to netcat system )<br />
Now I have downloaded and started the rescue system from usb.<br />
I was able to login into the RAM Running Rescue System.<br />
<br />
But now the rescue install install_rescue.sh doesn't work.<br />
<br />
<br />
The Question is:  how to install  an new Rescue System on the dockstar system.<br />
Cause the pogoplug doesn't work anymore.<br />
<br />
Thanks in advance...]]></description>
            <dc:creator>htreede</dc:creator>
            <category>Rescue System</category>
            <pubDate>Fri, 31 Dec 2010 08:51:48 -0500</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?4,831,3107#msg-3107</guid>
            <title>Re: Recovery System ready for use</title>
            <link>http://forum.doozan.com/read.php?4,831,3107#msg-3107</link>
            <description><![CDATA[ Finally I had success!<br />
<br />
Now the dockstar starts up with LED working under kernel 2.6.35.9 with arcNumber 2998.<br />
<br />
For others who want to build their own rescue image I post a short description and a new build-dockstar-archive for buildroot-2010.11 maybe tomorrow after having some tests. There have been some changes to the files Jeff supported but my job is completly based on his work. Hope all works fine for you!<br />
<br />
//edit:<br />
<br />
Here is my archive for kernel 2.6.35.9. <br />
<br />
<a href="http://www.meineneue.de/wp-content/buildroot-dockstar.tgz"  rel="nofollow">Buildroot-Dockstar.tgz</a><br />
<br />
<pre class="bbcode">
cd /usr/src
wget <a href="http://buildroot.uclibc.org/downloads/buildroot-2010.11.tar.gz"  rel="nofollow">http://buildroot.uclibc.org/downloads/buildroot-2010.11.tar.gz</a>
tar -xzvf buildroot-2010.11.tar.gz
cd buildroot-2010.11
wget <a href="http://www.meineneue.de/wp-content/buildroot-dockstar.tgz"  rel="nofollow">http://www.meineneue.de/wp-content/buildroot-dockstar.tgz</a>
tar -xzvf buildroot-dockstar.tgz
cp custom/buildroot-config .config
make</pre>
<br />
after that you must follow the original notes by Jeff in start posting!<br />
<br />
To install the self compiled image you have to chance Jeffs install script.<br />
When I have time I will post an adapted version for your convenience.<br />
<br />
Any reports are welcome!]]></description>
            <dc:creator>Riffer</dc:creator>
            <category>Rescue System</category>
            <pubDate>Sat, 18 Dec 2010 14:16:53 -0500</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?4,831,3052#msg-3052</guid>
            <title>Re: Recovery System ready for use</title>
            <link>http://forum.doozan.com/read.php?4,831,3052#msg-3052</link>
            <description><![CDATA[ Jeff? Could you please update the rescue system to use 2998?]]></description>
            <dc:creator>Riffer</dc:creator>
            <category>Rescue System</category>
            <pubDate>Wed, 15 Dec 2010 05:49:18 -0500</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?4,831,2719#msg-2719</guid>
            <title>Re: Recovery System ready for use</title>
            <link>http://forum.doozan.com/read.php?4,831,2719#msg-2719</link>
            <description><![CDATA[ Peter Hope-Tindall Wrote:<br />
-------------------------------------------------------<br />
&gt; Debian (USB) boot will work find with<br />
&gt; arcNumber=2097 or arcNumber=2998 - if set to 2998<br />
&gt; - the kernel allows control of the LED.<br />
&gt; <br />
&gt; But - the recovery system will ONLY boot if<br />
&gt; arcNumber=2097 - although it supports the LED with<br />
&gt; a heartbeat. (will not boot with arcNumber=2998).<br />
<br />
<br />
I had exactly the same problem and at the end I decided to NOT set the arcNumber to another value then 2097 because only with this the rescue is able to startup - and what else is a rescue system that does not boot then nonsense?<br />
<br />
But why have you Jeff done it this way?<br />
<br />
Why using 2097 for the rescue system where the standard kirkwood kernel only does right led support with 2998?]]></description>
            <dc:creator>Riffer</dc:creator>
            <category>Rescue System</category>
            <pubDate>Sun, 28 Nov 2010 09:50:09 -0500</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?4,831,2460#msg-2460</guid>
            <title>Re: Recovery System ready for use</title>
            <link>http://forum.doozan.com/read.php?4,831,2460#msg-2460</link>
            <description><![CDATA[ Take that back.  After a cold boot - neither the recovery system or the USB debian boot work boot with arcnumber=2998.<br />
<br />
I needed to reset the uboot.environment using nc to make it come back to life.<br />
<br />
I think I'll forego the LED flashing correctly for now - a working dockstar is better to have!!!<br />
<br />
;-)<br />
<br />
PHT]]></description>
            <dc:creator>Peter Hope-Tindall</dc:creator>
            <category>Rescue System</category>
            <pubDate>Thu, 18 Nov 2010 21:38:35 -0500</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?4,831,2448#msg-2448</guid>
            <title>Re: Recovery System ready for use</title>
            <link>http://forum.doozan.com/read.php?4,831,2448#msg-2448</link>
            <description><![CDATA[ Interesting LED weirdness.<br />
<br />
Debian (USB) boot will work find with arcNumber=2097 or arcNumber=2998 - if set to 2998 - the kernel allows control of the LED.<br />
<br />
But - the recovery system will ONLY boot if arcNumber=2097 - although it supports the LED with a heartbeat. (will not boot with arcNumber=2998).<br />
<br />
PHT]]></description>
            <dc:creator>Peter Hope-Tindall</dc:creator>
            <category>Rescue System</category>
            <pubDate>Thu, 18 Nov 2010 15:21:23 -0500</pubDate>
        </item>
        <item>
            <guid>http://forum.doozan.com/read.php?4,831,2424#msg-2424</guid>
            <title>Re: Recovery System ready for use</title>
            <link>http://forum.doozan.com/read.php?4,831,2424#msg-2424</link>
            <description><![CDATA[ Well - please disregard.<br />
<br />
Even though the USB drives DON'T appear in /proc/partition - they are still mountable.<br />
<br />
mount /dev/sda1 /tmp/sda1 worked fine.<br />
<br />
Thanks,<br />
<br />
PHT<br />
<br />
<br />
Peter Hope-Tindall Wrote:<br />
-------------------------------------------------------<br />
&gt; thanks,<br />
&gt; <br />
&gt; Just got a dockstar today - love it!<br />
&gt; <br />
&gt; I installed Debian on a flash drive (and cp -a it<br />
&gt; to a USB hard drive as well) - both work great.<br />
&gt; <br />
&gt; I also installed the rescue system. - which works<br />
&gt; fine.  When I try and plug in flash drivers and<br />
&gt; USB hard drive when running the rescue system - I<br />
&gt; see the devices detected in dmesg:<br />
&gt; <br />
&gt; 44.068220] usb 1-1.2: New USB device found,<br />
&gt; idVendor=0781, idProduct=5408<br />
&gt; [   44.075133] usb 1-1.2: New USB device strings:<br />
&gt; Mfr=1, Product=2, SerialNumber=3<br />
&gt; [   44.082493] usb 1-1.2: Product: U3 Titanium<br />
&gt; [   44.086693] usb 1-1.2: Manufacturer: SanDisk<br />
&gt; [   44.091023] usb 1-1.2: SerialNumber:<br />
&gt; 3551920EACD1C080<br />
&gt; [   44.097339] usb 1-1.2: configuration #1 chosen<br />
&gt; from 1 choice<br />
&gt; [   44.106911] scsi0 : SCSI emulation for USB Mass<br />
&gt; Storage devices<br />
&gt; [   44.117154] usb-storage: device found at 3<br />
&gt; [   44.117164] usb-storage: waiting for device to<br />
&gt; settle before scanning<br />
&gt; [   49.107558] usb-storage: device scan complete<br />
&gt; [   49.108183] scsi 0:0:0:0: Direct-Access    <br />
&gt; SanDisk  Cruzer           8.01 PQ: 0 ANSI: 0 CCS<br />
&gt; [   51.297629] usb 1-1.4: new high speed USB<br />
&gt; device using orion-ehci and address 4<br />
&gt; [   51.408720] usb 1-1.4: New USB device found,<br />
&gt; idVendor=1058, idProduct=1021<br />
&gt; [   51.415629] usb 1-1.4: New USB device strings:<br />
&gt; Mfr=1, Product=2, SerialNumber=3<br />
&gt; [   51.422988] usb 1-1.4: Product: Ext HDD 1021<br />
&gt; [   51.427276] usb 1-1.4: Manufacturer: Western<br />
&gt; Digital<br />
&gt; [   51.432302] usb 1-1.4: SerialNumber:<br />
&gt; 574D41563532333536363538<br />
&gt; [   51.439173] usb 1-1.4: configuration #1 chosen<br />
&gt; from 1 choice<br />
&gt; [   51.448880] scsi1 : SCSI emulation for USB Mass<br />
&gt; Storage devices<br />
&gt; [   51.458898] usb-storage: device found at 4<br />
&gt; [   51.458908] usb-storage: waiting for device to<br />
&gt; settle before scanning<br />
&gt; [   56.457569] usb-storage: device scan complete<br />
&gt; [   56.458557] scsi 1:0:0:0: Direct-Access     WD <br />
&gt;      Ext HDD 1021     2002 PQ: 0 ANSI: 4<br />
&gt; <br />
&gt; <br />
&gt; BUT - I don't see the partitions:<br />
&gt; <br />
&gt; rescue:/tmp# cat /proc/partitions <br />
&gt; major minor  #blocks  name<br />
&gt; <br />
&gt;   31        0       1024 mtdblock0<br />
&gt;   31        1       4096 mtdblock1<br />
&gt;   31        2      32768 mtdblock2<br />
&gt;   31        3     486400 mtdblock3<br />
&gt; <br />
&gt; <br />
&gt; <br />
&gt; Is this normal?  - when I inserted both disks in<br />
&gt; stock pogo - they appeared in /proc/partitions<br />
&gt; <br />
&gt; How can I tell what partitions the external<br />
&gt; devices are are to mount them?<br />
&gt; <br />
&gt; thanks,<br />
&gt; <br />
&gt; PHT]]></description>
            <dc:creator>Peter Hope-Tindall</dc:creator>
            <category>Rescue System</category>
            <pubDate>Tue, 16 Nov 2010 22:25:52 -0500</pubDate>
        </item>
    </channel>
</rss>
