Diff for "ManualFullSystemEncryption/DetailedProcessPrepareInstall"


Differences between revisions 5 and 6
Revision 5 as of 2018-08-21 16:26:26
Size: 1906
Editor: paddy-landau
Comment:
Revision 6 as of 2018-08-23 17:48:43
Size: 1988
Editor: paddy-landau
Comment: Was the wrong standard
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from ManualFullSystemEncryption/DetailsProcessPrepareInstall

This document belongs to Manual Full System Encryption (with Extras): Detailed Process.

1. Explanation

You will download and run the script (application) that will:

  • Prepare your partitions for the installer
  • Run the installer
  • Fix problems created by the installer

2. Download the application

  • Open the terminal (Ctrl+T, or use the menu).

  • Copy-and-paste the following command to download the application. Warning: This looks like two lines because of the documentation formatting, but it's in fact just one line. Copy the entire thing and paste it into your terminal.
    sudo wget --no-verbose --output-document=/usr/local/sbin/encryptinstallation https://www.dropbox.com/s/dmqnzqs1bbp6dm9/encryptinstallation?dl=1
  • Copy-and-paste the following command to enable the application to run.
    sudo chmod +x /usr/local/sbin/encryptinstallation

3. Run the application

In a moment, you will start the application. When you do so:

  • It will ask you some questions.
  • It will prepare your system for the Installer.
  • It will start the Installer.
  • When it starts the Installer, you will need to open the instructions (I'll remind you).

So…

Still in the terminal, enter this command:

encryptinstallation

Answer the questions, and when the Installer starts, open the instructions.


ManualFullSystemEncryption/DetailedProcessPrepareInstall (last edited 2020-10-13 12:27:15 by paddy-landau)