All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Vladimir 'φ-coder/phcoder' Serbinenko" <phcoder@gmail.com>
To: The development of GNU GRUB <grub-devel@gnu.org>
Subject: Re: Booting TrueCrypt Windows Hard Drive
Date: Fri, 27 Nov 2009 12:51:56 +0100	[thread overview]
Message-ID: <4B0FBD5C.6010109@gmail.com> (raw)
In-Reply-To: <d3f40dd70911270342k1f7e1e17r35511c148471d97e@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 2341 bytes --]

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=(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
>   


-- 
Regards
Vladimir 'φ-coder/phcoder' Serbinenko



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 293 bytes --]

  reply	other threads:[~2009-11-27 11:52 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-27 11:42 Booting TrueCrypt Windows Hard Drive Rob Power
2009-11-27 11:51 ` Vladimir 'φ-coder/phcoder' Serbinenko [this message]
2009-11-27 12:11   ` Rob Power
2009-11-27 12:21     ` Felix Zielcke
2009-11-27 11:52 ` Rob Power
2009-11-27 12:01   ` Felix Zielcke
  -- strict thread matches above, loose matches on Subject: below --
2009-11-26 23:15 Rob Power
2009-11-13 17:28 Johannes Bauer
2009-11-13 17:33 ` Johannes Bauer
2009-11-13 17:44   ` Duboucher Thomas
2009-11-14 12:16     ` Johannes Bauer
2009-11-13 17:56 ` Felix Zielcke
2009-11-14 12:22   ` Johannes Bauer
2009-11-14 12:56     ` Vladimir 'phcoder' Serbinenko
2009-11-14 13:26     ` Felix Zielcke
2009-11-14 13:48       ` Duboucher Thomas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4B0FBD5C.6010109@gmail.com \
    --to=phcoder@gmail.com \
    --cc=grub-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.