Re: Can't boot Marvel Sheevaplug from USB

View: New views
3 Messages — Rating Filter:   Alert me  

Parent Message unknown Re: Can't boot Marvel Sheevaplug from USB

by Jack Avenger :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

No. It doesn't work.

See link: http://www.freebsd.org/cgi/query-pr.cgi?pr=138798

On 20 жовт. 2009, at 17:22, ruidc@... wrote:

> Hi, did you eventually get this to work?
> If so, how?
>
> RuiDC
>
> Jack Avenger wrote:
>>
>> Which options should be included in kernel configuration to boot 8-
>> CURRENT on SHEEVAPLUG?
>>
>> I tried options ROOTDEVNAME="ufs:/dev/da0s1a", but no success:
>>
>> usbus0: 480Mbps High Speed USB v2.0
>> Root mount waiting for: usbus0
>> ugen0.1: <Marvell> at usbus0
>> uhub0: <Marvell EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on
>> usbus0
>> uhub0: 1 port with 1 removable, self powered
>> Root mount waiting for: usbus0
>> ugen0.2: <Verbatim> at usbus0
>> umass0: <Verbatim STORE N GO, class 0/0, rev 2.00/1.10, addr 2> on
>> usbus0
>> umass0:  SCSI over Bulk-Only; quirks = 0x0000
>> Root mount waiting for: usbus0
>> umass0:0:0:-1: Attached to scbus0
>> Trying to mount root from ufs:/dev/da0a
>> ROOT MOUNT ERROR:
>> If you have invalid mount options, reboot, and first try the  
>> following
>> from
>> the loader prompt:
>>
>>      set vfs.root.mountfrom.options=rw
>>
>> and then remove invalid mount options from /etc/fstab.
>>
>> Loader variables:
>> vfs.root.mountfrom=
>> vfs.root.mountfrom.options=
>>
>> Manual root filesystem specification:
>>   <fstype>:<device>  Mount <device> using filesystem <fstype>
>>                        eg. ufs:/dev/da0s1a
>>                        eg. cd9660:/dev/acd0
>>                        This is equivalent to: mount -t cd9660 /dev/
>> acd0 /
>>
>>   ?                  List valid disk boot devices
>>   <empty line>       Abort manual input
>>
>> mountroot>
>>
>> it seems like there is an error accessing USB Flash, but it work when
>> boot from NFS is compiled into kernel.
>>
>>
>> _______________________________________________
>> freebsd-arm@... mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-arm
>> To unsubscribe, send any mail to "freebsd-arm-
>> unsubscribe@..."
>>
>>
> Quoted from:
> http://www.nabble.com/Can%27t-boot-Marvel-Sheevaplug-from-USB-tp25368842p25368842.html
>

Yurij Burak
jack.avenger@...




_______________________________________________
freebsd-arm@... mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-arm
To unsubscribe, send any mail to "freebsd-arm-unsubscribe@..."

Re: Can't boot Marvel Sheevaplug from USB

by RuiDC :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I get the same problem as you, although the problem report you link to seems to show the device being detected after attempted root mount, which is different to your log and mine.
I'm running 8-RC1

<code>
usbus0: 480Mbps High Speed USB v2.0
Root mount waiting for: usbus0
ugen0.1: <Marvell> at usbus0
uhub0: <Marvell EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus0
uhub0: 1 port with 1 removable, self powered
Root mount waiting for: usbus0
ugen0.2: <TDKMedia> at usbus0
umass0: <TDKMedia Trans-It Drive, class 0/0, rev 2.00/1.10, addr 2> on usbus0
umass0:  SCSI over Bulk-Only; quirks = 0x0000
Root mount waiting for: usbus0
umass0:0:0:-1: Attached to scbus0
Trying to mount root from ufs:/dev/da0s2a
ROOT MOUNT ERROR:
If you have invalid mount options, reboot, and first try the following from
the loader prompt:

     set vfs.root.mountfrom.options=rw

and then remove invalid mount options from /etc/fstab.

Loader variables:
vfs.root.mountfrom=
vfs.root.mountfrom.options=

Manual root filesystem specification:
  <fstype>:<device>  Mount <device> using filesystem <fstype>
                       eg. ufs:/dev/da0s1a
                       eg. cd9660:/dev/acd0
                       This is equivalent to: mount -t cd9660 /dev/acd0 /

  ?                  List valid disk boot devices
  <empty line>       Abort manual input

mountroot>
</code>

Re: Can't boot Marvel Sheevaplug from USB

by RuiDC :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

It looks like the thread with patches looking at this issue is here:

http://lists.freebsd.org/pipermail/freebsd-current/2009-October/012361.html

I'm trying to establish whether a fix has been included in 8-RC2 which was released today.