From: Denys Dmytriyenko <denis@denix.org>
To: openembedded-devel@lists.openembedded.org
Subject: Re: Anstrom boot hang with MACHINE=i686-generic and?DISTRO=anstrom-2010.x
Date: Tue, 08 Nov 2011 20:28:23 -0500 [thread overview]
Message-ID: <20111109012823.GD15391@denix.org> (raw)
In-Reply-To: <loom.20111109T001647-942@post.gmane.org>
On Tue, Nov 08, 2011 at 11:19:45PM +0000, Greg Kogut wrote:
> Greg Kogut <gkogut <at> yahoo.com> writes:
>
> >
> > I've tried both console-image and x11-image.
>
>
> Edit:
>
> I was able to to boot fully after appending "-o rw" to the "root"
> kernel parameter.
>
> I suspect the issue was that the read-only mount was not allowing
> udev to correctly populate /dev with the tty devices passed to
> getty, and getty was flummoxed.
>
> So I'm amending my question: Help a n00b -what's the standard
> practice with respect to maintaining an embedded-safe read-only
> rootfs while allowing udev to do its thang? Separate partition
> for /dev?
Actually, /dev is usually a separate partition already, when managed by devfs,
udev or mdev. Unless you manage /dev manually with static devnodes, which is
not the case for you, as you mentioned udev... Check your /etc/fstab or
mount/mtab to see how /dev is mounted - in most cases should be RAM-based
tmpfs handled by udev. Also, you may want to disable devcache by editing
/etc/default/udev and commenting the DEVCACHE variable.
--
Denys
next prev parent reply other threads:[~2011-11-09 1:35 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-08 22:05 Anstrom boot hang with MACHINE=i686-generic and DISTRO=anstrom-2010.x Greg Kogut
2011-11-08 23:19 ` Greg Kogut
2011-11-09 1:28 ` Denys Dmytriyenko [this message]
2011-11-09 10:18 ` Koen Kooi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20111109012823.GD15391@denix.org \
--to=denis@denix.org \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.