From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from <gentoo-user+bounces-54219-garchives=archives.gentoo.org@gentoo.org>) id 1Gg1B2-00060L-55 for garchives@archives.gentoo.org; Fri, 03 Nov 2006 15:41:52 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.8) with SMTP id kA3Fb4pu025689; Fri, 3 Nov 2006 15:37:04 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.13.8/8.13.8) with ESMTP id kA3FWkGr005327 for <gentoo-user@lists.gentoo.org>; Fri, 3 Nov 2006 15:32:46 GMT Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 30A2764A67 for <gentoo-user@lists.gentoo.org>; Fri, 3 Nov 2006 15:32:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -1.641 X-Spam-Level: X-Spam-Status: No, score=-1.641 required=5.5 tests=[AWL=0.823, BAYES_00=-2.599, HTML_50_60=0.134, HTML_MESSAGE=0.001] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tT1RllRWHl8s for <gentoo-user@lists.gentoo.org>; Fri, 3 Nov 2006 15:32:36 +0000 (UTC) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by smtp.gentoo.org (Postfix) with ESMTP id 0706764A10 for <gentoo-user@gentoo.org>; Fri, 3 Nov 2006 15:32:32 +0000 (UTC) Received: by ug-out-1314.google.com with SMTP id y2so560807uge for <gentoo-user@gentoo.org>; Fri, 03 Nov 2006 07:32:32 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=E4N9QNxMao/t2TBYuQdkpkeo/FB5ed+Gt82pl3cOuzFMNEoxxPo3tIxqIeysK1FoVSx+aKnPAKS9zWJHMTB1CLwq901WzDVLTU86C3HHUf4SwxUdE3zGfmRPk9Npm2FE1+GYjU4vcBgzB4xG5F+V/4Lxe7WTEMR6+Y4Me9rXMgk= Received: by 10.78.204.1 with SMTP id b1mr2979104hug.1162567951734; Fri, 03 Nov 2006 07:32:31 -0800 (PST) Received: by 10.78.130.1 with HTTP; Fri, 3 Nov 2006 07:32:31 -0800 (PST) Message-ID: <677143dd0611030732m38e5a2acmfe50b9a3a84a4878@mail.gmail.com> Date: Fri, 3 Nov 2006 10:32:31 -0500 From: "Greg Morin" <gpmorin@gmail.com> To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] Grub causing kernel panic? - ThinkPad T40 - new install In-Reply-To: <677143dd0611030706n4e53715ek82bca9a2b725f00@mail.gmail.com> Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_18403_17685721.1162567951542" References: <677143dd0611030706n4e53715ek82bca9a2b725f00@mail.gmail.com> X-Archives-Salt: bef451ac-c1b2-4397-8d2c-73d45f5a7838 X-Archives-Hash: 2d58debd97035e69d80c11290ceac55b ------=_Part_18403_17685721.1162567951542 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Good day, I've installed (several times) on a ThinkPad T-40, trying both manual kernel config and genkernel. I followed the online manual explicitly (I think). The machine is currently loaded with the manual config. Either way, the results are similar. Grub shows the two boot options, then begins loading the OS. The machine begins to boot, starts loading modules, then kernel panics: VFS:Cannot open root device "hda3" or unknown-block(0,0) Please append a correct "root=" boot option Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0) There is a single fixed disk: Device Boot Size System Filesystem Mount point ======= ==== ===== ========= ========= ========= /dev/hda1 * 32M Linux ext2 /boot /dev/hda2 3G Linux swap none none /dev/hda3 ~71G Linux ext3 / I am able to mount and use these partitions after booting from CD. /etc/fstab (/mnt/gentoo/etc/fstab when booted from disk) looks good. Filesystems ext2 and ext3 are compiled into the kernel. Grub details: device.map (hd0) /dev/hda grub.conf default 0 timeout 5 splashimage=(hd0,0)/boot/grub/spash.xpm.gz title=Gentoo Linux 2.6.17-r8 root (hd0,0) kernel /boot/kernel-2.6.17-gentoo-r8 root=/dev/hda3 title=Gentoo Linux 2.6.17-r8 (rescue) root(hd0,0) kernel /boot/kernel-2.6.17-gentoo-r8 root=/dev/hda3 init=/bin/bb I used grub-install /dev/hda with no errors. I've played around with the "root=" entry, but to no avail - not sure I'm understanding this one... The kernel image appears to be valid, with no typos in filename/grub entries. Any ideas? Seems that the kernel begins to load, but can't mount the root filesystem? Thank-you for any pointers. -- Gpm The Morins of Plantsville ------=_Part_18403_17685721.1162567951542 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Good day,<br> <br> I've installed (several times) on a ThinkPad T-40, trying both manual kernel config and genkernel. I followed the online manual explicitly (I think). The machine is currently loaded with the manual config. Either way, the results are similar.<br> <br> Grub shows the two boot options, then begins loading the OS.<br> <br> The machine begins to boot, starts loading modules, then kernel panics:<br> VFS:Cannot open root device "hda3" or unknown-block(0,0)<br> Please append a correct "root=" boot option<br> Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)<br> <br> There is a single fixed disk:<br> Device Boot Size System Filesystem Mount point<br> ======= ==== ===== ========= ========= =========<br> /dev/hda1 * 32M Linux ext2 /boot<br> /dev/hda2 3G Linux swap none none<br> /dev/hda3 ~71G Linux ext3 /<br> <br> I am able to mount and use these partitions after booting from CD. /etc/fstab (/mnt/gentoo/etc/fstab when booted from disk) looks good.<br> <br> Filesystems ext2 and ext3 are compiled into the kernel.<br> <br> Grub details:<br> device.map<br> (hd0) /dev/hda<br> grub.conf<br> default 0<br> timeout 5<br> splashimage=(hd0,0)/boot/grub/spash.xpm.gz<br> <br> title=Gentoo Linux 2.6.17-r8<br> root (hd0,0)<br> kernel /boot/kernel-2.6.17-gentoo-r8 root=/dev/hda3<br> <br> title=Gentoo Linux 2.6.17-r8 (rescue)<br> root(hd0,0)<br> kernel /boot/kernel-2.6.17-gentoo-r8 root=/dev/hda3 init=/bin/bb<br> <br> I used grub-install /dev/hda with no errors. I've played around with the "root=" entry, but to no avail - not sure I'm understanding this one...<br> <br> The kernel image appears to be valid, with no typos in filename/grub entries.<br> <br> Any ideas? Seems that the kernel begins to load, but can't mount the root filesystem?<br> <br> Thank-you for any pointers.<br clear="all"><span class="sg"><br clear="all"></span>-- <br><br>Gpm<br>The Morins of Plantsville ------=_Part_18403_17685721.1162567951542-- -- gentoo-user@gentoo.org mailing list