This guide walks you through installing Basalt Linux on your computer. The process uses the Calamares graphical installer and is straightforward.
Download the Basalt Linux ISO image from the download page. Also download the SHA256 checksum file to verify your download.
Before writing the ISO to USB, verify its integrity:
Linux / macOS:
sha256sum -c Basalt-1.1-Obsidian-amd64.iso.sha256Windows (PowerShell):
Get-FileHash -Algorithm SHA256 Basalt-1.1-Obsidian-amd64.isoCompare the output to the checksum file. If they match, your download is intact.
You need a USB drive with at least 8 GB of space. All data on the drive will be erased.
Linux:
sudo dd if=Basalt-1.1-Obsidian-amd64.iso of=/dev/sdX bs=4M status=progress && syncReplace /dev/sdX with your USB drive device (e.g., /dev/sdb). Choosing the wrong device can erase your system disk.
Windows:
Use Rufus or BalenaEtcher.
macOS:
Use BalenaEtcher or the dd command in Terminal.
Insert the bootable USB drive and restart. Enter the boot menu (usually F12, F2, Esc, or Del during startup) and select the USB drive. From the GRUB menu, select "Basalt Linux".
Once booted into the live desktop, double-click "Install Basalt Linux" on the desktop. The installer will guide you through:
Once installation completes, reboot. Remove the USB drive when prompted. Log in with the username and password you created. The Welcome app will launch automatically on first login.