Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S265540AbTFMVgy (ORCPT ); Fri, 13 Jun 2003 17:36:54 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S265544AbTFMVgu (ORCPT ); Fri, 13 Jun 2003 17:36:50 -0400 Received: from deviant.impure.org.uk ([195.82.120.238]:36838 "EHLO deviant.impure.org.uk") by vger.kernel.org with ESMTP id S265540AbTFMVfz (ORCPT ); Fri, 13 Jun 2003 17:35:55 -0400 Date: Fri, 13 Jun 2003 22:49:44 +0100 From: Dave Jones To: OverrideX , vojtech@suse.cz Cc: linux-kernel@vger.kernel.org Subject: Re: 2.5.70 hangs on boot Message-ID: <20030613214944.GA10406@suse.de> Mail-Followup-To: Dave Jones , OverrideX , vojtech@suse.cz, linux-kernel@vger.kernel.org References: <1055466518.29294.10.camel@nazgul> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1055466518.29294.10.camel@nazgul> User-Agent: Mutt/1.5.4i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1648 Lines: 35 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 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/