Comments on: How to Install Arch Linux: A Beginner’s Practical Guide https://linuxiac.com/arch-linux-install/ All things Linux & Open Source Fri, 28 Feb 2025 12:05:02 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Spiros Sakkas https://linuxiac.com/arch-linux-install/#comment-65393 Fri, 28 Feb 2025 12:05:02 +0000 https://linuxiac.com/?p=35761#comment-65393 Hello, i’m on a laptop with integrated graphics. So what about Intel? Is it also built in?

]]>
By: Norazi https://linuxiac.com/arch-linux-install/#comment-65021 Wed, 29 Jan 2025 19:25:54 +0000 https://linuxiac.com/?p=35761#comment-65021 Hi, I tried to name my partitions "nvme0p1", "nvme0p2", etc instead of vda1/vda2 because I am not installing to a virtual system and a little OCD about the naming. I replaced all mentions of vda with nvme in the commands but something is still looking for VDA after reboot.

]]>
By: Bobby Borisov https://linuxiac.com/arch-linux-install/#comment-64976 Tue, 21 Jan 2025 09:13:31 +0000 https://linuxiac.com/?p=35761#comment-64976 In reply to Peter.

Well, when it comes to Secure Boot, the official Arch documentation clearly states:

Note: Arch Linux installation images do not support Secure Boot. You will need to disable Secure Boot to boot the installation medium. If desired, Secure Boot can be set up after completing the installation.

]]>
By: Peter https://linuxiac.com/arch-linux-install/#comment-64973 Tue, 21 Jan 2025 05:16:52 +0000 https://linuxiac.com/?p=35761#comment-64973 I think that many readers could benefit from more explanation about Secure Boot (a name).I also installed Linux on an OEM-laptop, that can be quite a challenge with Secure Boot enabled. You need to install another tool in order to load the bootloader. I forgot the name but this tool is the only tool which Microsoft its Secure Boot accepts so it has to be in between Secure Boot in the UEFI and the bootloader like GRUB, rEFInd or SystemdBoot. To disable SecureBoot on this specific laptop you first have to enter a password for the BIOS, otherwise the option to disable Secure Boot isn't even visible. Good luck guessing that. It might be useful to explain how to install Linux with Secure Boot on if the user can't disable it.

On the topic of an Arch install, mostly it is the same as doing another distro-install but you do everything vai the GUI. However, there are a few extra steps. I highly recommend people to at least do the first install the manual way and this while making sure that you understand what you are doing. It simply helps to maintain your system with more ease when you have already seen certain steps in the install process. In my opinion the user needs to understand on a helicopterlevel what mounting is and how to do it, what chrooting is, how to work with Systemd (or another initsystem) and it helps too if the user knows which software is on his system and he can easily work with pacman via the terminal but the last won't be learned with an Arch-install, that will come with using the system. Also there is value in making (dumb) mistakes. I made a few myself when I was still learning the basics. My funniest and also a pretty dumb mistake is that 1 time I had no sound because I made the .config-directory as the root user. PulseAudio couldn't do its thing because the root owned the directory and even after fixing that PulseAudio won't start itself. A less dumb mistake, the first Arch install I didn't know that you needed to start up the init-service for NetworkManager. There is value in making such mistakes so just install Arch yourself and learn from it and you will get more at ease being your own systemadministrator. Currently I easily keep my Arch system running for many years without any issue other than an occasional broken package which I don't control. Though pacman is a great packagemanager we do get broken packages occasionally. For example, in 2024 we had a broken kernel (segfault while compiling dwm, many users had this), broken glibc (compiled without support for the older hashing method, it broke games) and there was a bug in the kernel caused by a little mistake from an AMD-developer (> vs >=) which made some games not start up, AMD did not find out about this bug until people reported the problem because ironically Resizable Bar camouflaged it on newer systems (Zen3/Zen4 + RDNA2/RDNA3).

]]>
By: Richard G https://linuxiac.com/arch-linux-install/#comment-64967 Mon, 20 Jan 2025 18:31:53 +0000 https://linuxiac.com/?p=35761#comment-64967 That's a great guide, pure & back to basics – having used Arcolinux, Endevour and Archinstall. I would be very interested to see btrfs included as well.

]]>
By: Mark Rijckenberg https://linuxiac.com/arch-linux-install/#comment-64364 Wed, 11 Dec 2024 07:50:53 +0000 https://linuxiac.com/?p=35761#comment-64364 It is probably better to just run archinstall 3.0.1 ( GitHub – archlinux/archinstall: Arch Linux installer – guided, templates etc. )

]]>
By: Bobby Borisov https://linuxiac.com/arch-linux-install/#comment-64358 Tue, 10 Dec 2024 21:37:17 +0000 https://linuxiac.com/?p=35761#comment-64358 In reply to anon.

Well, the main difference lies in the booting mechanism and partitioning scheme. You can use the master boot record (MBR) partitioning scheme and GRUB as a bootloader, installed directly on the disk's MBR.
Since most users and modern hardware rely on UEFI and the GPT partition table, I aimed to make the guide as relevant and helpful as possible for the widest audience.

]]>
By: Bobby Borisov https://linuxiac.com/arch-linux-install/#comment-64355 Tue, 10 Dec 2024 21:28:20 +0000 https://linuxiac.com/?p=35761#comment-64355 Hey, Arch enthusiasts!
The guide has been fully revamped with even more detailed explanations and some brand-new sections. Just like before, if you follow it step by step, one thing’s for sure—you’ll have a smooth and successful Arch installation. Happy Arching! 😀

]]>
By: anon https://linuxiac.com/arch-linux-install/#comment-64352 Tue, 10 Dec 2024 19:39:51 +0000 https://linuxiac.com/?p=35761#comment-64352 How about a guide for us that prefer to use Legacy and not UEFI, how about us?

]]>
By: Daniel https://linuxiac.com/arch-linux-install/#comment-64001 Sun, 27 Oct 2024 14:51:05 +0000 https://linuxiac.com/?p=35761#comment-64001 Great tutorial! I’m an absolute beginner at this, installing Arch on a virtual machine in Virtualbox running on Ubuntu Studio, to practice using command lines. However, while installing Gnome the installation stopped and I couldn’t get past that stage. Is this a known problem?

]]>