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 1Q9LfE-0004sK-P8 for garchives@archives.gentoo.org; Mon, 11 Apr 2011 18:16:40 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4837E0525; Mon, 11 Apr 2011 18:15:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 700DFE0525 for ; Mon, 11 Apr 2011 18:15:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id E28901B4047 for ; Mon, 11 Apr 2011 18:15:18 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Score: -2.538 X-Spam-Level: X-Spam-Status: No, score=-2.538 required=5.5 tests=[AWL=0.061, 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 e0K1A3CreaRt for ; Mon, 11 Apr 2011 18:15:12 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by smtp.gentoo.org (Postfix) with ESMTP id 3AC6C1B4022 for ; Mon, 11 Apr 2011 18:15:11 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Q9Ldj-0003Oh-IH for gentoo-user@gentoo.org; Mon, 11 Apr 2011 20:15:07 +0200 Received: from rrcs-71-40-157-251.se.biz.rr.com ([71.40.157.251]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 11 Apr 2011 20:15:07 +0200 Received: from wireless by rrcs-71-40-157-251.se.biz.rr.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 11 Apr 2011 20:15:07 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: James Subject: [gentoo-user] raid1 grub ext4 Date: Mon, 11 Apr 2011 18:12:36 +0000 (UTC) Message-ID: 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: 71.40.157.251 (Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.17) Gecko/20110305 Gentoo/2.0.12 SeaMonkey/2.0.12) X-Archives-Salt: X-Archives-Hash: 3931133554632fc5ac29d03dfe28c9d4 Hello, Following the guides (previous post) I'm not able to set up grub: http://www.gentoo.org/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml http://en.gentoo-wiki.com/wiki/RAID grub> find /boot/grub/stage1 does not work, even though the stage one file is there grub.conf look like the example in these files. grub> root (hd0,0) Filesystem type unknown, partition type 0xfd I used ext4 for / and /boot partitions. (is this a problem? (sys-boot/grub-0.97-r10} ideas? lots of old posts about not being able to boot grub-0.97 off of ext4, unless patched? James