From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KRleX-0007rh-Sq for mharc-grub-devel@gnu.org; Sat, 09 Aug 2008 06:26:29 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KRleW-0007p8-0a for grub-devel@gnu.org; Sat, 09 Aug 2008 06:26:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KRleT-0007md-Rp for grub-devel@gnu.org; Sat, 09 Aug 2008 06:26:26 -0400 Received: from [199.232.76.173] (port=55569 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KRleT-0007mS-G6 for grub-devel@gnu.org; Sat, 09 Aug 2008 06:26:25 -0400 Received: from moutng.kundenserver.de ([212.227.126.186]:57628) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KRleS-0006QD-Uo for grub-devel@gnu.org; Sat, 09 Aug 2008 06:26:25 -0400 Received: from [85.180.8.77] (e180008077.adsl.alicedsl.de [85.180.8.77]) by mrelayeu.kundenserver.de (node=mrelayeu2) with ESMTP (Nemesis) id 0MKwtQ-1KRleR0ZS8-0005Wy; Sat, 09 Aug 2008 12:26:23 +0200 From: Felix Zielcke To: The development of GRUB 2 In-Reply-To: <20080808202337.3440.57502.reportbug@sylvester.jejik.com.jejik.com> References: <20080808202337.3440.57502.reportbug@sylvester.jejik.com.jejik.com> Content-Type: text/plain Date: Sat, 09 Aug 2008 12:26:23 +0200 Message-Id: <1218277583.9301.6.camel@fz.local> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX1+pozGEYiCbvi95z+tGwaq6jyPgeXNrw6dwv6P FmEvbW7XkQAPSw2V9ppxrr/dPVtT1BJEJAq32fG5OEHgTw9zAW klw+cT9ujx3NVv2VZS3w6lVn8XWnSX5 X-detected-kernel: by monty-python.gnu.org: Linux 2.6? (barebone, rare!) Cc: root , 494383@bugs.debian.org Subject: Re: Bug#494383: grub-pc: Grub2 cannot find LVM volume groups with a dash (-) in the name 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: Sat, 09 Aug 2008 10:26:28 -0000 Hello, Am Freitag, den 08.08.2008, 22:23 +0200 schrieb root: > grub-probe: error: Unknown device linux--vg-boot > Autodetection of a file system module failed > Please specify the module with the option "--modules" explicitly > I never used LVM before so maybe I did something wrong, but I think the lvm2 Debian package has a bug: fz-vm:~# pvcreate /dev/sdb Physical volume "/dev/sdb" successfully created fz-vm:~# vgcreate linux-vg /dev/sdb Volume group "linux-vg" successfully created fz-vm:~# lvcreate -L 1M linux-vg Rounding up size to full physical extent 4,00 MB Logical volume "lvol0" created fz-vm:~# ls /dev/mapper/ control linux--vg-lvol0