From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1HVhjZ-0004d3-Ly for mharc-grub-devel@gnu.org; Mon, 26 Mar 2007 01:27:09 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HVhjX-0004WL-Fr for grub-devel@gnu.org; Mon, 26 Mar 2007 01:27:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HVhjV-0004Pj-5a for grub-devel@gnu.org; Mon, 26 Mar 2007 01:27:06 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HVhjU-0004PW-T8 for grub-devel@gnu.org; Mon, 26 Mar 2007 00:27:04 -0500 Received: from 189.red-80-39-87.staticip.rima-tde.net ([80.39.87.189] helo=iquis.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HVhhG-0001UH-B4 for grub-devel@gnu.org; Mon, 26 Mar 2007 01:24:46 -0400 Received: from [192.168.251.253] (236.Red-80-38-103.staticIP.rima-tde.net [::ffff:80.38.103.236]) (AUTH: LOGIN juampe@iquis.com) by iquis.com with esmtp; Mon, 26 Mar 2007 07:24:38 +0200 id 000FE535.46075916.000076B9 Message-ID: <4607590C.3010907@iquis.com> Date: Mon, 26 Mar 2007 07:24:28 +0200 From: Juan Pedro Paredes User-Agent: Thunderbird 1.5.0.10 (X11/20070307) MIME-Version: 1.0 To: The development of GRUB 2 References: <1174752747.602.18.camel@diesel> In-Reply-To: <1174752747.602.18.camel@diesel> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-detected-kernel: Genre and OS details not recognized. Subject: LVM as root device 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, 26 Mar 2007 05:27:07 -0000 grub2+LVM+XEN issues ----8<------------ devel:/boot/grub# cat /boot/grub/device.map (hd0) /dev/hda devel:/boot/grub# grub-probe --device-map=/boot/grub/device.map /boot/grub -t device /dev/dm-9 devel:/boot/grub# grub-probe --device-map=/boot/grub/device.map /boot/grub -t drive cannot find a GRUB drive for /dev/dm-9. -----8<----------- must be (devel-devel-root) Into the code i see that grub_guess_root_device works well and have LVM related code in grub_util_biosdisk_get_grub_dev i dont see LVM code Questions: LVM must use grub_util_biosdisk_get_grub_dev to determine the grub device? grub_util_biosdisk_get_grub_dev support LVM devices? someone can help me to fix this? Jerome?