From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from [10.3.1.93] (helo=sc8-sf-list1-new.sourceforge.net) by sc8-sf-list1.sourceforge.net with esmtp (Exim 4.30) id 1FivZH-0007HT-22 for user-mode-linux-devel@lists.sourceforge.net; Wed, 24 May 2006 08:46:39 -0700 Received: from sc8-sf-mx2-b.sourceforge.net ([10.3.1.92] helo=mail.sourceforge.net) by sc8-sf-list1-new.sourceforge.net with esmtp (Exim 4.43) id 1FivZH-00012j-4e for user-mode-linux-devel@lists.sourceforge.net; Wed, 24 May 2006 08:46:39 -0700 Received: from terminus.zytor.com ([192.83.249.54] ident=root) by mail.sourceforge.net with esmtps (TLSv1:AES256-SHA:256) (Exim 4.44) id 1FivZF-0006Ev-Tt for user-mode-linux-devel@lists.sourceforge.net; Wed, 24 May 2006 08:46:39 -0700 Message-ID: <44747FD0.4070605@zytor.com> From: "H. Peter Anvin" MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [uml-devel] Re: UML boot failure with kinit Sender: user-mode-linux-devel-admin@lists.sourceforge.net Errors-To: user-mode-linux-devel-admin@lists.sourceforge.net List-Unsubscribe: , List-Id: The user-mode Linux development list List-Post: List-Help: List-Subscribe: , List-Archive: Date: Wed, 24 May 2006 08:46:24 -0700 To: Miklos Szeredi Cc: linux-kernel@vger.kernel.org, user-mode-linux-devel@lists.sourceforge.net, akpm@osdl.org Miklos Szeredi wrote: > UML now compiles on 2.6.17-rc4-mm3, but it fails to boot: > > [...] > kinit: do_mounts > kinit: name_to_dev_t(98:0) = dev(0,0) > kinit: root_dev = dev(0,0) > kinit: trying to mount /dev/root on /root with type ext3 > kinit: Cannot open root device dev(0,0) > [...] > > Adding 'root=ubda' to the command line cures it. > Jeff Dike reported this one yesterday; it's fixed in my git tree. Thanks! -hpa ------------------------------------------------------- All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in the hosting industry. Fanatical Support. Click to learn more http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642 _______________________________________________ User-mode-linux-devel mailing list User-mode-linux-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932345AbWEXPqp (ORCPT ); Wed, 24 May 2006 11:46:45 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932668AbWEXPqp (ORCPT ); Wed, 24 May 2006 11:46:45 -0400 Received: from terminus.zytor.com ([192.83.249.54]:17042 "EHLO terminus.zytor.com") by vger.kernel.org with ESMTP id S932345AbWEXPqo (ORCPT ); Wed, 24 May 2006 11:46:44 -0400 Message-ID: <44747FD0.4070605@zytor.com> Date: Wed, 24 May 2006 08:46:24 -0700 From: "H. Peter Anvin" User-Agent: Thunderbird 1.5.0.2 (X11/20060501) MIME-Version: 1.0 To: Miklos Szeredi CC: linux-kernel@vger.kernel.org, user-mode-linux-devel@lists.sourceforge.net, akpm@osdl.org Subject: Re: UML boot failure with kinit References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Miklos Szeredi wrote: > UML now compiles on 2.6.17-rc4-mm3, but it fails to boot: > > [...] > kinit: do_mounts > kinit: name_to_dev_t(98:0) = dev(0,0) > kinit: root_dev = dev(0,0) > kinit: trying to mount /dev/root on /root with type ext3 > kinit: Cannot open root device dev(0,0) > [...] > > Adding 'root=ubda' to the command line cures it. > Jeff Dike reported this one yesterday; it's fixed in my git tree. Thanks! -hpa