From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1N9Idy-0000CU-7z for mharc-grub-devel@gnu.org; Sat, 14 Nov 2009 08:26:22 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N9Idw-0000C6-7T for grub-devel@gnu.org; Sat, 14 Nov 2009 08:26:20 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N9Idq-0000AC-HG for grub-devel@gnu.org; Sat, 14 Nov 2009 08:26:18 -0500 Received: from [199.232.76.173] (port=54682 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N9Idq-0000A0-7R for grub-devel@gnu.org; Sat, 14 Nov 2009 08:26:14 -0500 Received: from moutng.kundenserver.de ([212.227.126.187]:56584) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N9Idp-000179-P2 for grub-devel@gnu.org; Sat, 14 Nov 2009 08:26:14 -0500 Received: from [85.180.28.36] (e180028036.adsl.alicedsl.de [85.180.28.36]) by mrelayeu.kundenserver.de (node=mreu1) with ESMTP (Nemesis) id 0Ly8sz-1M4O2A3C3Z-0159a0; Sat, 14 Nov 2009 14:26:12 +0100 From: Felix Zielcke To: The development of GNU GRUB In-Reply-To: <4AFEA0FF.7090002@gmx.de> References: <4AFD9755.90805@gmx.de> <1258135011.2703.63.camel@fz.local> <4AFEA0FF.7090002@gmx.de> Content-Type: text/plain; charset="UTF-8" Date: Sat, 14 Nov 2009 14:26:10 +0100 Message-ID: <1258205170.2825.2.camel@fz.local> Mime-Version: 1.0 X-Mailer: Evolution 2.28.1 Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX18FO+0mkiAkELMt35kpDm4c7TCP3t1FwM394Tn yq5wVTKR6aDJXSR1E3dmvMYSWQYdTCqBgQvCYVOaPvx05gLCy5 zrS1ndBEyMhFpRK59uGFw== X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Subject: Re: Booting TrueCrypt Windows Hard Drive X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 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: Sat, 14 Nov 2009 13:26:20 -0000 Am Samstag, den 14.11.2009, 13:22 +0100 schrieb Johannes Bauer: > Felix Zielcke schrieb: > > > On launchpad someone made a bugreport where removing the search and > > drivemap commands from the generated Win 7 menu entry by os-prober > > breaks booting it. > > So I removed drivemap command for Vista and 7. > > It wouldn't make much sense if the search line would break it. > > Well, without the drivemap command, it doesn't boot up at all... > > > Did you try without drivemap? > > Yup. TrueCrypt immediately complains: > > TrueCrypt Boot Loader > Loader Damaged! Use Rescue Disk: [blabla] > > > You could also try to directly chainload MBR with (hd1) > > Well, that's the same as "chainloader (hd0,1)/boot/truecrypt.mbr", isn't > it? I tried it and they yielded the same result. I meant with set root=(hd1) or set root=(hd0) and with/without drivemap. As I said there's a difference if you do set root=(hd1) chainloader (hd0)+1 or set root=(hd0) ; chainloader +1 > > Note that there's a difference if you use set root=(hd1,1) chainloader > > +1 or just chainloader (hd1,1)+1 > > The "chainloader (hd1,1)+1" which was what I originally tried does not > work at all since (hd1,1) is encrypted at that point and thus grub does > not know recognize the file format and won't boot - forcing the > chainload with "--force" causes the system to lock up at boot. > MBR would be (hd1) or (hd0) not (hd1,1) But maybe it's really like Vladimir thinks and Truecrypt loader and windows bootloader are different in this case. -- Felix Zielcke Proud Debian Maintainer and GNU GRUB developer