From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S270496AbTGUQeQ (ORCPT ); Mon, 21 Jul 2003 12:34:16 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S270525AbTGUQeQ (ORCPT ); Mon, 21 Jul 2003 12:34:16 -0400 Received: from pub234.cambridge.redhat.com ([213.86.99.234]:41996 "EHLO phoenix.infradead.org") by vger.kernel.org with ESMTP id S270496AbTGUQeN (ORCPT ); Mon, 21 Jul 2003 12:34:13 -0400 Date: Mon, 21 Jul 2003 17:49:14 +0100 (BST) From: James Simmons To: michaelm cc: linux-kernel@vger.kernel.org Subject: Re: 2.6.0-test1 won't go further than "uncompressing" on a p1/32MB pc In-Reply-To: <20030721163517.GA597@www0.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org > .config: http://www0.org/config First your CONFIG_INPUT is modular. You will not have keyboard support when you boot. Also no keyboard or mouse is configured. Turn them on by selecting Serio IO support. Then select i8042 chipset and then enable keyboard and mouse support. After that you need to enable CONFIG_VT in the Characters device menu. Then after that in the framebuffer menu you go into the Console menu and select Framebuffer console. Then you should be ready to go.