0

I have following questions with respect to Ubuntu Desktop OS:

  1. How to successfully encrypt Ubuntu OS which is being dual booted with Windows 10?

  2. How to make NTFS Formatted and BitLocker enabled partition to be accessible in Ubuntu?

  3. What is recommended partition scheme for Ubuntu Desktop i.e. /boot, swap and /, etc. especially keeping in mind that Ubuntu installed will be dual booted with Windows 10?

  4. What is recommended partition size for Ubuntu Desktop i.e. for /boot, swap and /, etc. especially keeping in mind that Ubuntu installed will be dual booted with Windows 10?

Thanks in advance.

1 Answers1

0
  1. To install Ubuntu with encryption alonside another operating system, see How can I install Ubuntu encrypted with LUKS with dual-boot. It's about 13.04 but the same principles apply.

  2. See Remove Bitlocker encryption on Ubuntu 16.04. (Disregard the title, it is about accessing BitLocker-encrypted disks.)

  3. With encryption the partitioning scheme uses two partitions, one for /boot and one for a LUKS container containing a LVM physical volume containing a LVM volume group containing at least two logical volumes -- one for / and one for the paging space. (Or at least one, because you can dispense with the swap volume if you are willing to create a swap file.)

  4. /boot needs 250 to 500 MiB. For the rest of the system you need about 20 to 25 GiB plus how much space you want for your files, documents, pictures, projects etc. How big or small to make the swap volume depends on the specific use; for example, if you want to hibernate Ubuntu the swap volume needs to be somewhat larger than physical RAM; if you don't want to hibernate Ubuntu the swap space can be quite small, depending on your expected workload.

AlexP
  • 10,435