Installation

The installer only supports full-disk installs: it partitions and wipes the entire target disk. Dual/multi-boot is not supported.

Boot the official Arch Linux ISO, connect to the network (iwctl for Wi-Fi; wired works out of the box), then run:

curl -fsSL https://raw.githubusercontent.com/Dwarf1er/sobarch/master/bootstrap.sh | bash

This is the only manually-typed, unbranded step. bootstrap.sh fetches a checkout of the repository into a temp directory and launches installer/tui/__main__.py, nothing else: no separate hosting, no custom ISO. The TUI then walks through disk selection, account/locale setup, and optional software profiles before handing off to archinstall. On success it reboots into a working desktop; on failure it points at the full install log rather than hiding it behind a branded screen. Look for install.log in /root/sobarch-install/ (the same directory the generated archinstall config is saved to).

Edit this page on GitHub