Installing Arch made me appreciate EndeavourOS more

Last night I was feeling bored so I download Arch and installed it on a virtualbox vm. Now I won’t say that installing it was extremely difficult, but it wasn’t the easiest thing either like other Arch users would make you think. While following the installation page I did have to refer to videos a couple of times for clarification on some of the processes (no I didn’t just copy a video from start to finish, pinkie swear). I assume that the wiki was written assuming that the people installing the operating system were more advanced and they made assumptions on what they assumed people already knew, but idk. I can’t say that it was a piece of cake for someone like me who’s only used Linux for just over a month.

All in all I’m still glad I tried it, I installed it on my first try and it took me like 3 hours to go from nothing to having a window manager and some other programs installed and running and I’m quite proud of myself. It has taught me quite a bit. But yeah, I’m still gonna keep sticking with EndeavourOS for future installs if my system borks. I mean, 3 hours installing Arch vs 10 minutes installing EndeavourOS? It’s a no-brainer for me.

Gonna delete the Arch vm because I have no use for it now.

16 Likes

The only thing about installing Arch that I found difficult (or more like unnecessarily tedious, to be honest) was partitioning the drives using the tools provided on the Arch ISO.

Even if I were to, for some reason, switch back to vanilla Arch installed The Arch WayTM, I would probably again use a live ISO from EndeavourOS or Manjaro (or even Buntu) just to run Gparted and prepare the drives, before booting up the Arch ISO image and continuing the installation in the terminal.

The rest of it is, in my opinion, fairly straightforward, simple and just a matter of following instructions.

10 Likes

The first time installing Arch can be a little challenging. But after that first time, it’s simplicity itself.

5 Likes

Heretic!! :scream:

How dare you not suffering with other 100% Arch users?!
How dare you not always use lowest level solution…

Oh my, such a 99,99 percenter…

:frog:

7 Likes

Well, it would be impossible to tell from the finished, installed system, if not for my confession here.

4 Likes

Personally, I far prefer using cfdisk or cgdisk to set up my partitions. I’ve never been fond of GUI partition managers at all.

5 Likes

These are my sentiments exactly…
I still have 1 laptop running vanilla arch, but I don’t think I’ll bother again if it happens to break.
First time always takes longest though… I’ve done it about 4-5 times now, and in about 20-25 minutes I have a running desktop now

7 Likes

I think the overall speed depends on when you call it done! (and the speed of your internet connection). I’d say installed, maybe 7 minutes - with DE, maybe 10 minutes - configured and loaded up, close to an hour! :grin: I don’t use EnOS for the time savings - more the lessening of time-wasting… and the forum!

9 Likes

There’s absolute truth in that :slightly_smiling_face:
Luckily on most of my devices I use a tiling WM, combined with lightweight software, so for me it’s just a matter of copying over my dotfiles, and installing a few programs.

If you’re like me - you have a collection of scripts to do most of it, too! But - AHH - the results… :grin:

Actually… not yet…
I’m still a bit new in the Linux world, should probably look into that.
Shouldn’t be too hard I guess to cobble up a simple script

It isn’t - and I borrowed a few from elsewhere too! (for the AUR installs I usually do). Here’s a sample from a bare Arch for XFCE…

installDE

#!/bin/bash
set -e
sudo pacman -Syyu --noconfirm
#installing displaymanager or login manager
sudo pacman -S --noconfirm --needed lightdm
sudo pacman -S --noconfirm --needed lightdm-gtk-greeter
#installing desktop environment
sudo pacman -S xfce4 xfce4-goodies --noconfirm --needed
#enabling displaymanager or login manager
sudo systemctl enable lightdm.service -f

Not exactly advanced! - just build (or add the usual to) this, and then only one for the AUR stuff to go…(if needed)

4 Likes

Thanks for this!!

1 Like

No prob - I have the setup for adding things from the AUR too, but I got that all from modifying Arcolinux D scripts - they are a bit more complicated…

1 Like

After a few installs. . . I just use archfi now. It’s basically exactly what I end up with anyway, and I can’t miss a step while following along the wiki. Is it the Archway? Not so much. Only downside, I can’t ask for help in the forums. Which I wouldn’t anyway, so it’s not really a downside.

Endeavour is definitely the 15 min Arch though. If I go on vacation for instance, I will just bring an EnOS USB in case I ruin Arch beyond easy repair and fix it when I get home.

3 Likes

The ease of installing - is why I switched from Arch to the predecessor of Antergos distribution - a name I have long forgotten - but I do remember it was primarily by spanish developer(s).

One of the best installer scripts I know of is the aif script from Carl Duff back in 2015. A close second is Archlabs installer by Nate Maia.

I have recently fixed some bugs in aif - I just found another one related to pacman key database - and trying to revive that simplicity.

2 Likes

Cinnarch :smile:

2 Likes

:astonished:

Aren’t you guy that always says:

:stuck_out_tongue_winking_eye:

I only find this funny because I, who usually argues the point that GUI tools are often more efficient, use CLI commands to partition my disks whenever I am not using an installer…

6 Likes

Yes, I’m sure it would be more efficient to do it in the terminal, and I find it completely convincing that, if I were to do it on a more regular basis, I would benefit from learning how to do it in the terminal.

The thing is, I don’t partition my drives every day, I do that maybe once in a couple of years. I learnt to do it in Gparted, when I was a Buntu user, so now I prefer to use the method with which I am the most familiar and which is the least likely to cause me any issues or headaches.

Are Ken Thompson, John Mashey, and Stephen Bourne looking down upon me from their celestial UNIX throne? Have I betrayed everything I ever stood for? You could perhaps make that argument, but I remain unconvinced… :rofl:

8 Likes

This is exactly why I prefer to partition via the terminal - it’s how I did things when I started, so I’m more familiar with it. It feels more comfortable to me. And in the end, we all gravitate towards what we feel more comfortable with.

Luckily we have plenty of options these days. :grinning:

7 Likes