Posted by chantra on 12th July 2008
Even though new distros installers tend to support filesystem encryption out of the box, most of the time, it might be interesting to actually understand how it works, mainly when it happens that your system fails to boot
.
Most literature found on the Internet tend to cover how to set up LVM over a partition encrypted with LUKS, this tutorial takes another approach and will explain how to create LUKS encrypted partitions over LVM. The reason for this…. I wanted to have unencrypted partitions
.
Read the rest of this entry »
Tags: security, system
Posted in Administration, HowTo, System | No Comments »
Posted by chantra on 12th July 2008
3. Encrypting the partitions
3.1. Filling the partition with random data
Now that we have our partition layout, we need to encrypt /home and /. The first thing we are going to do is to fill those partitions with random data. There is 2 ways of doing it. A fairly fast one or a really slow but efficient one.
Read the rest of this entry »
Tags: security, system
Posted in Administration, HowTo, System | No Comments »
Posted by chantra on 12th July 2008
4. Installing the system
we are now going to install the distro over our layout. Start the installer and make sure you choose manual partitioning. Then set up your filesystem like the one on the screenshot.

luks encryption over-lvm ubuntu installer
Read the rest of this entry »
Tags: security, system
Posted in Administration, HowTo, System | No Comments »