From owner-freebsd-arm@FreeBSD.ORG Sat May 3 07:13:20 2014 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 79381571 for ; Sat, 3 May 2014 07:13:20 +0000 (UTC) Received: from mail-ig0-x22b.google.com (mail-ig0-x22b.google.com [IPv6:2607:f8b0:4001:c05::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3E4AC1C7D for ; Sat, 3 May 2014 07:13:20 +0000 (UTC) Received: by mail-ig0-f171.google.com with SMTP id c1so2795704igq.16 for ; Sat, 03 May 2014 00:13:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ranahminang.net; s=padang; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=CVVnUsfrApD4txHql3HmLVcfh/dhPGVdWCqmq2xGxkM=; b=BpgJ74q926eO9m/2KAYg5tcEpesQ3JD9Fw+d9kDIJ2I/Bws6d080KajfzKnh3uumJk Qmp+HoChwfoAjA8MPQcJZdtEoMXrGvKdF9nhB7lz+ySuv35rFHEpfb4Gp4mYfGnSxo5J h/xEQMtclXcPOVDsyg1BF1iujKEdjkhPNOi8c= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=CVVnUsfrApD4txHql3HmLVcfh/dhPGVdWCqmq2xGxkM=; b=V0nL42mSvtGMWDKvdSr731PjvPA6sexwDwdClYPJ3g//Zuiveik6Ba+jKdiR2zTYcd E5swMjc5ExdbTrAI60MbKB9OqRnZ68YIR5XwBwQdAPDwCUcwk4QKYpgbIyv9+gFTHgtj MCFZFOyaaAOyi2WRr4FKJxnPlsQSMKPjm6YKV6e+7RPr11wZCwuv6TnFIoZRKoN6ZYKV pkt6K8WttJI7kW2ZQtkqHcRvIqZ51DbtFpRGe+0jhXfQIaZOUe6ttOGBwlldrVBEbXQT UqyVXhD2UTjw9JXM34shRm1wgpX14MBy3BZD0ZheWXCGSvzBSk02SWkpdZL0WvFh7Y5c h5+Q== X-Gm-Message-State: ALoCoQmqsKfk7WTqJ8C9va+YP3Cma9b2CHI2RiLARLrP90TQTI2zzdHG8QeQCR+I/s2gHpIOs0ZN MIME-Version: 1.0 X-Received: by 10.50.154.66 with SMTP id vm2mr10030462igb.4.1399101199634; Sat, 03 May 2014 00:13:19 -0700 (PDT) Received: by 10.64.6.168 with HTTP; Sat, 3 May 2014 00:13:18 -0700 (PDT) X-Originating-IP: [36.68.47.185] Received: by 10.64.6.168 with HTTP; Sat, 3 May 2014 00:13:18 -0700 (PDT) In-Reply-To: <69B04197-56DF-4801-B241-0C07EE32470A@freebsd.org> References: <69B04197-56DF-4801-B241-0C07EE32470A@freebsd.org> Date: Sat, 3 May 2014 14:13:18 +0700 Message-ID: Subject: Re: ask about manual root filesystem specification From: Paul Darius To: Tim Kientzle Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: freebsd-arm X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2014 07:13:20 -0000 i am using raspberry pi ver b with sd card type 10 couple hard reboot seem solve the problem. but on soft reboot the problem remain the same. P On May 3, 2014 1:14 PM, "Tim Kientzle" wrote: > > On May 2, 2014, at 11:07 PM, Paul Darius wrote: > > > hi there, > > > > during the first boot after dd into the sdcard, i asked about manual > > root filesystem specification. > > What board are you trying to boot? > > > the couple lines before that questions are : > > Trying to mount root from ufs:/dev/mmcsd0s2a [rw,noatime]... > > mountroot: wating for device /dev/mmcsd02a ... > > Mointing from ufs:/dev/mmcsd0s2a failed with error 19. > > > > what should I type at mountroot> ? > > This generally means that the kernel is unable > to access the SD card because of some random > timing variation. > > On some boards, rebooting will usually fix it. > > Tim > >