From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1VZHDY-0003lx-0b for mharc-grub-devel@gnu.org; Thu, 24 Oct 2013 05:28:36 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42854) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZHDO-0003jd-R9 for grub-devel@gnu.org; Thu, 24 Oct 2013 05:28:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VZHDE-0008MI-Ml for grub-devel@gnu.org; Thu, 24 Oct 2013 05:28:26 -0400 Received: from mail-pd0-x235.google.com ([2607:f8b0:400e:c02::235]:57662) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZHDE-0008M9-Fq for grub-devel@gnu.org; Thu, 24 Oct 2013 05:28:16 -0400 Received: by mail-pd0-f181.google.com with SMTP id y13so2706656pdi.26 for ; Thu, 24 Oct 2013 02:28:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mime-version:content-type :content-transfer-encoding; bh=mbkC9ffBRooFzWRxf2fXj9zH8ut6X+4hUWve3xr+pfw=; b=FLeCRHxF/abLdPqE6vgSySrjUqW9rEbT86a4y4LFGRDNTUWUyP+GpufPVahoq4z7n+ a5C/5et5VVo8HVI/AnkGr7FqGLX0Qxr0+iHTID476wMPfhN3FtWxGIQylMv3QBmvxQi2 CWUIiWwzCAGqoVBT8CErBDgUSd2GIR04LmsIw4awMSegpJu1XW8AaiHZ02xMLprRPAXQ 8CIK8ZTmkuAlACt3+dExn76CcLkMIhVcZXK+IZaCJ96KfRglDUfWwxbBn8uN8LxFomQw wtNbqVA7SfVtyVv667AZvg6w5UwReo37za0oMWxr62ygCL11IZEH3q09L8JBeRm40lh1 XAiQ== X-Received: by 10.68.133.132 with SMTP id pc4mr1937854pbb.10.1382606894800; Thu, 24 Oct 2013 02:28:14 -0700 (PDT) Received: from shiva.selfip.org ([27.251.153.250]) by mx.google.com with ESMTPSA id ed3sm1264430pbc.6.2013.10.24.02.28.12 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Thu, 24 Oct 2013 02:28:13 -0700 (PDT) Date: Thu, 24 Oct 2013 14:58:09 +0530 From: J B To: The development of GNU GRUB Subject: How to setup grub with /boot inside luks+vm ? Message-ID: <20131024145809.488aeb3f@shiva.selfip.org> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.21; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c02::235 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Oct 2013 09:28:35 -0000 Hello list, I have the grub2 (1.99-27+deb7u2 ) working with luks+lvm but /boot not included in lvm... Can grub2 call /boot from luks+lvm ? If yes, can anyone please share the configuration please ? Thanks