Arch Linux 2024 Installation

arch linux 2024 xfce

Arch Linux is an independent distribution created in 2002 by Judd Vinet based on the CRUX distribution. The system lacks graphical configurators, but this does not prevent its free management.

The current installation Arch Linux is my 5th attempt at this system, the first 3 were performed in 2011, 2012, 2013 and via Achoo! in 2016.

For the purposes of this installation, I used the Arch linux 2024.10.01 ISO media, I performed the installation on a virtual machine, to which I assigned 20 GB of disk space, 1 processor core and 1 GB of RAM. Text mode installation does not require more computing power, but using Arch after graphical installation, with many services, requires a bit more.

The live media is equipped with GRUB, which boots machines with UEFI or BIOS and has a text installer “archinstall”, which should be run after the live system loads.

archinstall

First, select the mirror server; here: Poland and the location “pl” and “pl_PL.UTF-8”.

time zone

keyboard layout

The next step is Disk configuration -> Partitioning, which allows you to use automatic partitioning, manual or previously mounted partitions (I chose automatic).

disk partitioning

disk partitioning

You should select the disk for installation (here: ATA VBOX), file system, subvolumes (in the case of choosing btrfs), compression and confirm the settings.

choose disk

disk setup

btrfs subvolumens

compression

confirm partitioning

The GRUB boot loader, swap partition and hostname are configured by default, you can change them, but if you are not sure, leave these settings as they are now.

The next step is to set the root password.

root setup

and add a new user; you can also add him to the sudo group so will have the administrator privileges.

user setup

The Profile option allows you to choose one of several graphical environments and window managers, I chose Xfce.

desktop setup

Now you can choose the default sound server that will be installed: Pipewire or Pulseaudio.

choose audio server

The Kernels option allows you to choose one of a few Linux kernels; the default is the latest, but the LTS kernel is a good choice.

The Additional packages option allows you to install additional packages, the names of which must be entered manually. To be sure it will be installed, I chose “networkmanager”.

The next option Network configuration allows you to copy the network configuration from the live system to the installation, use the networkmanager or manually configure it (I chose the first option).

network configuration

The next option configures the time zone, so I chose Europe/Warsaw.

The Optional repositories option allows you to enable the multilib and testing repositories, which I leave to each one individually (I don’t need them).

If all options are configured, you can start the Arch Linux installation by selecting Install.

installation setup confirmation

installation of arch linux started

At the end of the installation, the installer allows you to chroot into the installed system and apply any necessary corrections.

chrootinginto the arch linux system

The installation of the system took about 2 minutes in the version without a desktop, and 5 minutes in the version with the Xfce desktop.

After starting the Arch Linux system from the disk, I logged in via LightDM and received a ready-to-work Xfce desktop with a minimal set of applications.

The Xfce desktop used 450 MB of RAM, which I consider a very good result.

Summary

Contrary to my earlier concerns, the Arch Linux text installer is quite well done, allowing you to configure most settings, choose a desktop, install additional packages, etc. My previous Arch installs were more mentally demanding and time-consuming.

If you are an Arch Linux lover, you can safely use the current installer to enjoy a pure, vanilla Arch Linux system.

 
Ten post jest dostępny również w języku polskim: https://linuxiarze.pl/arch-linux-2024-instalacja/

ArchStrike

Web site: archstrike.org Origin: USA Category: Security, Pentest Desktop environment: Openbox Architecture: x86, x86_64 Based on: Arch Linux Wikipedia: Media: Live DVD The last version | Released: 2021.12.31 | December 31, 2021 Zobacz po polsku: ArchStrike ArchStrike (formerly: ArchAssault) is a non-profit organization that provides repositories and a Linux distribution for security, privacy, and security ... Read more

Source

EndeavourOS – system installation and first impressions

endeavouros 20240625

EndeavourOS is a rolling Linux distribution based on the Arch Linux. The project is intended to be a spiritual successor to Antergos – providing easy configuration and a pre-configured desktop environment based on Arch.

After the failure of the previous installation of CachyOS, I decided to test another system from a similar segment, also based on Arch Linux, so my choice fell on EndeavourOS.

The ISO media allows you to run the live system with closed Nvidia graphics drivers or open-source ones. The live system is equipped with only a few basic applications.

