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-installer+bounces-277-garchives=archives.gentoo.org@gentoo.org>) id 1Gg8jD-0005l9-Ke for garchives@archives.gentoo.org; Fri, 03 Nov 2006 23:45:40 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.8) with SMTP id kA3Nj8N6028594; Fri, 3 Nov 2006 23:45:08 GMT Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by robin.gentoo.org (8.13.8/8.13.8) with ESMTP id kA3Nj7PE017791 for <gentoo-installer@lists.gentoo.org>; Fri, 3 Nov 2006 23:45:07 GMT Received: by nf-out-0910.google.com with SMTP id p48so1567926nfa for <gentoo-installer@lists.gentoo.org>; Fri, 03 Nov 2006 15:45:07 -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=UPNCitxACco1ndCq9Gx2ZWQKVd6E1MIHWCOrnCOKkp+BA77RIGdBaC8IeHO/Nd24aUBF/ktIVrePpn1LlwZsYxkaYcmvU4wiCgLQCSnGS8Aqx+RfuOV4MnpoIOibUmoa4lGXVON4imUwOnmaM37FFJOVUqjV/xEcV0BeZT6x4Qw= Received: by 10.78.32.14 with SMTP id f14mr295559huf.1162597507114; Fri, 03 Nov 2006 15:45:07 -0800 (PST) Received: by 10.78.130.1 with HTTP; Fri, 3 Nov 2006 15:45:06 -0800 (PST) Message-ID: <677143dd0611031545l5eb835b1jb779ed80b5689a73@mail.gmail.com> Date: Fri, 3 Nov 2006 18:45:07 -0500 From: "Greg Morin" <gpmorin@gmail.com> To: gentoo-installer@lists.gentoo.org Subject: Re: [gentoo-installer] Grub causing kernel panic? - ThinkPad T40 - new install In-Reply-To: <255f067f0611031137k5f92b7eas8cc73f8072609589@mail.gmail.com> Precedence: bulk List-Post: <mailto:gentoo-installer@lists.gentoo.org> List-Help: <mailto:gentoo-installer+help@gentoo.org> List-Unsubscribe: <mailto:gentoo-installer+unsubscribe@gentoo.org> List-Subscribe: <mailto:gentoo-installer+subscribe@gentoo.org> List-Id: Gentoo Linux mail <gentoo-installer.gentoo.org> X-BeenThere: gentoo-installer@gentoo.org Reply-to: gentoo-installer@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_22845_3097149.1162597507005" References: <677143dd0611030706n4e53715ek82bca9a2b725f00@mail.gmail.com> <255f067f0611031137k5f92b7eas8cc73f8072609589@mail.gmail.com> X-Archives-Salt: e0c7377e-c4a2-4127-a417-4330e234a6bc X-Archives-Hash: 103c3313d7c72891a2a4f3c1972ce96d ------=_Part_22845_3097149.1162597507005 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline All: thank-you for the help so far. I have posted this on gentoo-user as well, and will continue to work with folks individually here or publically on that list. The responses so far have helped - Bigfish (Richard), I may respond directly to your RFI as you may be able to pinpoint the driver(s) I'm missing. I have added driver support in newly compiled kernels and gotten different errors - but I think I'm close. Again all - thanks. I'll pursue on gentoo-user... Gpm On 11/3/06, Ladislav Laska <ladislav.laska@gmail.com> wrote: > > Andrew is right, this is wrong list. Anyway, you should check that > modules for your IDE controller are loaded in initrd (or compiled into > kernel). > > You can do this by selecting the second choice in grub (rescue). It > will boot into busybox (a very basic shell) and you should be (un)able > to mount filesystems. I don't know what exactly will busybox do for > your, but maybe you will need to create device node by hand. > > For more informations, please write to gentoo-user list, or contact me > personally (but NOT this list, unless this is gentoo-installer's > problem). > > On 11/3/06, Greg Morin <gpmorin@gmail.com> wrote: > > 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 > > > -- > Regards Ladislav Laska > S pozdravem Ladislav Laska > -- > gentoo-installer@gentoo.org mailing list > > -- Gpm The Morins of Plantsville ------=_Part_22845_3097149.1162597507005 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline All: thank-you for the help so far. I have posted this on gentoo-user as well, and will continue to work with folks individually here or publically on that list.<br><br>The responses so far have helped - Bigfish (Richard), I may respond directly to your RFI as you may be able to pinpoint the driver(s) I'm missing. I have added driver support in newly compiled kernels and gotten different errors - but I think I'm close. <br><br>Again all - thanks. I'll pursue on gentoo-user...<br><br>Gpm<br><br><div><span class="gmail_quote">On 11/3/06, <b class="gmail_sendername">Ladislav Laska</b> <<a href="mailto:ladislav.laska@gmail.com">ladislav.laska@gmail.com </a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Andrew is right, this is wrong list. Anyway, you should check that<br> modules for your IDE controller are loaded in initrd (or compiled into<br>kernel).<br><br>You can do this by selecting the second choice in grub (rescue). It<br>will boot into busybox (a very basic shell) and you should be (un)able <br>to mount filesystems. I don't know what exactly will busybox do for<br>your, but maybe you will need to create device node by hand.<br><br>For more informations, please write to gentoo-user list, or contact me<br>personally (but NOT this list, unless this is gentoo-installer's <br>problem).<br><br>On 11/3/06, Greg Morin <<a href="mailto:gpmorin@gmail.com">gpmorin@gmail.com</a>> wrote:<br>> Good day,<br>><br>> I've installed (several times) on a ThinkPad T-40, trying both manual<br> > kernel config and genkernel. I followed the online manual explicitly (I<br>> think). The machine is currently loaded with the manual config. Either way,<br>> 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<br>> unknown-block(0,0)<br>><br>> There is a single fixed disk:<br>> Device Boot Size System Filesystem Mount <br>> point<br>> ======= ==== ===== ========= ========= =========<br>> /dev/hda1 * 32M Linux ext2<br>> /boot<br>> /dev/hda2 3G Linux swap none <br>> none<br>> /dev/hda3 ~71G Linux ext3<br>> /<br>><br>> I am able to mount and use these partitions after booting from CD.<br>> /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 <br>> "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<br>> entries.<br>><br>> Any ideas? Seems that the kernel begins to load, but can't mount the root <br>> filesystem?<br>><br>> Thank-you for any pointers.<br>><br>><br>> --<br>><br>> Gpm<br>> The Morins of Plantsville<br><br><br>--<br>Regards Ladislav Laska<br>S pozdravem Ladislav Laska<br>-- <br><a href="mailto:gentoo-installer@gentoo.org">gentoo-installer@gentoo.org</a> mailing list<br><br></blockquote></div><br><br clear="all"><br>-- <br><br>Gpm<br>The Morins of Plantsville ------=_Part_22845_3097149.1162597507005-- -- gentoo-installer@gentoo.org mailing list