<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>stora MS2000 uboot4 no hdd boot without usb</title>
        <description> ok, so finally got this bugger purring like a kitten but now im at the final steps of moving the rootfs from usb to HDD.

Ive tried the method with changing the LABEL and that works fine for the filesystem, but not so good for the bootloader.

I cannot boot without USB attached.

i was fighting with the variables:  devices / device / rootpath, but it does not make sense.

I think it cant find /dev/md0p2 but using /dev/sda1 wasnt working anyway..

i was just trying to connect the hdd with the LABEL var as the rootFS. But it seems it always MUST load Uimage and Uinitrd from usb.

Any suggestions? i might be just overlooking one small thing after 4 days of trying.





Also i want to setup netconsole next to booting process just so i can monitor,  but im still kindof learning the uboot environment variables.



root@debian:/# uname -a
Linux debian 5.10.7-kirkwood-tld-1 #1.0 PREEMPT Thu Jan 14 20:28:12 PST 2021 armv5tel GNU/Linux

root@debian:/# lsblk -o NAME,LABEL,SIZE,OWNER,GROUP,MODE
NAME      LABEL        SIZE OWNER GROUP MODE
sda                              931.5G root  disk  brw-rw----
`-md0                           931.5G root  disk  brw-rw----
  |-md0p1 uboot           1M root  disk  brw-rw----
  |-md0p2 rootfs           12G root  disk  brw-rw----
  `-md0p3 netshare      919.5G root  disk  brw-rw----
sdb                              963M root  disk  brw-rw----
`-sdb1    bck_rootfs     962M root  disk  brw-rw----
mtdblock0                   1M root  disk  brw-rw----
mtdblock1                   4M root  disk  brw-rw----
mtdblock2                   251M root  disk  brw-rw----

BTW the uEnv.txt is a copy of the fw_printenv &amp;gt; .... so its identical.</description>
        <link>https://forum.doozan.com/read.php?3,116554,116554#msg-116554</link>
        <lastBuildDate>Wed, 11 Mar 2026 05:36:55 -0500</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://forum.doozan.com/read.php?3,116554,116749#msg-116749</guid>
            <title>Re: stora MS2000 uboot4 no hdd boot without usb</title>
            <link>https://forum.doozan.com/read.php?3,116554,116749#msg-116749</link>
            <description><![CDATA[ Validname,<br />
<br />
So did it boot OK now, or you still have problem?]]></description>
            <dc:creator>bodhi</dc:creator>
            <category>uBoot</category>
            <pubDate>Fri, 19 Feb 2021 16:17:14 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?3,116554,116584#msg-116584</guid>
            <title>Re: stora MS2000 uboot4 no hdd boot without usb</title>
            <link>https://forum.doozan.com/read.php?3,116554,116584#msg-116584</link>
            <description><![CDATA[ that is why i want a netconsole haha. It choked on my FSTAB values, because i was noticing the leds were blinking like it was in kernelboot,<br />
<br />
<pre class="bbcode">
LABEL=bck_rootfs is not mounted
[/sbin/fsck.ext3 (1) -- /mnt/usb] fsck.ext3 -y -C0 LABEL=bck_rootfs
fsck.ext3: Unable to resolve &#039;LABEL=bck_rootfs&#039;
fsck exited with status code 8
[FAIL] File system check failed. A log is being saved in /var/log/fsck/checkfs if that location is writable. Please repair the file system manually. ... failed!
[warn] A maintenance shell will now be started. CONTROL-D will terminate this shell and resume system boot. ... (warning).
</pre>]]></description>
            <dc:creator>Validname</dc:creator>
            <category>uBoot</category>
            <pubDate>Tue, 16 Feb 2021 17:19:45 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?3,116554,116559#msg-116559</guid>
            <title>Re: stora MS2000 uboot4 no hdd boot without usb</title>
            <link>https://forum.doozan.com/read.php?3,116554,116559#msg-116559</link>
            <description><![CDATA[ Validname,<br />
<br />
If you have serial console, please post the entire serial console boot log here.]]></description>
            <dc:creator>bodhi</dc:creator>
            <category>uBoot</category>
            <pubDate>Tue, 16 Feb 2021 16:13:29 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?3,116554,116554#msg-116554</guid>
            <title>stora MS2000 uboot4 no hdd boot without usb</title>
            <link>https://forum.doozan.com/read.php?3,116554,116554#msg-116554</link>
            <description><![CDATA[ ok, so finally got this bugger purring like a kitten but now im at the final steps of moving the rootfs from usb to HDD.<br />
<br />
Ive tried the method with changing the LABEL and that works fine for the filesystem, but not so good for the bootloader.<br />
<br />
I cannot boot without USB attached.<br />
<br />
i was fighting with the variables:  devices / device / rootpath, but it does not make sense.<br />
<br />
I think it cant find /dev/md0p2 but using /dev/sda1 wasnt working anyway..<br />
<br />
i was just trying to connect the hdd with the LABEL var as the rootFS. But it seems it always MUST load Uimage and Uinitrd from usb.<br />
<br />
Any suggestions? i might be just overlooking one small thing after 4 days of trying.<br />
<br />
<br />
<br />
<br />
<br />
Also i want to setup netconsole next to booting process just so i can monitor,  but im still kindof learning the uboot environment variables.<br />
<br />
<pre class="bbcode">

root@debian:/# uname -a
Linux debian 5.10.7-kirkwood-tld-1 #1.0 PREEMPT Thu Jan 14 20:28:12 PST 2021 armv5tel GNU/Linux</pre>
<pre class="bbcode">
root@debian:/# lsblk -o NAME,LABEL,SIZE,OWNER,GROUP,MODE
NAME      LABEL        SIZE OWNER GROUP MODE
sda                              931.5G root  disk  brw-rw----
`-md0                           931.5G root  disk  brw-rw----
  |-md0p1 uboot           1M root  disk  brw-rw----
  |-md0p2 rootfs           12G root  disk  brw-rw----
  `-md0p3 netshare      919.5G root  disk  brw-rw----
sdb                              963M root  disk  brw-rw----
`-sdb1    bck_rootfs     962M root  disk  brw-rw----
mtdblock0                   1M root  disk  brw-rw----
mtdblock1                   4M root  disk  brw-rw----
mtdblock2                   251M root  disk  brw-rw----</pre>
<br />
BTW the uEnv.txt is a copy of the fw_printenv &gt; .... so its identical.]]></description>
            <dc:creator>Validname</dc:creator>
            <category>uBoot</category>
            <pubDate>Tue, 16 Feb 2021 15:14:06 -0600</pubDate>
        </item>
    </channel>
</rss>