The live system is not a speed demon, but it is quite fast, despite the default KDE Plasma desktop – the desktop with basic services uses 2.5GB of RAM on iddle.

For the installation in the VirtualBox virtual machine, I allocated 25GB of disk space, 2 processor cores, 4GB of RAM and performed it in UEFI mode, with full disk encryption. The ISO media used was EndeavourOS 20240625 x86_64.

The live system automatically loaded the welcome window in English, but after selecting “Change language” I changed the language to my one (Polish).

welcome window

Starting the system installation from the Welcome window allows you to choose the installation method:
– online – you can choose one of the available desktops; an active Internet connection is required; packages will be updated to the latest versions
– offline – the system is installed in the same form as the live system, with the KDE Plasma desktop and without package updates

Due to the high resource consumption of Plasma, I chose the online installation to install another, lighter desktop.

installation mode

The well-known Calamares installer in Polish started – choosing the default settings did not require any changes to the configuration.

calamares main window

time zone

keyboard layout

Now I could choose another desktop, my choice was Xfce. I also checked the installation of an additional kernel from the long-term support (LTS) line. In this case, the 6.10.4 kernel was installed as the default and 6.6.46 LTS.

desktop selection

desktop selection list

In the next step, the installer allows you to choose the boot loader: systemd-boot (default), GRUB or without installing the bootloader – I chose the default one.

bootloader section

Since I install the system on a clean disk, I chose the option to clean and use the entire disk with encryption (for testing purposes).

disk partitioning

Then configure the target user and confirm the settings.

target user configuration

setting confirmation

Now you can start transferring EndevaourOS to your computer’s disk.

starting the installation

The installation process went without any problems, you can close the installer window and boot the system from the hard disk.

installation finished

Since I chose full disk encryption, during system startup I was asked to enter the disk decryption password – the password was accepted, so so far it’s going well.

Then a graphical login window was launched, after logging in I received the Xfce desktop, selected during installation.

The Welcome window launched automatically offers many options to facilitate management and configuration of the system and desktop.

welcome window

First, I chose to update packages – all were updated during the system installation on the disk, but I wanted to be sure.

updating packages

Of the many options available in the Welcome application, one of them allows you to install selected programs from various categories.

package selection

Summary

The live system with the KDE Plasma desktop on the virtual machine was not a speed demon, but working on it was quite bearable. It is not my favorite desktop, but the possibility of installing one of a dozen others solves this inconvenience.

The 2.5GB RAM consumption in the live system by the KDE Plasma desktop is definitely too high for me.

The installation on the disk with the Calamares installer took place in the background, i.e. without any terminal windows popping up.

The installation itself took about 15 minutes, which I consider a very good result.

The target system with the Xfce desktop did not contain many applications, I would rather say that it is ascetic in this respect. RAM usage was around 700-800 MB, which I consider a good result, but considering Plasma, you shouldn’t expect anything better (you may need to disable some unnecessary services).

Installing additional software using your own graphical tool is useful, as is the ability to configure many aspects of the system, especially for beginners in Linux.

Considering that the system is based on Arch Linux and AUR packages and repositories, a good solution would be to include a graphical Pacman GUI frontend in the system – Octopi, which I missed here.

However, considering the entire test performed with EndeavourOS, I am pleasantly surprised and I can recommend this system to beginners in Linux who are fans of Arch Linux.

 
Ten post jest dostępny również w języku polskim: https://linuxiarze.pl/endeavouros-instalacja-systemu-i-pierwsze-wrazenia/

CachyOS – system installation and first impressions

cachy os

CachyOS is a Linux distribution based on Arch Linux with advanced optimizations and multiple architectures for the ultimate desktop experience. CachyOS has support for the following file systems: btrfs, zfs, wew4, xfs, f2fs and several desktops that can be selected during system installation directly from the installer window.

The ISO media allows you to run a live system with closed or open-source Nvidia graphics drivers.

The live system is equipped with only a few applications, such as the Cachy Browser web browser, VLC media player, Konsole and Alacritty, Dolphin file manager, GParted, lftp – a console FTP client.

The live system launched in a virtual machine is sluggish, loads slowly, the desktop with basic services uses 1.1GB of RAM.

Launching a web browser called Cachy Browser, based on Librewolf, which is based on Firefox, took several seconds, which is not a good sign of the system’s responsiveness.

