From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1M8jLh-0000AK-2K for mharc-grub-devel@gnu.org; Mon, 25 May 2009 19:12:53 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M8jLf-0000AD-Dj for grub-devel@gnu.org; Mon, 25 May 2009 19:12:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M8jLa-00009m-MP for grub-devel@gnu.org; Mon, 25 May 2009 19:12:51 -0400 Received: from [199.232.76.173] (port=60611 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M8jLa-00009j-Jj for grub-devel@gnu.org; Mon, 25 May 2009 19:12:46 -0400 Received: from pegleg1.infonet.cz ([212.71.128.158]:41775 helo=fedecks.wujiman.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M8jLZ-0006T5-UI for grub-devel@gnu.org; Mon, 25 May 2009 19:12:46 -0400 Received: from finrod.wujiman.net (ip-85-160-19-196.eurotel.cz [85.160.19.196]) (Authenticated sender: martin.kraus@wujiman.net) by fedecks.wujiman.net (Postfix) with ESMTP id 0418CE209E5 for ; Tue, 26 May 2009 01:12:44 +0200 (CEST) Received: by finrod.wujiman.net (Postfix, from userid 1000) id 649E35643AE; Tue, 26 May 2009 01:12:41 +0200 (CEST) Date: Tue, 26 May 2009 01:12:41 +0200 From: Martin Kraus To: grub-devel@gnu.org Message-ID: <20090525231241.GC2364@finrod> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Operatin-System: 2.6.30-rc3-1 i686 GNU/Linux X-PGP-Key: http://martin.infonet.cz/pub/martin_kraus_pubkey.asc X-PGP-KeyID: B792A430 X-PGP-Keyservers: hkp://pgp.ms.mff.cuni.cz ldap://keyserver.pgp.com User-Agent: Mutt/1.5.18 (2008-05-17) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) Subject: debian sid grub-pc, lvm on raid10, unknown filesystem X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 May 2009 23:12:52 -0000 Hello. I'm trying to use debian grub-pc 1.96+20090523-1 with lvm root on raid10. Grub works with LVM over raid1, and grub works over raid10, but LVM over raid10 get's me: unknown filesystem when booting or using grub-probe for testing. The same problem is when using raid0 over raid1 and LVM. I'm building core.img using biosdisk pc raid mdraid lvm ext2 modules, but I guess until grub-probe works, grub won't work. I hoped to avoid building separate /boot. any suggestions? thanks mk