Can Bitlocker be used in a dual boot system with Windows on one drive, Linux on another?

37,568

Solution 1

If the new computer does not have a Trusted Platform Module, it should work just fine without any special setup procedures. Get the new computer, get Linux installed and dual boot working, then enable Bitlocker and encrypt the Windows drive.

I've got a similar configuration that works just fine, but I have separate partitions for Windows and Linux on the same drive.

It's still doable with a TPM, but it's not as straightforward.

Solution 2

Despite Spiderlucci's somewhat final comments :P, I've just set up a dual boot system with windows 10 using bitlocker (password encryption rather than tpm).

The steps I followed were:

  • Remove bitlocker encryption via the bitlocker wizard
  • Resize this partition from a ubuntu live cd (windows disk partition tool does support resizing, but was refusing to shrink my mostly empty 250G partition to much less than 170G)
  • After this the bitlocker wizard/ GUI willfully claimed that it couldn't encrypt anything
  • I worked around this by using the bde-manage.exe (https://technet.microsoft.com/en-gb/windows/dd361745) from an adminstrative cmd shell.
Share:
37,568

Related videos on Youtube

bgvaughan
Author by

bgvaughan

IT worker, trained in Linux system administration, with the current job title of "validation engineer". I work with Red Hat and Fedora systems, but my Linux distribution of choice for personal use is Debian Sid with the XFCE desktop environment. In college I studied English literature and philosophy; I'm strongly interested in politics, history, and the social sciences. I enjoy reading and watching science fiction, and playing role-playing and strategy games. Yes, pretty standard nerd stuff. My apologies.

Updated on September 18, 2022

Comments

  • bgvaughan
    bgvaughan over 1 year

    My workplace allows for remote logins to the company network, with certain prerequisites for securing a computer before making the connection, one of which is that Windows must be used to make the connection, and that Bitlocker must be used to secure the physical hard drive on which Windows is installed.

    I am not being asked to set up my home computer for this, but I thought it might be a good idea. I am planning to purchase a new computer which comes with Windows 7 pre-installed, to install Ubuntu Linux on a separate hard drive, and then to set that hard drive as the first to boot. That way GRUB2 will allow booting into either operating system, and each operating system is independent of the other, each ignoring the other's hard drive. This is how my current computer is set up.

    My question is whether I can encrypt the Windows 7 hard drive with Bitlocker in such a setup, without interfering with Linux or with GRUB2, and if I can, how best to go about it.

    • David H
      David H almost 13 years
      Just encrypt the disk with Windows 7 on it.
    • Spectre
      Spectre almost 13 years
      You should be able to do that, but I'm not sure of the specifics. My preference nowadays is to use virtual machines if I need to run linux (with Windows as the host).
    • bgvaughan
      bgvaughan almost 13 years
      @fpmurphy, that seems like what should be the case. Have you tried that in practice? @Spectre, in my case at least, this is optional, and I do most of my work in Linux anyway, so I'd rather skip Bitlocker so that I could run Ubuntu on the bare metal, if it came to that.
    • jcrawfordor
      jcrawfordor almost 13 years
      You might check with your IT folks if a different disk encryption system would be acceptable, because I know you can do this fairly easily with TrueCrypt. Whether or not IT will be receptive to allowing that difference depends strongly on how large your company is, though.
    • bgvaughan
      bgvaughan almost 13 years
      Bitlocker is definitely a requirement for their preferred system of remote access. There's a different system for remote access, but it's fussier and more limited, so I wanted to check on the issue with Bitlocker before I considered the alternative.
  • Kvothe
    Kvothe over 3 years
    Should I suspend the protection or turn it off and does it matter?
  • Joshua
    Joshua over 2 years
    Dead link to technet