<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Working thumb drive squeeze images available?</title>
        <description> I ran Jeff Doozan&amp;#039;s script to install Debian Squeeze on a Dockstar
that was already running OpenWRT.  The first thing that script does is
rewrite the bootloader, so when it later turned out OpenWRT didn&amp;#039;t
have everything required to complete the USB drive configuration I was
left with a brick.

But: I think it&amp;#039;s a brick that&amp;#039;s configured to boot off of a Debian
Squeeze thumb drive.  If I can find a disk image of such a drive I
should be good to go.  Is there an archive of such beasts out there?
Anybody willing to post one?

Thanks,

--Eric</description>
        <link>https://forum.doozan.com/read.php?2,3841,3841#msg-3841</link>
        <lastBuildDate>Sun, 08 Mar 2026 04:49:41 -0500</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://forum.doozan.com/read.php?2,3841,3878#msg-3878</guid>
            <title>Re: Working thumb drive squeeze images available?</title>
            <link>https://forum.doozan.com/read.php?2,3841,3878#msg-3878</link>
            <description><![CDATA[ You should be able to copy the usb thumb drive with something like this:<br />
dd if=/dev/sdX of=/path/to/backup.dd<br />
And I&#039;d unmount the filesystem before making the image.<br />
<br />
It&#039;s not too difficult to fix the eth problem.  On first time start up, the udev network rule generator creates a rule which maps your mac address to eth0.  It&#039;s in something like /etc/udev/rules.d/xxx_persistent-net.rules (from memory, but should be pretty damn close.)  Just delete that file.<br />
<br />
You can even mount the dd copy and remove the offending file from it.  It&#039;s a bit trickier to mount a &quot;full&quot; clone of a disk than a clone of a partition.  You would need to use fdisk or parted or the like to see the partition table inside the image file, so you can see the partition offsets.   You can then mount the correct partition to a loop device using that offset, but I think the offset is in bytes so you need to calculate it with something like the  starting block * the block size in bytes.]]></description>
            <dc:creator>kraqh3d</dc:creator>
            <category>Debian</category>
            <pubDate>Tue, 15 Feb 2011 20:08:33 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?2,3841,3870#msg-3870</guid>
            <title>Re: Working thumb drive squeeze images available?</title>
            <link>https://forum.doozan.com/read.php?2,3841,3870#msg-3870</link>
            <description><![CDATA[ Well, I&#039;ve heard there are issue&#039;s with how eth0 get&#039;s handled if you attempt to use an image from another Dockstar, but if you tell me the the dd command you wish run against my 4gig USB stick I&#039;d be happy to run that from the Pogoplug bootup or from my desktop machines Mint install and see if I can&#039;t create an image for you.<br />
<br />
It won&#039;t be a &#039;small&#039; version of Debian at this point since I&#039;m using it as a PVR and have installed a fair amount of stuff, but it does boot and has SSH functioning, so if you could log onto it you could then use it to fix your nand install issue&#039;s.<br />
<br />
I suspect if you have a desktop machine with some form of Linux installed, it would be easier to rework Jeff&#039;s script a bit and have it create the Debian install for you on your own stick, since as far as I know of all it does is copy the needed files from the proper sources.]]></description>
            <dc:creator>DaveD</dc:creator>
            <category>Debian</category>
            <pubDate>Mon, 14 Feb 2011 20:11:44 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?2,3841,3868#msg-3868</guid>
            <title>Re: Working thumb drive squeeze images available?</title>
            <link>https://forum.doozan.com/read.php?2,3841,3868#msg-3868</link>
            <description><![CDATA[ Eric House Wrote:<br />
-------------------------------------------------------<br />
&gt; I probably don&#039;t need an actual image: I bet a<br />
&gt; listing of the files would do.  Would anybody mind<br />
&gt; posting the results of running<br />
&gt; <br />
&gt; # ls -l /<br />
&gt; <br />
&gt; on a debian/squeeze Dockstar?<br />
<br />
Not sure what this will accomplish for you, but here it is:<br />
<br />
<pre class="bbcode">
$ ls -la /
total 92
drwxr-xr-x 22 root root  4096 Feb  5 11:28 .
drwxr-xr-x 22 root root  4096 Feb  5 11:28 ..
drwxr-xr-x  2 root root  4096 Jan 31 16:10 bin
drwxr-xr-x  2 root root  4096 Jan 31 16:13 boot
drwxr-xr-x 13 root root  2540 Dec 31  1969 dev
drwxr-xr-x  6 root root  4096 Dec  9 16:28 ds
drwxr-xr-x 62 root root  4096 Feb 12 01:55 etc
drwxr-xr-x  4 root root  4096 Nov 23 17:01 home
lrwxrwxrwx  1 root root    33 Nov 23 17:00 initrd.img -&gt; boot/initrd.img-2.6.32-5-kirkwood
drwxr-xr-x  9 root root 12288 Jan 31 16:10 lib
drwx------  2 root root 16384 Dec 31  1999 lost+found
drwxr-xr-x  2 root root  4096 Dec 31  1999 media
drwxr-xr-x  2 root root  4096 Aug  6  2010 mnt
drwxr-xr-x  2 root root  4096 Dec 31  1999 opt
dr-xr-xr-x 75 root root     0 Dec 31  1969 proc
drwx------  2 root root  4096 Nov 23 17:00 root
drwxr-xr-x  2 root root  4096 Feb 12 01:55 sbin
drwxr-xr-x  2 root root  4096 Jul 21  2010 selinux
drwxr-xr-x  2 root root  4096 Dec 31  1999 srv
drwxr-xr-x 12 root root     0 Dec 31  1969 sys
drwxrwxrwt  2 root root    60 Feb 14 15:20 tmp
drwxr-xr-x 10 root root  4096 Nov 23 17:00 usr
drwxr-xr-x 13 root root  4096 Nov 23 16:59 var
lrwxrwxrwx  1 root root    30 Nov 23 17:00 vmlinuz -&gt; boot/vmlinuz-2.6.32-5-kirkwood
$ 
</pre>]]></description>
            <dc:creator>restamp</dc:creator>
            <category>Debian</category>
            <pubDate>Mon, 14 Feb 2011 14:23:14 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?2,3841,3864#msg-3864</guid>
            <title>Re: Working thumb drive squeeze images available?</title>
            <link>https://forum.doozan.com/read.php?2,3841,3864#msg-3864</link>
            <description><![CDATA[ Have you looked into the images here: <a href="http://squeezeplug.de/"  rel="nofollow">http://squeezeplug.de/</a> ?]]></description>
            <dc:creator>JohnH</dc:creator>
            <category>Debian</category>
            <pubDate>Mon, 14 Feb 2011 02:18:11 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?2,3841,3863#msg-3863</guid>
            <title>Re: Working thumb drive squeeze images available?</title>
            <link>https://forum.doozan.com/read.php?2,3841,3863#msg-3863</link>
            <description><![CDATA[ I probably don&#039;t need an actual image: I bet a listing of the files would do.  Would anybody mind posting the results of running<br />
<br />
# ls -l /<br />
<br />
on a debian/squeeze Dockstar?]]></description>
            <dc:creator>Eric House</dc:creator>
            <category>Debian</category>
            <pubDate>Sun, 13 Feb 2011 23:26:19 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?2,3841,3861#msg-3861</guid>
            <title>Re: Working thumb drive squeeze images available?</title>
            <link>https://forum.doozan.com/read.php?2,3841,3861#msg-3861</link>
            <description><![CDATA[ I have a 2G thumbdrive, but will happily get whatever I need.  Not that I want to download a 4G image (even compressed :-).<br />
<br />
I assume a 2G drive will accommodate anything &lt;= 2G.<br />
<br />
I did find an image from another distro meant for the Dockstar, but it doesn&#039;t boot.  I suspect that the version of uboot the script installed will work only with the Debian Squeeze thumbdrive it creates -- e.g. because it&#039;s configured to look for a particular kernel or uImage or passes a non-standard init path.  So I don&#039;t think the Asterisk server would work even if I could find it (and if the one I found is the same you&#039;re referring to the image is no longer there.)<br />
<br />
Thanks,<br />
<br />
--Eric]]></description>
            <dc:creator>Eric House</dc:creator>
            <category>Debian</category>
            <pubDate>Sun, 13 Feb 2011 21:35:35 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?2,3841,3859#msg-3859</guid>
            <title>Re: Working thumb drive squeeze images available?</title>
            <link>https://forum.doozan.com/read.php?2,3841,3859#msg-3859</link>
            <description><![CDATA[ I don&#039;t know of any, but first you&#039;ll need to give the size that you want. There were some images for an Asterisk server over at PlugPBX but again you&#039;d have to have a USB stick that was the same size as the image.]]></description>
            <dc:creator>DaveD</dc:creator>
            <category>Debian</category>
            <pubDate>Sun, 13 Feb 2011 20:19:32 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?2,3841,3841#msg-3841</guid>
            <title>Working thumb drive squeeze images available?</title>
            <link>https://forum.doozan.com/read.php?2,3841,3841#msg-3841</link>
            <description><![CDATA[ I ran Jeff Doozan&#039;s script to install Debian Squeeze on a Dockstar<br />
that was already running OpenWRT.  The first thing that script does is<br />
rewrite the bootloader, so when it later turned out OpenWRT didn&#039;t<br />
have everything required to complete the USB drive configuration I was<br />
left with a brick.<br />
<br />
But: I think it&#039;s a brick that&#039;s configured to boot off of a Debian<br />
Squeeze thumb drive.  If I can find a disk image of such a drive I<br />
should be good to go.  Is there an archive of such beasts out there?<br />
Anybody willing to post one?<br />
<br />
Thanks,<br />
<br />
--Eric]]></description>
            <dc:creator>Eric House</dc:creator>
            <category>Debian</category>
            <pubDate>Sun, 13 Feb 2011 15:44:09 -0600</pubDate>
        </item>
    </channel>
</rss>
