Niklas20114552 / arch-tui-installer

An easy-to-use TUI installer for Archlinux for beginners
https://arch-tui-installer.github.io
4 stars 1 forks source link
arch-linux archlinux installer linux

Arch-TUI-Installer

Arch-TUI-Installer is an Installer for Archlinux.

It's based on the Arch Basic Install-Repository on GitLab.

GitHub release Website Isomaker

I need your help!

You can download both lang.conf (there is also one in the installed folder) files and make a translation.

When you're done, please submit it via the Issue-Tab, with the Title:

Translation: [YOUR-LANGUAGE]

Troubleshooting

UEFI with QEMU:

When you are having troubles booting the ISO: Please use the UEFI x86_64: /usr/share/OVMF/OVMF_CODE_4M.fd Firmware, not UEFI

Installation with the ISO-File

In the Releases Tab download the latest ISO File. Then attach the ISO to the VM, burn it to a DVD or copy it to an USB-Stick. Then type this into the Terminal:

setup

Manual Installation

Recommended when key errors occur. (such as Invalid or broken Package (PGP-Signature)

Download the Archlinux ISO

In Terminal type this:

pacman --needed --noconfirm -Sy dialog git
curl -O https://raw.githubusercontent.com/Niklas20114552/arch-tui-installer/main/updater
chmod +x updater
./updater

I found an Issue!

Thank you! Please enable the debug-mode:

Normal installation: Run setup with setup --debug

Manual installation: Run setup with setup --debug, after you have started the Updater

Than look for error-messages and write it down. Please report the error in the Issue-Tab. But first check if it has already been reported