For installation in the QEMU(KVM) virtual machine, I allocated 30GB of disk space, 4 processor cores and 3GB of RAM and performed it in UEFI mode, with full disk encryption. The ISO media used is CachyOS Desktop 20240714 x86_64.

There is no icon launching the CachyOS installer in the program menu and on the desktop – access to it is only possible through the Hello CachyOS application.

hello cachy

After choosing how to install the bootloader in a small window (I chose Grub), the actual installer, the well-known Calamares, launches.

bootloader

calamares

Choosing your time zone and keyboard layout is one of your first tasks.

time zone

keyboard leyout

Then I chose the brtfs file system and the option to encrypt the entire disk in automatic partitioning mode. You must enter the password twice to decrypt the disk.

disk partitioning

In the next step, select the default desktop for the target system – I chose the relatively light Xfce.

desktop settings

desktop settings

After entering the new username and password, I completed the configuration of the target system.

target user configuration

starting installation

Tasks requiring package installation were displayed in the terminal emulator, above the Calamares window; usually these tasks in Calamares are done in the background.

package updating

If I noticed correctly, installing the system in online mode in this case does not involve copying the live system from the ISO media and its subsequent configuration with the selected new desktop, but all system packages are downloaded and installed from the server.

After 20 minutes the installation hung on updating packages, and after another 5 minutes I closed the VM with an unfinished installation.

installation error

The second installation attempt was no frills: default KDE Plasma desktop, no encryption, UEFi, and automatic disk partitioning as before. This time I chose systemd-boot suggested as the default bootloader and the ext4 file system.

after 20 minutes the installation hung again on updating packages, I took a coffee break and after another 30 minutes I closed the VM with the unfinished installation.

And that’s how I finished installing CachyOS.
I did not make the third attempt due to lack of time and lack of hope for success. Maybe the next release will be more polished.

Summary

Equipping the system with only a few basic applications has its advantages and disadvantages.
– Good: you can install your own favorite applications without having to remove unwanted ones
– Bad: beginner Linux users may have problems installing additional programs, especially after switching from another system where the applications for specific tasks are completely different.

I did not install the system on the disk correctly, all because of an installer error. I was unable to test the system after installation, booted from disk. For this reason, I cannot comment in any way on the performance of the target system, package updates, installation of new packages, or its responsiveness.

However, the live system with my hardware configuration worked hard and slowly, applications started with a significant delay, which has a significant impact on my poor assessment of the live version. From this observation alone, I can conclude that CachyOS is not aimed at owners of older computers, but rather newer ones with better parameters.

Maybe one of the next versions of CachyOS will encourage me to try the installation again.

 
Ten post jest dostępny również w języku polskim: https://linuxiarze.pl/cachyos-instalacja-systemu-i-pierwsze-wrazenia/

TOP 20 Arch Linux distributions 2023

bluestar

TOP 20 most visited Linux distributions based on Arch Linux in 2023 on the Linuxiarze.pl portal

The following list of the most popular Linux distributions based on Arch Linux in 2023 is illustrative and is based on page views of Linuxiarze.pl users. Distribution, download, installation guides and comments pages were taken into account in the ranking.

Arch Linux was created in 2002 by Judd Vinet, and was based on the CRUX distribution.
There are no graphical configurators in the system, but it does not interfere with its free management.

1. Manjaro Linux
manjaro linux

Manjaro Linux is a live distribution built on Arch Linux and aimed at PC users. Manjaro Linux is offered in versions with desktops: Xfce, KDE and GNOME.
Download

2. Cachy OS
cachy os

CachyOS is a Linux distribution based on Arch Linux with advanced optimizations and multiple architectures for the ultimate desktop experience. CachyOS has support for the file system: btrfs, zfs, ext4, xfs, f2fs.
Download

3. ArchBang
archbang

ArchBang is a live distribution built on top of Arch Linux. The system uses the lightweight Openbox window manager and is a rolling release just like its predecessor. This means that it does not require reinstalling to a newer version – just perform regular updates of all packages.
Download

4. StormOS
stormos

StormOS is a beginner-friendly distribution based on Arch Linux, created by Ben Fitzpatrick, silent robot, seeker, rayzer1981, yugiohmaster88, eznix, TJ wolf and guinn alverson jr.
Download

