Dual Boot full disk encryption greyed out
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I'm trying to install a dual boot system with Windows 10 and Ubuntu 16.10, both fully encrypted.
I have a 230 GB SSD and installed Windows in the first 100 GB.
Now I'm trying to install Ubuntu using the rest of the disk. The problem is, that during the Ubuntu installation, the two options
Encrypt the new Ubuntu installation for security and- Use LVM with the new Ubuntu installation
are both greyed out. Why is that so?
Is this because I'm trying to install both on the same SSD?
Is there a way to encrypt both installations on one disk?
dual-boot system-installation encryption
add a comment |
I'm trying to install a dual boot system with Windows 10 and Ubuntu 16.10, both fully encrypted.
I have a 230 GB SSD and installed Windows in the first 100 GB.
Now I'm trying to install Ubuntu using the rest of the disk. The problem is, that during the Ubuntu installation, the two options
Encrypt the new Ubuntu installation for security and- Use LVM with the new Ubuntu installation
are both greyed out. Why is that so?
Is this because I'm trying to install both on the same SSD?
Is there a way to encrypt both installations on one disk?
dual-boot system-installation encryption
1
The encryption of Windows should have no impact on the encryption of Ubuntu and vice-versa. Provide more information: do you use BIOS or UEFI to boot; is the disk partitioned using a MBR or a GPT partition table; what does the disk appear like in Ubuntu (output oflsblk
,parted -l
,fdisk -l
); what does the disk look like to the installer (start the installation and choose "Something else").
– AlexP
Dec 7 '16 at 22:43
add a comment |
I'm trying to install a dual boot system with Windows 10 and Ubuntu 16.10, both fully encrypted.
I have a 230 GB SSD and installed Windows in the first 100 GB.
Now I'm trying to install Ubuntu using the rest of the disk. The problem is, that during the Ubuntu installation, the two options
Encrypt the new Ubuntu installation for security and- Use LVM with the new Ubuntu installation
are both greyed out. Why is that so?
Is this because I'm trying to install both on the same SSD?
Is there a way to encrypt both installations on one disk?
dual-boot system-installation encryption
I'm trying to install a dual boot system with Windows 10 and Ubuntu 16.10, both fully encrypted.
I have a 230 GB SSD and installed Windows in the first 100 GB.
Now I'm trying to install Ubuntu using the rest of the disk. The problem is, that during the Ubuntu installation, the two options
Encrypt the new Ubuntu installation for security and- Use LVM with the new Ubuntu installation
are both greyed out. Why is that so?
Is this because I'm trying to install both on the same SSD?
Is there a way to encrypt both installations on one disk?
dual-boot system-installation encryption
dual-boot system-installation encryption
edited Dec 7 '16 at 22:32
Zanna
51.2k13139243
51.2k13139243
asked Dec 7 '16 at 15:21
PeteParlyPeteParly
92
92
1
The encryption of Windows should have no impact on the encryption of Ubuntu and vice-versa. Provide more information: do you use BIOS or UEFI to boot; is the disk partitioned using a MBR or a GPT partition table; what does the disk appear like in Ubuntu (output oflsblk
,parted -l
,fdisk -l
); what does the disk look like to the installer (start the installation and choose "Something else").
– AlexP
Dec 7 '16 at 22:43
add a comment |
1
The encryption of Windows should have no impact on the encryption of Ubuntu and vice-versa. Provide more information: do you use BIOS or UEFI to boot; is the disk partitioned using a MBR or a GPT partition table; what does the disk appear like in Ubuntu (output oflsblk
,parted -l
,fdisk -l
); what does the disk look like to the installer (start the installation and choose "Something else").
– AlexP
Dec 7 '16 at 22:43
1
1
The encryption of Windows should have no impact on the encryption of Ubuntu and vice-versa. Provide more information: do you use BIOS or UEFI to boot; is the disk partitioned using a MBR or a GPT partition table; what does the disk appear like in Ubuntu (output of
lsblk
, parted -l
, fdisk -l
); what does the disk look like to the installer (start the installation and choose "Something else").– AlexP
Dec 7 '16 at 22:43
The encryption of Windows should have no impact on the encryption of Ubuntu and vice-versa. Provide more information: do you use BIOS or UEFI to boot; is the disk partitioned using a MBR or a GPT partition table; what does the disk appear like in Ubuntu (output of
lsblk
, parted -l
, fdisk -l
); what does the disk look like to the installer (start the installation and choose "Something else").– AlexP
Dec 7 '16 at 22:43
add a comment |
2 Answers
2
active
oldest
votes
Dislaimer: This is not a fully detailed/verified answer yet. I will update it when I install again.
So my setup: Non-EFI. 500GB hard drive. Preinstalled with windows 10. I shrank my Windows 10 partition to 80GB. Turned on BitLocker. Created an Ubuntu 16.04 install USB drive.
When installing Ubuntu, I hit the same problem as you where the 'encrypt' option was grayed out on dual-boot (but I did verify that non-encrypted install works just fine).
To get past this, I selected Try Ubuntu
. When in call from a Terminal sudo swapoff -a
Run sudo gparted
to verify that the unallocated space you want to allocate is accurate.
Run Install Ubuntu 16.04
from the desktop. When you get to the location where the encrypted option was grayed out originally, select Do something else
to specify partitions manually. For the partitions, I first created an ext4 of 20GB (note: waaay too big) and put the mount point at /boot
. Then I created a physical drive for encryption
that took the remainder of the disk. The new logical drive created should have its mount point set to /
. Then press install. It will complain about there being no swap drive. Press OK because swap can be turned on later.
At this point, install should proceed as normal.
Note that as soon as the encrypted drive is selected, things get messy as the new partition is officially created. At this point, I'm no longer able to boot without the Ubuntu USB disk. To get aroudn that I can either a) use gparted to delete the newly created partition and try again or b) just install unencrypted Ubuntu
add a comment |
It seems, that the ubuntu-auto installer does only work if he can encrypt the whole disk.
I fixed the issue by doing the partioning by hand before the actual installation wizard. (I followed this german tutorial)
2
Please add details. Putting a link to instructions doesn't make a good answer. See "Your answer is in another castle: when is an answer not an answer?"
– Chai T. Rex
Dec 7 '16 at 23:26
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f858065%2fdual-boot-full-disk-encryption-greyed-out%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Dislaimer: This is not a fully detailed/verified answer yet. I will update it when I install again.
So my setup: Non-EFI. 500GB hard drive. Preinstalled with windows 10. I shrank my Windows 10 partition to 80GB. Turned on BitLocker. Created an Ubuntu 16.04 install USB drive.
When installing Ubuntu, I hit the same problem as you where the 'encrypt' option was grayed out on dual-boot (but I did verify that non-encrypted install works just fine).
To get past this, I selected Try Ubuntu
. When in call from a Terminal sudo swapoff -a
Run sudo gparted
to verify that the unallocated space you want to allocate is accurate.
Run Install Ubuntu 16.04
from the desktop. When you get to the location where the encrypted option was grayed out originally, select Do something else
to specify partitions manually. For the partitions, I first created an ext4 of 20GB (note: waaay too big) and put the mount point at /boot
. Then I created a physical drive for encryption
that took the remainder of the disk. The new logical drive created should have its mount point set to /
. Then press install. It will complain about there being no swap drive. Press OK because swap can be turned on later.
At this point, install should proceed as normal.
Note that as soon as the encrypted drive is selected, things get messy as the new partition is officially created. At this point, I'm no longer able to boot without the Ubuntu USB disk. To get aroudn that I can either a) use gparted to delete the newly created partition and try again or b) just install unencrypted Ubuntu
add a comment |
Dislaimer: This is not a fully detailed/verified answer yet. I will update it when I install again.
So my setup: Non-EFI. 500GB hard drive. Preinstalled with windows 10. I shrank my Windows 10 partition to 80GB. Turned on BitLocker. Created an Ubuntu 16.04 install USB drive.
When installing Ubuntu, I hit the same problem as you where the 'encrypt' option was grayed out on dual-boot (but I did verify that non-encrypted install works just fine).
To get past this, I selected Try Ubuntu
. When in call from a Terminal sudo swapoff -a
Run sudo gparted
to verify that the unallocated space you want to allocate is accurate.
Run Install Ubuntu 16.04
from the desktop. When you get to the location where the encrypted option was grayed out originally, select Do something else
to specify partitions manually. For the partitions, I first created an ext4 of 20GB (note: waaay too big) and put the mount point at /boot
. Then I created a physical drive for encryption
that took the remainder of the disk. The new logical drive created should have its mount point set to /
. Then press install. It will complain about there being no swap drive. Press OK because swap can be turned on later.
At this point, install should proceed as normal.
Note that as soon as the encrypted drive is selected, things get messy as the new partition is officially created. At this point, I'm no longer able to boot without the Ubuntu USB disk. To get aroudn that I can either a) use gparted to delete the newly created partition and try again or b) just install unencrypted Ubuntu
add a comment |
Dislaimer: This is not a fully detailed/verified answer yet. I will update it when I install again.
So my setup: Non-EFI. 500GB hard drive. Preinstalled with windows 10. I shrank my Windows 10 partition to 80GB. Turned on BitLocker. Created an Ubuntu 16.04 install USB drive.
When installing Ubuntu, I hit the same problem as you where the 'encrypt' option was grayed out on dual-boot (but I did verify that non-encrypted install works just fine).
To get past this, I selected Try Ubuntu
. When in call from a Terminal sudo swapoff -a
Run sudo gparted
to verify that the unallocated space you want to allocate is accurate.
Run Install Ubuntu 16.04
from the desktop. When you get to the location where the encrypted option was grayed out originally, select Do something else
to specify partitions manually. For the partitions, I first created an ext4 of 20GB (note: waaay too big) and put the mount point at /boot
. Then I created a physical drive for encryption
that took the remainder of the disk. The new logical drive created should have its mount point set to /
. Then press install. It will complain about there being no swap drive. Press OK because swap can be turned on later.
At this point, install should proceed as normal.
Note that as soon as the encrypted drive is selected, things get messy as the new partition is officially created. At this point, I'm no longer able to boot without the Ubuntu USB disk. To get aroudn that I can either a) use gparted to delete the newly created partition and try again or b) just install unencrypted Ubuntu
Dislaimer: This is not a fully detailed/verified answer yet. I will update it when I install again.
So my setup: Non-EFI. 500GB hard drive. Preinstalled with windows 10. I shrank my Windows 10 partition to 80GB. Turned on BitLocker. Created an Ubuntu 16.04 install USB drive.
When installing Ubuntu, I hit the same problem as you where the 'encrypt' option was grayed out on dual-boot (but I did verify that non-encrypted install works just fine).
To get past this, I selected Try Ubuntu
. When in call from a Terminal sudo swapoff -a
Run sudo gparted
to verify that the unallocated space you want to allocate is accurate.
Run Install Ubuntu 16.04
from the desktop. When you get to the location where the encrypted option was grayed out originally, select Do something else
to specify partitions manually. For the partitions, I first created an ext4 of 20GB (note: waaay too big) and put the mount point at /boot
. Then I created a physical drive for encryption
that took the remainder of the disk. The new logical drive created should have its mount point set to /
. Then press install. It will complain about there being no swap drive. Press OK because swap can be turned on later.
At this point, install should proceed as normal.
Note that as soon as the encrypted drive is selected, things get messy as the new partition is officially created. At this point, I'm no longer able to boot without the Ubuntu USB disk. To get aroudn that I can either a) use gparted to delete the newly created partition and try again or b) just install unencrypted Ubuntu
answered Jan 26 '17 at 19:31
TinyTheBrontosaurusTinyTheBrontosaurus
1438
1438
add a comment |
add a comment |
It seems, that the ubuntu-auto installer does only work if he can encrypt the whole disk.
I fixed the issue by doing the partioning by hand before the actual installation wizard. (I followed this german tutorial)
2
Please add details. Putting a link to instructions doesn't make a good answer. See "Your answer is in another castle: when is an answer not an answer?"
– Chai T. Rex
Dec 7 '16 at 23:26
add a comment |
It seems, that the ubuntu-auto installer does only work if he can encrypt the whole disk.
I fixed the issue by doing the partioning by hand before the actual installation wizard. (I followed this german tutorial)
2
Please add details. Putting a link to instructions doesn't make a good answer. See "Your answer is in another castle: when is an answer not an answer?"
– Chai T. Rex
Dec 7 '16 at 23:26
add a comment |
It seems, that the ubuntu-auto installer does only work if he can encrypt the whole disk.
I fixed the issue by doing the partioning by hand before the actual installation wizard. (I followed this german tutorial)
It seems, that the ubuntu-auto installer does only work if he can encrypt the whole disk.
I fixed the issue by doing the partioning by hand before the actual installation wizard. (I followed this german tutorial)
answered Dec 7 '16 at 23:23
PeteParlyPeteParly
92
92
2
Please add details. Putting a link to instructions doesn't make a good answer. See "Your answer is in another castle: when is an answer not an answer?"
– Chai T. Rex
Dec 7 '16 at 23:26
add a comment |
2
Please add details. Putting a link to instructions doesn't make a good answer. See "Your answer is in another castle: when is an answer not an answer?"
– Chai T. Rex
Dec 7 '16 at 23:26
2
2
Please add details. Putting a link to instructions doesn't make a good answer. See "Your answer is in another castle: when is an answer not an answer?"
– Chai T. Rex
Dec 7 '16 at 23:26
Please add details. Putting a link to instructions doesn't make a good answer. See "Your answer is in another castle: when is an answer not an answer?"
– Chai T. Rex
Dec 7 '16 at 23:26
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f858065%2fdual-boot-full-disk-encryption-greyed-out%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
The encryption of Windows should have no impact on the encryption of Ubuntu and vice-versa. Provide more information: do you use BIOS or UEFI to boot; is the disk partitioned using a MBR or a GPT partition table; what does the disk appear like in Ubuntu (output of
lsblk
,parted -l
,fdisk -l
); what does the disk look like to the installer (start the installation and choose "Something else").– AlexP
Dec 7 '16 at 22:43