From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <23a1779662d8ea185483aa536332f018@hamnavoe.com> To: 9fans@9fans.net From: Richard Miller <9fans@hamnavoe.com> Date: Wed, 27 Mar 2013 17:37:03 +0000 In-Reply-To: <9d87f16819b4bf46b34fbc29a56d5a33@hamnavoe.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Root file system from usb-hdd on raspberry pi Topicbox-Message-UUID: 37d1960c-ead8-11e9-9d60-3106f5b1d025 > I will > investigate further... It turns out that usb boot is more complicated than it needs to be. With readparts= the partitions are set up automatically, but then they are thrown away again, I think because partfs is being started more than once. I will leave it to the original authors to look at, but a workaround is to use sdB0part as Erik suggested. I find this cmdline.txt works for me: sdB0part='fossil 204864 1804192' bootargs=local!/dev/sdXX/fossil ipconfig= where the sdB0part numbers are found from 'grep fossil /dev/sdXX/ctl'