How to install Arch Linux
One of the most famous distributions based on the Linux kernel, Arch is considered. Among other platforms, it stands out for the complexity in installing and configuring, but it attracts users who want to learn more about the structure of this operating system and enhance the level of knowledge to use the classic console. Arch Linux is installed completely by hand, from creating hard disk partitions and ending with adding new accounts. All actions are executed via the Terminal by inputting the appropriate commands.
Install Arch Linux
In this article I would like as much detail as possible to consider the installation of this platform, taking into account pre-configure all components. We broke the whole process into steps that novice users make it easier to navigate. For the installation you only need the flash drive with a minimum 2GB or the same disk. Everything else is loaded from the Internet or added directly during the OS installation. Note that adding each of these components is performed via an active Internet connection.
Step 1: Download the image distribution
The platform, like most other Linux distributions, is free and can be downloaded from the official website of the developers. Recommend to use this source, because you are guaranteed to get a working image without any error and malicious files in.
Download distribution Arch Linux from official website



Now the computer has a full operating system image. It remains only to record onto a disc or flash drive, then you can proceed directly to the installation process.
Step 2: Create bootable media
Now more popular USB sticks because they are easier to drive, and the right connector is present on all computers. Therefore, we focus on this version. You’ll need to use a special program, which will allow the creation of a simple flash drive bootable. Detailed instructions on this topic are in a separate article in the following link.
Read more: burn the OS image on a flash drive
Step 3: set BIOS to start the boot stick
As you know, beginning the operating system installation is performed after inserting the drive and restarting the computer. In this case, it is important that the BIOS booted from the USB drive and not the hard drive. To ensure the successful implementation of this task will need to manually set the priority via the BIOS settings. To deal with this procedure will help the other stuff on.
Read more: set up BIOS to run from USB drive
Step 4: download the installer and sign in Live-mode
After performing the previous step, it is sufficient to insert the flash drive into the free slot and start the PC. After a certain amount of time the screen displays the boot loader Arch Linux. There are some points, for example, restart, or view information about the hardware, but now you are interested in a “Boot Arch Linux”. The arrows on the keyboard to select the item and press Enter.

This will start the download of all the standard components for Live mode. This may take several minutes so do not turn off the PC and do not press any keys on the keyboard. After successful download you will get to Live-mode console where you are the further installation procedure.

Step 5: hard disk Layout
Partitioning a hard disk first, what will face the user when installing the reporting platform. For correct operation of the OS all disk space should be divided into several logical volumes, each of which will store its own information, the storage parameters also must be set manually. In General, the process is simple, just need to execute multiple commands and closely monitor their spelling in the console.












At the end of this step, the hard disk will be divided into required number of partitions. You will only need to make adjustments by setting the file system and priorities, then everything will be ready to install.
Step 6: Formatting and mounting partitions on the drive
Now all partitions created does not belong to the certain file systems and their installation should be formatting. Due to the fact that all volumes were manually created, formatting and mounting should be carried out independently.







All sections are successfully prepared for further installation on them OS Arch. If everything went without any errors, feel free to skip to the next step.
Step 7: install the system
As mentioned earlier, to complete the Arch installation, you need an active Internet connection, because additional components are downloaded it from the official repositories. If a wired connection is established immediately, then Wi-Fi is necessary to alternately execute the following commands:
wifi-menu
ls /etc/netctl
netctl start profile
Defining the connection, you can proceed to installation, but first we recommend you to choose the best mirror to download process went as quickly as possible:




Adding packages will be completed when the console displays a new input line. This means that you can start the initial configuration of the system.
Step 8: configuring after installation
It is important not only to add all the necessary components, but to configure the main parameters to interact with the OS as comfortable as possible. Pay attention to the following, they just are designed for optimal configuration:
















ls /sys/class/net/ (determining active network interface).
cp /etc/netctl/examples/ethernet-dhcp /etc/netctl/ethernet-dhcp (backup configuration file).
vim /etc/netctl/ethernet-dhcp (run the config file through a text editor).




This procedure is complete the operating system configuration completed. It remains only to wait for reboot and you are ready to work.
Step 9: Using Arch Linux
Usually a distro Arch Linux interested in those users who already had earlier experience with other, more simple builds on this core. However, this does not negate the fact that novice users also come to this platform. They need to be prepared for the fact that most of the actions and settings made via the standard console. To see the performance of the main features you can in our articles at the following links.
Moreover, today you are faced with a number of popular teams that have to use the”Terminal”. We offer carefully examine each of them and try to remember the use, syntax and spelling. This will also help extensive materials.
Our article is completed. I hope you easily mastered the whole procedure of installation and during its implementation did not have any difficulties. For more information on working in this platform, please consult the official documentation, developed by the creators of the system.
General recommendations Arch Linux