Link Search Menu Expand Document

Installation Guide

Table of contents

  1. Boot
  2. Avoid-Installer
    1. Usage
    2. Keyboard
    3. Hostname
    4. Locale
    5. Timezone
    6. Root password
    7. User account
    8. Bootloader
    9. Partition
      1. cfdisk usage
      2. partition scheme

Boot

Boot the machine with the created install medium. UEFI should be used as boot option.

After the boot process you should be greeted with a console based login screen.

Login with:

user: root
password: avoid

Next we need to check the disks.

lsblk -d -o +MODEL

Remember the NAME of the disk that you want to use for this Linux installation.

Now we can start the installation process! Type in avoid-installer and hit enter!

avoid-installer

Avoid-Installer

Usage

Keyboard buttonFunction
UpMove upwards in the selection menu
DownMove downwards in the selection menu
EnterSelect an option
EscapeCancel an option
SpaceMark a list option

Keyboard

Select the keymap. The default keymap is qwerty ‘us’.

Hostname

Select a hostname for you computer. This will be your PC’s network name.

Locale

Select your default locale setting. It’s advised to use english, because this will also change the language of some terminal outputs and the majority of those will be in english anyway.

Timezone

Select your timezone.

Root password

Enter and confirm your root password. The password will not be shown on screen when you type it.

User account

Create your user account and add it to groups. Do not add the anon group!

Here is a list of advised groups for your main account:

groupdescription
  

Bootloader

Select the disk to install the bootloader on.

In this installation process we will focus on a simple install.

Use the NAME from the lsblk command.

Partition

Select the same drive as the bootloader. We use cfdisk for partitioning.

cfdisk usage

Keyboard buttonFunction
UpMove upwards in the selection menu
DownMove downwards in the selection menu
Left/RightSelect an option
EnterUse selected option

Type in partition sizes ending with M (for mb) or G for (gb).

Leave the input enter to use the rest of the disk.

partition scheme

PartitionFilesystemSizeDescription
/dev/sda1fat32128MEFI system partition
/dev/sda2swap512M or higherSwap partition
/dev/sda3ext4Rest of the diskRoot partition