All of lore.kernel.org
 help / color / mirror / Atom feed
From: Johannes Bauer <dfnsonfsduifb@gmx.de>
To: grub-devel@gnu.org
Subject: Booting TrueCrypt Windows Hard Drive
Date: Fri, 13 Nov 2009 18:28:53 +0100	[thread overview]
Message-ID: <4AFD9755.90805@gmx.de> (raw)

Dear list,

I've read a whole lot about problems booting Windows through Grub - but
found no solution at all. By playing around with the options, I found a
solution which *almost* works:

My main (Linux) drive is /dev/sda. / and /boot are on /sda1, i.e. (hd0,1).
My crap (Windows) drive is /dev/sdb. There is only one partition
/dev/sdb1. The whole drive has been encrypted with TrueCrypt.

I've copied the MBR of /dev/sdb to /boot/truecrypt.mbr. Then I used the
following grub entry:

menuentry "Sigh" {
	insmod drivemap
	set root=(hd1,1)
	drivemap (hd0) (hd1)
	drivemap (hd1) (hd0)
	chainloader (hd0,1)/boot/truecrypt.mbr
	boot
}

This gets further than all other tutorials I've read before - it makes
Truecrypt actually ask for my password. After I've entered it
successfully, the Windows logo comes up and it appears to be booting.
However, after about 20 seocnds, it just resets hard. The next time I
boot Windows (7, BTW) that way, I get a message saying that it crashed
during bootup and if I want to use some kind of boot rescue restore
magic. When I say yes, a textmode progressbar comes up. When it reaches
100%, the computer again resets hard.

I have a feeling that I'm almost there but am missing something - can
somebody please help me?

Kind regards,
Johannes



             reply	other threads:[~2009-11-13 17:29 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-13 17:28 Johannes Bauer [this message]
2009-11-13 17:33 ` Booting TrueCrypt Windows Hard Drive 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
  -- strict thread matches above, loose matches on Subject: below --
2009-11-26 23:15 Rob Power
2009-11-27 11:42 Rob Power
2009-11-27 11:51 ` Vladimir 'φ-coder/phcoder' Serbinenko
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

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=4AFD9755.90805@gmx.de \
    --to=dfnsonfsduifb@gmx.de \
    --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.