From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-85790-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1KvvBv-00057I-D9
	for garchives@archives.gentoo.org; Fri, 31 Oct 2008 14:41:35 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 81065E0444;
	Fri, 31 Oct 2008 14:41:02 +0000 (UTC)
Received: from yw-out-1718.google.com (yw-out-1718.google.com [74.125.46.154])
	by pigeon.gentoo.org (Postfix) with ESMTP id 5CA7EE0444
	for <gentoo-user@lists.gentoo.org>; Fri, 31 Oct 2008 14:41:02 +0000 (UTC)
Received: by yw-out-1718.google.com with SMTP id 5so598858ywm.46
        for <gentoo-user@lists.gentoo.org>; Fri, 31 Oct 2008 07:41:00 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:received:received:message-id:date:from:to
         :subject:mime-version:content-type:content-transfer-encoding
         :content-disposition;
        bh=I26hoaldzIbYY+N9Wm9A7TMSYClMFIUo1WH/ZYnOVu4=;
        b=WkUU8Ylk+fwuUj/aMiKYlHJVFTOuBCeiQSPGAlcFvyJ3hzl+2NrRnTXyhHxYSIbhoI
         vsbi74qSJ2O/GCclrTjHCNg3042Q51DtKaG2qzeNjf8YbvPpjNt9Pvin399VF3GFgz7u
         nO0E+9dGKcJlh0VmK8iSAHP/yDTq20+m/fGYM=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=message-id:date:from:to:subject:mime-version:content-type
         :content-transfer-encoding:content-disposition;
        b=F6ohdfPqbXiuLYP1tij63gCjs0xedYnKGoc9e8lq/0In0M/63/a8kg6ht0cHaTa3wz
         jKvXUsVYzvpQtkP2OtsycCmSYXWNP4YI5iZEbh8w0rjfp4OukLN6D3PuT8R+TWiyqfuR
         QZxaEDWYQuY5OflGFeQS5lbZ+2TxpUwQcA6i8=
Received: by 10.151.6.2 with SMTP id j2mr5717936ybi.15.1225464060881;
        Fri, 31 Oct 2008 07:41:00 -0700 (PDT)
Received: by 10.150.153.12 with HTTP; Fri, 31 Oct 2008 07:41:00 -0700 (PDT)
Message-ID: <9238e8de0810310741i40656ce2i9b9bf073cbbc2954@mail.gmail.com>
Date: Fri, 31 Oct 2008 15:41:00 +0100
From: "=?UTF-8?Q?Marko_Koci=C4=87?=" <marko.kocic@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: [gentoo-user] Error booting new kernel
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
X-Archives-Salt: b2cab8f4-4324-4331-b460-c7f7bd79ddf7
X-Archives-Hash: 88106b999eb6989ef485ac47cc88b3e8

I have a quastion related to vanilla-sources kernel.

After upgrading vanilla-sources from 2.6.26 to 2.6.28_rc2 I am not
able to boot anymore. I tried playing with menuconfig couple of times,
but couldn't find what I have to change in order to make it work
again.

The error message while booting is like this:

Using IPI shortcut mode
BIOS EDD facility v 0.16 2004-Jul-25 1 devices found
VFS: Cannot open root device "307" on unknown-block(3,7)
Please append a correct "root=" boot option; here are the available
partitions:
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-
block(3,7)


Note that in my lilo.conf I have root=/dev/hda7 line for all kernels.

Thanks for any suggestion,
Marko