Building arconet – discovering Calamares does not launch

If Calamares fails to launch, please inform the ArcoLinux team, and we will promptly rebuild a new version. The speaker provides a detailed walkthrough on building custom ISOs (installation disk images) for the ArcoLinux project, focusing on recent updates related to...

Build your own Arch Linux iso and install Plasma 6 on Qemu

Several goals in this tutorial: Arch Linux ISO 24 03 01 does not allow installing Kde – missing package Using the nvidia driver from Frogging Family from this tutorial Using Plasma 6 on Wayland – recording with Obs-studio First update archinstall before...

Adding Nimdow to the ArcoLinuxB Xtended iso

The video details the process of adding Nimdow, a new tiling window manager (TWM), to the ArcoLinuxB Xtended ISO. Here’s a summary: Nimdow is introduced as a new tiling window manager (TWM) for ArcoLinux. The video showcases the intention to add Nimdow to the...

How to create your personal look of any desktop – power project

want to build the iso? https://github.com/erikdubois/edu-plasma-power Git clone the code and run script number 40 like any other build. want to have this plasma theme? sudo pacman -S edu-power-git Activate the nemesis-repo with ATT if needed. SUMMARY Project Goal: The...

How to add packages from Chaotics aur to any ArcoLinux iso

The image above is just one of the many chaotic-aur mirrors. https://chaoticmirror.com/chaotic-aur/chaotic-aur/x86_64/ Adding packages from the Chaotic-AUR repository expands the available software options for ArcoLinux ISOs, giving users more flexibility in...

How to create the ArcoLinuxS-Rt-Lts iso under 30 minutes

In this video, the creator embarks on a challenge to build a new ISO, named RT LTS, faster than a previous attempt where an ISO called RT ISO was made in under 30 minutes. The process involves using scripts and Arch Linux and ArcoLinux packages to streamline the...

How to create the ArcoLinuxS-Rt iso under 30 minutes

In this video, released on the 1st of December, the creator addresses an issue with the Xanmod kernel, which is (at the moment) not supported by Arch, and introduces the concept of building ISOs with alternative kernels, including the new Real-Time (RT) and Real-Time...

How to add more desktops to ArcoLinuxB Xtended – adding dk

In this video, the creator introduces a workflow tutorial for ArcoLinuxB, emphasizing the ability for users to build their own ISOs. The tutorial focuses on how to add different desktop environments or window managers, such as DK (a tiling window manager), to an ISO,...

How to create an ArcoLinuxS Xanmod with Chadwm

We would like to have an ArcoLinuxS Xanmod with Chadwm. We get our code in and compare both packages files and make our decisions. git clone https://github.com/arcolinux/arcolinuxs-xanmod-iso git clone https://github.com/arcolinuxb/arco-chadwm We would like to have an...

How to create any ArcoLinuxB iso with Lts or Zen or Xanmod kernel

Goal I want to build an ArcoLinuxB iso so that I can boot up with either the lts zen xanmod kernel. In this video, the creator explores the concept of customizing ArcoLinux ISOs with different kernels and desktop environments, specifically focusing on integrating...

How to create a bare ArcoLinuxB iso

Check out the video how we make a bare ArcoLinuxB iso. Plasma is just an example. It could have been Mate or Cinnamon or Gnome or … In this video, the creator addresses a user’s request from Discord about creating an ArcoLinuxB Plasma “bare”...

How to create an ArcoLinuxB Hypr iso from scratch

Once all the githubs, repos, package builds and scripts are in place making a new iso is not that hard. See what steps we take to create an ArcoLinuxB Hypr. We need a package for the configuration and a package for the application: arcolinux-hypr-git hypr-dev-git...

Building an ArcoLinuxS Xanmod iso from scratch

In this video you can look over my shoulder and find out how easy it is to make a ArcoLinuxS Xanmod iso. Xanmod is a linux kernel. More info on their website. We have already an LTS version so we need to look for any and all instances of “lts” and change...

Creation of ArcoLinuxB Plasma + Dwm

The goal is to build an ArcoLinuxB Plasma with Dwm. We get the relevant code from the githubs and explain the workflow. If you want to combine other desktops you just download other githubs. Then we test in VirtualBox what we have created. See anything wrong. Change...

Creation of Splasma – ArcoLinuxS and Plasma combined

This is a what-if from a user. We posted the message about ArcoLinuxS to be smaller than ArcoLinuxL. The user joked “now we wait for a Splasma”. Splasma being the XS and Plasma. The result was a tutorial (see below). Dwm is installed during Calamares. Why?...

Creation of ArcoLinuxB Xtended – Youtube series

Thanks to the work we have done in adding more packages for every desktop and dividing them up into desktop essential elements (arcolinux-bspwm, …) non-desktop essential elements (arcolinux-config-bspwm,…) we have now more flexibility with our packages. We...

Building scripts explained for ArcoLinuxB – BYOI

We have improved the building scripts and made them better. Goals better maintenance more color educational value for arcolinuxiso.com tutorials later on We show you how to get all arcolinuxb githubs on your system with arcogetstarted. You can find the latest version...

How to create the biggest gaming iso ever

Get your build scripts fromhttps://github.com/arcolinuxbwith git clone You just want OPENBOX and LOTS OF GAMES You can use any desktop you likeWe choose Openbox  BYOI procedure git clone https://github.com/arcolinuxb/arco-openbox-minimal change packages.x86_64 to...

Building an ArcoLinux -D -B iso on Arch Linux

I remember a question on discord about building an ArcoLinux iso on Arch Linux. This was a great opportunity to show everyone that there is no issue whatsoever to build isos on Arch Linux. ArcoLinux and Arch Linux are super similar. You only require the...