5. BlueStar Linux
bluestar

BlueStar Linux is a Linux distribution built on Arch Linux packages. BlueStar Linux is available for 32 and 64 bit machines. The developer provides standard iso images and separate ones for machines equipped with integrated GMA3600 (Intel Graphics Media Accelerator) systems. The default desktop is KDE.
Download

6. ArcoLinux
arcolinux

ArcoLinux (formerly: ArchMerge) is a Linux distribution based on Arch Linux. ArcoLinux was created to allow you to learn/develop your Linux skills. The live system is equipped with 3 desktops: Openbox, i3 and Xfce, as well as a wide range of applications from various categories.
Download

7. Salient OS
salientos

Salient OS is an Arch Linux-based distribution for multimedia and game enthusiasts, developed in a continuous development model. The system is configured with various applications to help the user quickly start using Salient OS without having to download additional applications themselves.
Download

8. Arch Linux
arch linux

Arch Linux was created in 2002 by Judd Vinet based on the CRUX distribution. There are no graphical configurators in the system, but it does not interfere with its free management. It uses “tar.xz” packages maintained by the Pacman package manager. It is also possible to install source packages using ABS (Arch Linux Build System).
Download

9. Mabox Linux
mabox linux

Mabox Linux is a Linux distribution based on Manjaro. Inspired by Crunchbang/Bunsenlabs, it uses the lightweight and fast Openbox window manager. Openbox in Mabox is fully configured and ready for immediate use.
Download

10. Garuda Linux
garuda linux

Garuda Linux is a rolling distribution based on Arch Linux. Unlike Arch Linux, Garuda Linux comes with a graphical installer (Calamares) for easy installation and other graphical system management tools.
Download

11. Artix Linux
artix linux

Artix is a Linux distribution based on Arch Linux. The main difference between Arch Linux and its remixes and Artix is the removal of systemd and its replacement by OpenRC.
Download

12. Calam Arch Installer
calam arch installer

Calam Arch Installer for Linux distribution based on and fully compatible with Arch Linux. Calam Arch Installer provides Arch Linux as a live iso with a Calamares installer that allows you to install Arch Linux on your computer’s hard drive.
Download

13. ChimeraOS
chimeraos

ChimeraOS is a Linux-based operating system for PCs, designed with the game console in mind. ChimeraOS runs Steam Big Picture mode so you can play most of the games stored in your Steam library, but it also allows you to install and play many non-Steam games via the built-in Chimera web app.
Download

14. Athena OS
athenaos

Athena OS is a project aimed at building a new concept of an operating system for penetration testing. The name of the project comes from the name of Athena, an ancient goddess associated with wisdom, craftsmanship and the art of war.
Download

15. EndeavourOS
endeavouros

EndeavorOS is a rolling Linux distribution based on Arch Linux. The project aims to be the spiritual successor to Antergos – providing easy setup and a pre-configured Arch-based desktop environment.
Download

16. Antergos
antergos

Antergos is a modern Linux distribution built on Arch Linux. It is a continuation of the Cinnarch project, which was completed at the turn of April and May 2013. Antergos offers Cinnamon, GNOME, KDE, MATE, Openbox and Xfce desktops. Project completed in 2019.
Download

17. Ezarcher
ezarcher

Ezarcher Linux is a full-featured desktop distribution based on Arch Linux. Live comes with many popular software packages and tools to install Arch Linux on your local machine.
Download

18. Arch Labs
archlabs

ArchLabs is a Linux distribution created by two BunsenLabs and Arch Linux enthusiasts. The goal of the developers of the distribution was to combine the look of BunsenLabs and the Arch Linux base system, including the latest package versions, speed, simplicity, the Pacman package manager, and of course the Arch User Repository (AUR).
Download

19. Archman
archman

Archman GNU/Linux is a Linux distribution based on Arch Linux. The system comes with a Calamares installer and offers pre-configured desktops such as Xfce, Budgie and Deepin.
Download

20. Reborn OS
rebornos

Reborn OS is a Linux distribution based on Antergos and later on Arch Linux. The main intention of the creators of the system is to provide a fully configured operating system based on Arch Linux with the possibility of easy installation on the computer’s hard drive.
Download

Wpis dostępny również w języku polskim: https://linuxiarze.pl/top-20-arch-distros-2023/

Skip to content