linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Dave Jones <davej@codemonkey.org.uk>
To: OverrideX <overridex@punkass.com>, vojtech@suse.cz
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.5.70 hangs on boot
Date: Fri, 13 Jun 2003 22:49:44 +0100	[thread overview]
Message-ID: <20030613214944.GA10406@suse.de> (raw)
In-Reply-To: <1055466518.29294.10.camel@nazgul>

On Thu, Jun 12, 2003 at 09:08:39PM -0400, OverrideX wrote:
 > Hi all, 
 > 
 > I've tried 2.5.70, 2.5.70-mm8 and 2.5.70-bk17.  All of them hang while
 > booting, the last message they display is "Uncompressing Linux... Ok,
 > booting the kernel." then they just sit blank and boot no further.  I've
 > booted previous 2.5.x kernels on this system, the last I had used was
 > 2.5.63. My Hardware and other info is below, .config is attached. Is
 > anyone else experiencing this problem?  Is there any other information I
 > can provide to help debuging?  Please cc me any replies as my mailbox
 > can't take the full brunt of this mailing list, thanks -Dan

Ugh, what a mess. Take a look at http://www.codemonkey.org.uk/post-halloween-2.5.txt
You'll notice that your .config doesn't contain most of those in the
'gotchas' section that it suggests you make sure you have.

The root cause of this is that you have CONFIG_INPUT=m.

CONFIG_VT only shows up if you have CONFIG_INPUT=y.
With it set to =m a whole bunch of options never ever show up in the
configuration.

This really wants fixing badly. The source of this problem seems to be
people taking 2.4 configs (where CONFIG_INPUT=m was fine), and it all
going pear-shaped when people make oldconfig.  I'm aware of the problems
that oldconfig can't override variables set in .config, so how about 
just renaming CONFIG_INPUT to something else ?

		Dave


  reply	other threads:[~2003-06-13 21:36 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-13  1:08 2.5.70 hangs on boot OverrideX
2003-06-13 21:49 ` Dave Jones [this message]
2003-06-13 22:12   ` Vojtech Pavlik
2003-06-13 22:19     ` Dave Jones
2003-06-14  8:54       ` Vojtech Pavlik
2003-06-14  8:57   ` OverrideX

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=20030613214944.GA10406@suse.de \
    --to=davej@codemonkey.org.uk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=overridex@punkass.com \
    --cc=vojtech@suse.cz \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).