Installing Arch Linux the Lazy Way

Thursday, Jun 19, 2025 | 3 minute read | Updated at Thursday, Jun 19, 2025

Installing Arch Linux the Lazy Way

Hey fellow future-Arch-users! Today I’ll show you how to install Arch Linux without needing a PhD in wiki navigation. Thanks to the magical archinstall script, we can now get this done faster than it takes to compile Gentoo’s base system (okay, maybe not that fast).


Step 1: Get the ISO (Like a Digital Pirate)

First, grab the latest Arch ISO from their delightfully minimalist website:
👉 archlinux.org/download

Pro Tip: The “mirrors” page looks like it’s from 2003 – that’s how you know it’s legit.

Making Your USB Bootable

  • Windows Users:
    Use Rufus in DD mode (not ISO mode!). DD stands for “Destroy Disk” if you select the wrong drive.

  • Linux Chad Method:

    sudo dd if=archlinux.iso of=/dev/sdX bs=4M status=progress
    

    (Replace X with your USB drive letter. Yes, this will nuke everything on it.)


Step 2: Boot It Up (And Pray to Linus)

Smash F12/DEL/ESC during startup (depending on how much your motherboard hates you) to access the boot menu. Select your USB.

You’ll be greeted by a beautiful root@archiso~# prompt. No GUI? Good – we’re doing this properly.


Step 3: Let archinstall Do the Heavy Lifting

1. Internet Check (Because Offline Arch is Sad Arch)

ping google.com
  • WiFi Warriors: Use iwctl (Arch’s built-in WiFi sorcery):
    iwctl
    station wlan0 scan
    station wlan0 connect "YourWiFi"
    exit
    

2. Launch the Magic Script

archinstall

Now enjoy this beautiful TUI menu that does 90% of what took us 5 hours to do manually back in the day.


Configuration Cheat Sheet

SettingRecommendationNotes
Disk/dev/nvme0n1 or /dev/sdaSay goodbye to your Windows partition
Filesystemext4 (default)btrfs if you’re feeling fancy
Hostnamearch-masterraceBe creative
Desktopgnome/kde/xfceOr go hardcore with minimal
Bootloadersystemd-boot (UEFI) or grub (BIOS)UEFI is cleaner, fight me
TimezoneAsia/JakartaOr wherever you VPN from

Wait 5-10 minutes while Arch installs. Perfect time to brew some coffee (or ramen).


Step 4: Post-Install Party

After reboot, log in and run:

sudo pacman -Syu

(Translation: “Update everything because Arch moves faster than your ex”)

  1. Install yay (AUR Helper):

    git clone https://aur.archlinux.org/yay.git
    cd yay && makepkg -si
    

    Now you can install all those bloatware essential packages:

    yay -S neofetch steam discord
    
  2. Flex Your Installation:

    neofetch
    

    (Mandatory screenshot for Reddit karma)


💀 Troubleshooting

  • archinstall Failed?
    Congrats! You’ve unlocked Manual Mode. Refer to the Arch Wiki – it’s our bible.

  • WiFi Not Working?

     sudo systemctl enable --now NetworkManager
    

    (Yes, I just recommended NetworkManager. Purists may scream.)


Final Thought:
This method gets you 80% of the “Arch experience” with 20% of the pain. Want full bragging rights? Do a manual install next time – I’ll wait with popcorn.

Now go forth and sudo pacman -Syu like it’s your job.

(this tech doc from ‘ramenaru’ -> Certified Arch Install Survivor)

comments powered by Disqus

© 2025 ramenaru

🌱 Powered by Hugo with theme Dream.

About Me

ramenaru’s Avatar
(Yes, that’s me—probably. akshually that’s my OC)

Who Am I?

Hi! I’m ramenaru—a script kiddie turned Linux enthusiast, part-time code wrangler, and full-time nerd learners. I break things (mostly my own code), fix them (sometimes), and document the chaos along the way.

My Interests (In No Particular Order)

  • Programming – I write code that mostly works. Python, Javascript/Typescript, Golang, Bash—whatever gets the job done.
  • Linux – Arch? Debian? Fedora? Yes. I distro-hop like it’s a hobby (because it is), but of course Arch is the best.
  • Hacking / Security – Not the Hollywood kind. More like “Why does this server keep crashing?” and “Oops, I rm -rf’d the wrong thing.”
  • Games – From retro emulators to wasting hours in open-world RPGs. (Skyrim modding counts as programming, right?)
  • History – Because nothing beats real-life Game of Thrones (minus the dragons… probably).

“The first rule of hacking: everything is vulnerable, if you’re creative enough.”

What I Do

  • Break stuff.
  • Write about tech (badly) on this blog.
  • Pretend I understand kernel panics.
  • Occasionally make something useful (rare).

Find Me On

  • GitHub – Where my half-finished projects live.
  • TryHackMe – Mostly my journal CTF and bad takes.
  • Discord – Lurking in dark corners servers.

This site is using g1eny0ung hugo’s themes – dream