From 420ceb49b53a8fa9d8ba8443e42e50cd7bd7cea9 Mon Sep 17 00:00:00 2001 From: Philip Wittamore Date: Sun, 12 Jul 2026 11:08:50 +0200 Subject: update --- articles/2025/Headless-Arch-Install.html | 40 ++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100755 articles/2025/Headless-Arch-Install.html (limited to 'articles/2025/Headless-Arch-Install.html') diff --git a/articles/2025/Headless-Arch-Install.html b/articles/2025/Headless-Arch-Install.html new file mode 100755 index 0000000..8852691 --- /dev/null +++ b/articles/2025/Headless-Arch-Install.html @@ -0,0 +1,40 @@ + + + + + + + Headless Arch Install + + +
+

Bloggings

+ Back + +
+ +
+
+

Headless Arch Install

+

2025-03-21

+

I have a micro pc I'd like to use as a web server

+

It doesn't have a screen so I'll need to do a headless installation

+

I found some simple instructions here: https://tarneo.fr/posts/arch_headless/

+
+sudo pacman -S archiso +mkdir arch-headless && cd arch-headless +cp -r /usr/share/archiso/configs/releng/ . +mkdir releng/airootfs/root/.ssh/ +cp ~/.ssh/id_rsa.pub releng/airootfs/root/.ssh/authorized_keys +sudo mkarchiso -v -o ./out ./releng + +Insert a usb key, mine is in /dev/sdc, and create a bootable usb drive +dd if=./out/archlinux-2025.03.21-x86_64.iso of=/dev/sdc bs=4M; sync +
+

Find the IP address of the machine, and ssh to it. You can then run +archinstall for example.

+
+
+ + -- cgit v1.3.1