<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>detection of bootable devices doesn&amp;#039;t work</title>
        <description> yep.

i gave up to move my debian install to my external usb hdd. i&amp;#039;d like to use it as a data grave for now.....
i deleted all partitions on it and made one single ext3 partition

i already updated uboot to the latest version supplied my jeff. so the partition detection should be fine.
If the usb stick (contains debian) is plugged in AND my usb hdd, booting fails and i end up in jeff&amp;#039;s rescue system.
having only the stick plugged in, booting works fine. the hdd itself is recognized fine by debian and i&amp;#039;m able to put data on it.

is there anything i&amp;#039;m doing wrong?
once i&amp;#039;m back at home i&amp;#039;ll post the results of &amp;quot;fw_printenv&amp;quot;.</description>
        <link>https://forum.doozan.com/read.php?3,1954,1954#msg-1954</link>
        <lastBuildDate>Sun, 08 Mar 2026 01:31:34 -0600</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://forum.doozan.com/read.php?3,1954,1973#msg-1973</guid>
            <title>Re: detection of bootable devices doesn&#039;t work</title>
            <link>https://forum.doozan.com/read.php?3,1954,1973#msg-1973</link>
            <description><![CDATA[ cool thanks it works now.<br />
<br />
couldn&#039;t i just use uuids in /etc/fstab instead of /dev/sda1]]></description>
            <dc:creator>Elfish</dc:creator>
            <category>uBoot</category>
            <pubDate>Mon, 25 Oct 2010 16:47:40 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?3,1954,1972#msg-1972</guid>
            <title>Re: detection of bootable devices doesn&#039;t work</title>
            <link>https://forum.doozan.com/read.php?3,1954,1972#msg-1972</link>
            <description><![CDATA[ This looks like your problem:<br />
<pre class="bbcode">
# scanning bus for devices... 4 USB Device(s) found
#    scanning bus for storage devices... error in inquiry
# 1 Storage Device(s) found</pre>
The bootloader is only detecting one device and apparently erroring on the second device.  It&#039;s then telling the kernel to boot from the first device, which it assumes will be sda.  However, once the kernel starts, it&#039;s likely detecting both drives successfully and assigning sda to the wrong device.<br />
<br />
You may be able to solve your problem by swapping the ports that your devices are plugged in to.<br />
<br />
-- Jeff]]></description>
            <dc:creator>Jeff</dc:creator>
            <category>uBoot</category>
            <pubDate>Mon, 25 Oct 2010 16:41:04 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?3,1954,1971#msg-1971</guid>
            <title>Re: detection of bootable devices doesn&#039;t work</title>
            <link>https://forum.doozan.com/read.php?3,1954,1971#msg-1971</link>
            <description><![CDATA[ that&#039;s the log with both usb devices attached:<br />
<br />
<a href="http://pastebin.ca/1973191"  rel="nofollow">http://pastebin.ca/1973191</a><br />
<br />
it seems to find the correct usb device.<br />
maybe debian mixes up the usb devices and mounts the hdd as sda instead of sdb]]></description>
            <dc:creator>Elfish</dc:creator>
            <category>uBoot</category>
            <pubDate>Mon, 25 Oct 2010 16:32:11 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?3,1954,1970#msg-1970</guid>
            <title>Re: detection of bootable devices doesn&#039;t work</title>
            <link>https://forum.doozan.com/read.php?3,1954,1970#msg-1970</link>
            <description><![CDATA[ i&#039;ve setup a debian vm netstat is collecting data as i write.<br />
i just gotta find a way on how to transfer the logfile lol]]></description>
            <dc:creator>Elfish</dc:creator>
            <category>uBoot</category>
            <pubDate>Mon, 25 Oct 2010 16:21:06 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?3,1954,1960#msg-1960</guid>
            <title>Re: detection of bootable devices doesn&#039;t work</title>
            <link>https://forum.doozan.com/read.php?3,1954,1960#msg-1960</link>
            <description><![CDATA[ thanks for your reply :).<br />
<br />
is there a way to add a &quot;longer&quot; wait time?<br />
<br />
it&#039;s quiet hard to get netconsole running since the dockstar is my only linux system :(<br />
i tried some netconsole windows servers but couldn&#039;t get it to work :(<br />
u dont happen to know a server for windoze systems?]]></description>
            <dc:creator>Elfish</dc:creator>
            <category>uBoot</category>
            <pubDate>Mon, 25 Oct 2010 13:05:34 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?3,1954,1956#msg-1956</guid>
            <title>Re: detection of bootable devices doesn&#039;t work</title>
            <link>https://forum.doozan.com/read.php?3,1954,1956#msg-1956</link>
            <description><![CDATA[ If you haven&#039;t changed any uBoot environment variables since installing it, don&#039;t worry about posting your config.  Instead, get netconsole running so you can see the output of uBoot.  It will usually tell you exactly what is happening.  Most likely your hard drive isn&#039;t spinning up fast enough to be detected.<br />
<br />
-- Jeff]]></description>
            <dc:creator>Jeff</dc:creator>
            <category>uBoot</category>
            <pubDate>Mon, 25 Oct 2010 10:41:37 -0500</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?3,1954,1954#msg-1954</guid>
            <title>detection of bootable devices doesn&#039;t work</title>
            <link>https://forum.doozan.com/read.php?3,1954,1954#msg-1954</link>
            <description><![CDATA[ yep.<br />
<br />
i gave up to move my debian install to my external usb hdd. i&#039;d like to use it as a data grave for now.....<br />
i deleted all partitions on it and made one single ext3 partition<br />
<br />
i already updated uboot to the latest version supplied my jeff. so the partition detection should be fine.<br />
If the usb stick (contains debian) is plugged in AND my usb hdd, booting fails and i end up in jeff&#039;s rescue system.<br />
having only the stick plugged in, booting works fine. the hdd itself is recognized fine by debian and i&#039;m able to put data on it.<br />
<br />
is there anything i&#039;m doing wrong?<br />
once i&#039;m back at home i&#039;ll post the results of &quot;fw_printenv&quot;.]]></description>
            <dc:creator>Elfish</dc:creator>
            <category>uBoot</category>
            <pubDate>Mon, 25 Oct 2010 09:55:02 -0500</pubDate>
        </item>
    </channel>
</rss>
