From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1OQzOq-00079H-E9 for garchives@archives.gentoo.org; Tue, 22 Jun 2010 09:04:08 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9BE00E0AA5 for ; Tue, 22 Jun 2010 09:04:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 424DFE07C5 for ; Tue, 22 Jun 2010 08:08:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id E35721B40BC for ; Tue, 22 Jun 2010 08:08:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -2.599 X-Spam-Level: X-Spam-Status: No, score=-2.599 required=5.5 tests=[BAYES_00=-2.599] 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 I2OJ3KLmgeYZ for ; Tue, 22 Jun 2010 08:08:11 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by smtp.gentoo.org (Postfix) with ESMTP id F1EA01B4008 for ; Tue, 22 Jun 2010 08:08:10 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OQyWX-0000ZC-VQ for gentoo-user@gentoo.org; Tue, 22 Jun 2010 10:08:01 +0200 Received: from c-75-73-20-64.hsd1.mn.comcast.net ([75.73.20.64]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 22 Jun 2010 10:08:01 +0200 Received: from rocwhite168 by c-75-73-20-64.hsd1.mn.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 22 Jun 2010 10:08:01 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: rocwhite168 Subject: [gentoo-user] Re: kernel configuration problem -- genkernel: no irq handler; manual config: root filesystem could not be mounted r/w Date: Tue, 22 Jun 2010 08:07:53 +0000 (UTC) Message-ID: References: <4C204707.6060201@gmail.com> <4C204E6F.701@gmail.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 75.73.20.64 (Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.1 (KHTML, like Gecko) Chrome/6.0.437.3 Safari/534.1) X-Archives-Salt: ca13fdc0-2789-4cf4-8b4b-ca1226a8b65e X-Archives-Hash: 319804e9272a509c04708d6c36afd243 Dale gmail.com> writes: > > I sort of think this is in there but make sure you did the same for your > drive controllers as well. You may also want to try this link. > > http://forums.gentoo.org/viewtopic-p-4173972.html#4173972 > > I haven't had to put that on mine but maybe something is different. The > most common cause for this is not having the file system or drive > controller drivers built in the kernel. Sort of grasping at straws > here. I posted the link in case you want to read the rest of the > thread as well. > > Make sure the option you have in fstab are correct for ext4. I have not > used ext4 so I don't know if noatime applies or not. If you are unsure, > set it to "defaults" for the time being. You should be able to change > that later. > > Also, this is one of my grub.conf boot lines: > > title Gentoo > kernel (hd0,0)/bzImage-2.6.30-r8-1 root=/dev/hda6 > > If nothing else works, copy yours to look like mine but replacing the > relevant parts to match your setup, kernel name and where root is. > > Hope this helps. > > Dale > Thanks for your suggestion! I have actually tried adding 'rw' before, but I forgot to mention it earlier... It still didn't work, but with a different error message: "UDF-fs: No partition found (1) List of all partitions: 0800 78125000 sda driver: sd 0801 1365121 sda1 0802 1 sda2 0803 .... sda3 0804 .... sda4 0805 .... sda5 0806 .... sda6 0807 .... sda7 No filesystem could mount root, tried: reiserfs ext3 ext2 ext4 vfat msdos iso9660 hfsplus hfs ufs udf Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(8,5) Pid: 1, comm: swapper Not tainted 2.6.31-gentoo-r10 #4 Call Trace: panic+0x4d/0x112 mount_block_root+0x19c/0x1c9 mount_root+0xb6/0xf1 prepare_namespace+0xef/0x169 sys_access+0x1f/0x23 kernel_init+0x16a/0x184 kernel_init+0x0/0x184 kernel_thread_helper+0x7/0x18" Thanks! Roc