sandbox

Differences between revisions 12 and 60 (spanning 48 versions)
Revision 12 as of 2017-03-15 00:14:38
Size: 3915
Editor: paddy-landau
Comment:
Revision 60 as of 2017-04-04 18:58:16
Size: 1179
Editor: paddy-landau
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
#title Full System Encryption with Manual Control #title Manual Full System Encryption (with Extras)
Line 8: Line 8:
= Purpose = = Sandbox =
Line 11: Line 11:
This document is for you if you wish to use '''full system encryption''' with all of these features:

 * LUKS
 * LVM
 * encrypted Boot
 * manual partitioning

and optionally any of these features:

 * encrypted hibernation
 * hybrid suspend *&*
 * dual-booting
 * multi-disk installation

As LVM is used, you can also use snapshots. This advanced topic is not covered here, but it is mentioned in the partitioning section.
A sandbox for Paddy Landau to develop documentation.
Line 28: Line 14:
= Caveats = = Other pages =
Line 31: Line 17:
It is important for you to know the possible limitations (described in the [[/Background|Background]]) and the potential problems. Other pages by Paddy
Line 33: Line 19:
 * Always, when you install a system, there is a chance of '''data loss'''. No matter how careful you are, sometimes a person makes a silly mistake. For example, you accidentally delete the Windows partition. Or, something else can go wrong (I've had an installation cause data loss because a previously-unused part of the hard drive was faulty and caused it to crash). Therefore:  * [[https://help.ubuntu.com/community/PlayOnLinux|PlayOnLinux]]
   This is somewhat outdated, but could still be useful for a beginner wanting to use Wine.
Line 35: Line 22:
{{{#!wiki warning
Take a '''''full backup of all your data''''' before you start the process. If you know how to use [[http://clonezilla.org/|CloneZilla]], you would be well advised to back up your entire disk beforehand.
}}}
 * [[https://help.ubuntu.com/community/EnableHibernateWithEncryptedSwap|Enable hibernation with encrypted swap]]
   For older systems that use encrypted folders but nothing else encrypted.
Line 39: Line 25:
 * The process optionally enables '''hibernation'''. While this should work well, some people have reported hardware that doesn't support it. So, you will need to test this on your machine after installation.  * [[https://help.ubuntu.com/community/PostInstallationEncryption|Post-installation encryption]]
   For older systems that don't have any encryption, this shows how to encrypt your folder.
Line 41: Line 28:
 * A consequence of full-disk encryption is that you need to type in a password or passphrase '''each time you power on''' your computer, including after hibernation.

   * If you share your computer with anyone else, '''they need to know the passphrase''', even if they only use Windows.

   * You need a '''strong passphrase''' to prevent a hacker with physical access to your machine from breaking the encryption. You can look up "strong passphrase" for yourself; here's a [[https://theintercept.com/2015/03/26/passphrases-can-memorize-attackers-cant-guess/|pretty good method]] for paranoid mode.

 * Having a strong passphrase does not obviate the need for a '''good account password'''. Without a password, or with only a weak password:
   * You cannot lock the computer when it is unattended and powered on.
   * Anyone with physical access, or a hacker with Internet access, will find it easy to access your account and steal data or install malware such as a keylogger.


= Organisation =


Because the default Ubuntu Installer supports only the first two of the above-mentioned features (i.e. LUKS and LVM), and even then only for full-disk encryption, this installation process is rather more complicated than you might prefer. Thus, this document is organised into several sections. They are intended to be read in this order.

 1. [[/Background|Background]]<<BR>>A summary of the options; features; pros and cons; and purpose and limitations.

 1. [[/Basics|Basics of]] entering commands, partitioning, LUKS and LVM<<BR>>If you are new to Linux, or you don't know much about some or all of these, this section is for you. You can safely skip it if you are already familiar with these.

 1. [[/Overview|High-level overview]]<<BR>>What this process will achieve, and what you need to do to prepare.

 1. [[/Process|Detailed process]]<<BR>>Exactly how to prepare your system and install Ubuntu with encryption. Checkpoints are given along the way. It takes into account dual-booting and, optionally, paranoid mode.

 1. [[/Troubleshooting|Troubleshooting]]<<BR>>Sometimes something goes wrong and you struggle to figure out what. Messages and errors can seem bewildering. Here are some pointers.
 * [[https://help.ubuntu.com/community/ManualFullSystemEncryption|Manual full-system encryption]]
   For newer systems (starting with Ubuntu 16.04), how to install Ubuntu fully encrypted, while optionally being able to dual-boot with other systems, say Windows.

1. Sandbox

A sandbox for Paddy Landau to develop documentation.

2. Other pages

Other pages by Paddy

paddy-landau/sandbox (last edited 2017-04-04 18:58:46 by paddy-landau)