From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Lu5Dw-0001Zr-OR for mharc-grub-devel@gnu.org; Wed, 15 Apr 2009 09:32:20 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lu5Du-0001Yw-Lj for grub-devel@gnu.org; Wed, 15 Apr 2009 09:32:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lu5Dq-0001XL-Sn for grub-devel@gnu.org; Wed, 15 Apr 2009 09:32:18 -0400 Received: from [199.232.76.173] (port=59043 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lu5Dq-0001XF-OO for grub-devel@gnu.org; Wed, 15 Apr 2009 09:32:14 -0400 Received: from ti-out-0910.google.com ([209.85.142.185]:17604) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lu5Dq-0004cv-9Q for grub-devel@gnu.org; Wed, 15 Apr 2009 09:32:14 -0400 Received: by ti-out-0910.google.com with SMTP id b6so202863tic.10 for ; Wed, 15 Apr 2009 06:32:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:x-mailer:mime-version:content-type :content-transfer-encoding; bh=DR4RZ37K+emOZkrdguzaEYzYaAHPfY4XgfLdJ7OmUUA=; b=U88ihSO5AIwCArhma8xmAjzM72+XZOkTlWwUpVqoiJ0b9EySNPs7KGY87s3nppXWWJ BblhQttrnIwd3NATC845km83epk9uUqyUTFXQi6aO2FmEnzpNGF6blYIhm96IoTbUnlg cYBeJb2jwH+xiFNoz4q+4GJYwRm7LVgzXhNCM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:x-mailer:mime-version:content-type :content-transfer-encoding; b=b29UG0U4Ig5TRnsWvglnujdJDihy3bBkyeoAjVl4HrmczI9ZbD3Z3cyAABgpYa/ip6 +bR9WR40XsMFIg8lve+Lmg5OE2isaT5lZVBopQfCRDm1qJPmmqttuqm+rkwIZwhblYWg ZtgQXg76RQb9SbnQw4SP0dpq4u6RO5AE6Pky0= Received: by 10.110.69.14 with SMTP id r14mr215395tia.34.1239802329577; Wed, 15 Apr 2009 06:32:09 -0700 (PDT) Received: from debian ([115.187.40.252]) by mx.google.com with ESMTPS id a4sm436031tib.31.2009.04.15.06.32.08 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 15 Apr 2009 06:32:09 -0700 (PDT) Date: Wed, 15 Apr 2009 18:58:54 +0530 From: "J. Bakshi" To: The development of GRUB 2 Message-ID: <20090415185854.25415b00@debian> X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.11; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: truecrypt support in grub ? 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: Wed, 15 Apr 2009 13:32:18 -0000 Hello list, GRUB2 is a robust boot loader. Is it possible to have truecrypt encryption support dirctly in GRUB2 ? Then we can have truecrypt encrypted partition with linux installed and GRUB2 just decrypt it and load the kernel. Thanks