Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/docs/installing/guided.rst
blob: 95f267bee986ec710a57ec77f3b5f374e41fbc6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
.. _installing.guided:

Guided installation
===================

This is the installer you'll encounter on the *(currently)* inofficial Arch Linux Archinstall ISO found on `archlinux.life <https://archlinux.life>`_.

It runs you through a set of questions in order to determine what the system should look like. Then the guided installer performs the required installation steps for you. Some additional steps might show up depending on your chosen input at some of the steps - those steps should be self explanatory and won't be covered here.

.. note::
    There are some limitations with the installer, such as that it will not configure WiFi during the installation proceedure. And it will not perform a post-installation network configuration either. So you need to read up on `Arch Linux networking <https://wiki.archlinux.org/index.php/Network_configuration>`_ to get that to work.

Features
--------

The guided installer currently supports:

 * *(optional)* Setting up disk encryption
 * *(optional)* Installing some simpel desktop environments
 * Choosing between a super-user or root based user setup

Installation steps
------------------

The steps are ever so changing between versions.
But currently the steps are *(in order and explained briefly)*

Locale
^^^^^^

Asks what locale you want. This configures your keyboard layout both during the installation and mostly in the installed system as well.

Mirrors
^^^^^^^

Next step is to select where you want to download packages from.
Selecting a mirror-region will greatly increase speeds of the installation.

.. note::
    The step is **optional**, and Arch Linux have built-in tools to attempt to improve the mirror-order during the installation. It does behave slightly unpredictable in some regions, so selecting it manually is recommended for this installer.

Harddrive
^^^^^^^^^

The next step is to choose which medium to install to.
There are some limitations on what mediums the installer can detect and install on.
But for the most part, the following are supported:

 * IDE and SATA drives
 * NVMe and similar devices
 * loopback devices

Disk encryption
^^^^^^^^^^^^^^^

Selecting a disk encryption password enables disk encryption for the installation.

.. note::
    This step is highly recommended for most users, skipping this step comes with some risk so read up on why you would want to skip this before deciding to opt-out.

.. warning::
    This step does require at least 1GB of free RAM during boot in order to boot at all. Keep this in mind when creating virtual machines.

Hostname
^^^^^^^^

The hostname in which the machine will identify itself on the local network.
This step is optional, but a default hostname of `Archinstall` will be set if none is selected.

Root password
^^^^^^^^^^^^^

.. note::
    This step is optional and **it's recommended to skip** this step.

This gives you the option to re-enable the `root` account on the machine. By default, the `root` account on Arch Linux is disabled and does not contain a password.

Instead, you're recommended in the next step to set up a super-user.

Super-user
^^^^^^^^^^

.. note::
    This step only applies if you correctly skipped the previous step :ref:`root_password`_ which makes this step mandatory.

If the previous step was skipped, and only if it is skipped.
This step enables you to create a `sudo` enabled user with a password.

The sudo permission grants `root`-like privileges to the account but is less prone to guessing attacks and other security enhancing measures. You are also less likely to mess up system critical things by operating in normal user-mode and calling `sudo` to gain temporary administrative privileges.

Pre-programmed profiles
^^^^^^^^^^^^^^^^^^^^^^^

You can optionally choose to install a pre-programmed profile. These profiles might make it easier for new users or beginners to achieve a desktop environment as an example.

There is a list of profiles to choose from. If you are unsure of what any of these are, research the names that show up to understand what they are before you choose one.

Additional packages
^^^^^^^^^^^^^^^^^^^

Some additional packages can be installed if need be. This step allows you to list *(space separated)* officially supported packages from the `package database <https://www.archlinux.org/packages/>`_.

.. warning::
    When selecting *(or skipping)* this step. The installation will begin and your selected hard drive will be wiped after a 5 second countdown.