From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1NDzN1-0001gX-Vi for mharc-grub-devel@gnu.org; Fri, 27 Nov 2009 06:52:16 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NDzMz-0001dD-Ea for grub-devel@gnu.org; Fri, 27 Nov 2009 06:52:13 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NDzMt-0001Wx-Vp for grub-devel@gnu.org; Fri, 27 Nov 2009 06:52:12 -0500 Received: from [199.232.76.173] (port=42589 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NDzMt-0001Wh-Jf for grub-devel@gnu.org; Fri, 27 Nov 2009 06:52:07 -0500 Received: from fg-out-1718.google.com ([72.14.220.154]:49206) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NDzMt-0003eF-24 for grub-devel@gnu.org; Fri, 27 Nov 2009 06:52:07 -0500 Received: by fg-out-1718.google.com with SMTP id l26so490405fgb.12 for ; Fri, 27 Nov 2009 03:52:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :x-enigmail-version:content-type; bh=ssTLeq/RXP4PugqjILPtMxMbmy1dBNnbD6jF6KLkEdo=; b=eMWqkwTKklPuXODyehfxWRUuCNecTA1liHSoNwIMqT3VKyQpzv8V2Gso7UFnPu6vaP 2wRIkcAz44JUQ68jHpmzPDPWe97qnfSMQJv7iJHf/ctVpLhZr4fyWUmcxd1OcD5l3VIa MTA2GoiUMScdlUaZORITM375FcST03p6sYiZo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type; b=rYkwKFLzS41aNXePV3umxzDgeauCPmCUAxifpKoy9cPxD/9qULqhdBPxv0+tHrbbT+ 061hrgvbG38/fv2vtFvH4wS5E9nwPrY3dEwSS2WMPC56HIuTwWa/9DkKJfepSQMn9BKs a7EmxJQdNZ1jWvz4+wHgAqUoc6R03FuXLdie4= Received: by 10.87.69.28 with SMTP id w28mr800696fgk.46.1259322725594; Fri, 27 Nov 2009 03:52:05 -0800 (PST) Received: from debian.bg45.phnet (hg-public-dock-80-dhcp.ethz.ch [82.130.80.80]) by mx.google.com with ESMTPS id 12sm1477017fgg.22.2009.11.27.03.52.04 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 27 Nov 2009 03:52:04 -0800 (PST) Message-ID: <4B0FBD5C.6010109@gmail.com> Date: Fri, 27 Nov 2009 12:51:56 +0100 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla-Thunderbird 2.0.0.22 (X11/20091109) MIME-Version: 1.0 To: The development of GNU GRUB References: In-Reply-To: X-Enigmail-Version: 0.95.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enigC70025D547AEC24D582C9342" X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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: Fri, 27 Nov 2009 11:52:13 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigC70025D547AEC24D582C9342 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Rob Power wrote: > Hi to all! > I have a similar problem with this configuration: > sda1 : Ubuntu boot Partition > sda2 : Ubuntu Encrypted root > sda3 : Windows XP (other people have same problem with Vista) > encrypted with Truecrypt. > There's a bug report related to this problem here > (https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/484102 ) opened > by another user. > You have posted the same bug report to the same list twice in last two days. Most people (including) just didn't have time yet to read through list and your double posting isn't making it easier. Your problem is that truecrypt booter and grub conflict for the use of mbr gap. Best solution to this problem is to make truecrypt multiboot-compliant. I shouldn't be difficult (you can have a look at how it was recently done in Haiku) but I won't spend any of my time on it > With grub-legacy everything works well: It chainloads the XP Truecrypt > boot manager from a dump file. Here's the old menu.lst. > ------------------- menu.lst --------------------------- > title Windows XP > rootnoverify (hd0,2) > makeactive > chainloader (hd0,0)/truecrypt.mbr > boot > ------------------------------ > ------------------------------ > > Now, all what I get from Truecrypt boot loader is this message: > "TrueCrypt Boot Loader: Load damaged! Use Rescue Disk: Repair > > Options > Restore Truecrypt Boot Loader" > Here is my actual grub.cfg entry. > -------------------- grub.cfg --------------------------- > menuentry "Windows XP" { > insmod chain > set root=3D(hd0,3) > parttool (hd0,3) boot+ > chainloader (hd0,1)/truecrypt.mbr > ------------------------------------------------------------- > > How did you succeed to make it boot? > I mean, you find a way using drivemap to swap hd0 and hd1: is there a > way to use drivemap for partitions? I suppose it's only for drives. > Is there another workaround? I'll be glad to try it on my system to > find the solution. > Thanks in advance. > Rob > -----------------------------------------------------------------------= - > > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel > =20 --=20 Regards Vladimir '=CF=86-coder/phcoder' Serbinenko --------------enigC70025D547AEC24D582C9342 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iF4EAREKAAYFAksPvWMACgkQNak7dOguQgkG5wEAioBhnhQgqGDpZ2l8OJHistxN hJVNUEcBsjATD2DO0ncA/R9Bu15SjOGWSocUtVKY/Cxg7Z4OGHZjfhpRzIt0pvcv =En7W -----END PGP SIGNATURE----- --------------enigC70025D547AEC24D582C9342--