From: David Miller <davem@davemloft.net>
To: sparclinux@vger.kernel.org
Subject: Re: Linux 2.6.36-rc8 won't boot
Date: Mon, 15 Nov 2010 15:49:41 +0000 [thread overview]
Message-ID: <20101115.074941.193725858.davem@davemloft.net> (raw)
In-Reply-To: <alpine.LNX.2.01.1010151559250.28469@obet.zrqbmnf.qr>
From: Jan Engelhardt <jengelh@medozas.de>
Date: Mon, 15 Nov 2010 04:28:26 +0100 (CET)
> Speaking of net kernel, it was a bit of an annoyance to build a
> crosscompiler.
./configure --disable-bootstrap
> 7c1f6afcf98fe95fb3f2b70ce01cf66f6db53b5e is the first bad commit
> commit 7c1f6afcf98fe95fb3f2b70ce01cf66f6db53b5e
> Author: David S. Miller <davem@davemloft.net>
> Date: Tue May 25 23:51:17 2010 -0700
>
> sunserial: Don't call add_preferred_console() when console= is specified.
>
> Reported-by: Frans Pop <elendil@planet.nl>
> Signed-off-by: David S. Miller <davem@davemloft.net>
>
> :040000 040000 827bf16df16b16a0dc938f2dc7483bc3cf5d44d3
> 69e6b8fb55a416204e599554f5af821cc612325e M drivers
>
>
> $ cat /proc/cmdline
> console=ttyS0
>
> (ttyS0 is in fact the sun4v ttyHV0.) This "turning off earlyprom0"
> at the end of the kernel boot log is worrysome, and seems to be
> the cause for the stop. (I have seen similar when booting a kernel
> to a filesystem that has no /dev/console.)
You'll see the "turning off earlyprom0" message on normal boots too.
Your console device is not ttyS0, it is in fact ttyHV0. The kernel
was overriding your incorrect kernel boot command line specification
before the commit in question, now it's respecting it and that's why
you no longer get your console.
next prev parent reply other threads:[~2010-11-15 15:49 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-15 17:14 Linux 2.6.36-rc8 won't boot Jan Engelhardt
2010-11-02 13:48 ` Jan Engelhardt
2010-11-02 13:54 ` David Miller
2010-11-02 19:02 ` Jan Engelhardt
2010-11-02 19:08 ` David Miller
2010-11-03 11:01 ` Jan Engelhardt
2010-11-15 3:28 ` Jan Engelhardt
2010-11-15 15:49 ` David Miller [this message]
2010-11-15 19:18 ` Jan Engelhardt
2010-11-15 19:24 ` David Miller
2010-11-28 6:30 ` Frans van Berckel
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=20101115.074941.193725858.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=sparclinux@vger.kernel.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.