If you are looking for a Linux distribution that is not only packed with powerful ethical hacking and pentesting tools but also stands out with a unique, stunning visual aesthetic, Athena OS is an exceptional choice. Based on Arch Linux, it provides seamless access to over 2,800 security tools through the BlackArch repository while delivering a customizable, anime-inspired design interface.
In this article, we will walk you through the complete, step-by-step installation process—tested on an HP Victus gaming laptop equipped with an AMD Ryzen 7000 series processor and NVIDIA RTX 4050 graphics. Whether you are a beginner stepping into Arch-based systems or an enthusiast looking for a fresh look, this detailed walkthrough will ensure a smooth setup without confusion.
Table of Contents
1. Prerequisites and Creating a Bootable USB
Before starting the Athena OS installation, ensure you have the following essentials ready:
- A blank USB flash drive (at least 8GB capacity).
- The official Athena OS ISO file downloaded directly from athenaos.org.
- A stable internet connection during installation, as packages are fetched live from online repositories.
To burn the ISO onto your USB drive, you can use tools like Rufus (on Windows) or Balena Etcher (available as an AppImage on Linux). If using Balena Etcher on Linux, make the AppImage executable and launch it via terminal:
chmod +x balenaEtcher-x64.AppImage
./balenaEtcher-x64.AppImage
Select your USB drive, choose the downloaded Athena OS ISO, and click flash to create your bootable medium.
2. Step 1: Booting from USB via BIOS Boot Menu
Insert the bootable USB into your computer, restart the system, and repeatedly press your manufacturer's boot menu key (typically F9, F10, F12, or ESC depending on your laptop brand). Select your USB drive from the boot menu.
You will be greeted by the GRUB bootloader displaying multiple startup options:
Athena OS install medium (x86_64, UEFI, open source)
Athena OS install medium (x86_64, UEFI, open source) with speech
Athena OS install medium (x86_64, UEFI, open source, no nouveau)
Athena OS install medium (x86_64, UEFI, NVIDIA)
Athena OS install medium (x86_64, UEFI, NVIDIA, no nouveau)
Athena OS install medium (x86_64, UEFI, safe graphics, nomodeset)
If your laptop features a dedicated NVIDIA graphics card (such as the RTX series), selecting "NVIDIA, no nouveau" is strongly recommended. The open-source nouveau driver frequently conflicts with modern NVIDIA GPUs during live boot; disabling it ensures a stable display environment. If your system runs exclusively on integrated AMD or Intel graphics, the standard open-source option works perfectly.
3. Step 2: Connecting to Wi-Fi in Live Environment
Once booted, you will automatically log into the Athena OS Live Environment under the user account athena without needing a password. Helpful prompt instructions will appear on screen.
Because the installer downloads packages live, you must connect to the internet first. The easiest method is launching the interactive network manager:
nmtui
This opens a clean, text-based user interface where you can easily select your Wi-Fi network and enter your password. Alternatively, connect directly via terminal:
nmcli dev wifi connect "YOUR_WIFI_NAME" password "YOUR_PASSWORD"
Verify your connection stability by running:
ping -c 3 google.com
4. Step 3: Launching the Dory Installer
With your internet active, start the official Athena OS installer, codenamed "dory":
sudo dory
This initiates a guided TUI (Text User Interface) installer. Use your keyboard arrow keys to navigate and the Enter key to select options across each configuration stage.
5. Step 4 to 7: System Architecture, Timezone, and Layout
- Base System: Choose "Athena Arch". This links directly to Arch repositories, providing over 2,800 GPG-signed pentesting tools and bleeding-edge AUR access.
- Timezone: Select your regional timezone (e.g.,
Asia/Kolkatafor Indian Standard Time). - Keyboard Layout: Select "English (US) - qwerty" for standard operation. Avoid "International" layouts to prevent unexpected dead keys during regular typing.
- Locale: Choose
en_US.UTF-8for universal character encoding compatibility.
6. Step 8 to 11: Partitioning, Filesystem, and Swap Setup
This is the most critical stage of the installation. When prompted, choose "Use a best-effort default partition layout" for automated, reliable partitioning.
Next, you must select the correct target drive. You will see listings similar to:
sda— 28.67 GiB (This is your USB installer drive)nvme0n1— 476.94 GiB (Your internal laptop SSD)
Always select your internal SSD (e.g., nvme0n1). Selecting the USB drive will erase your installer medium instead.
- Filesystem: Choose ext4, the most stable and widely supported filesystem for Arch-based environments.
- Swap Space: Allocate swap based on your system RAM (e.g., 8GB swap for a 16GB RAM system). Leave disk encryption (LUKS) disabled for a straightforward setup.
7. Step 12 to 15: Hostname, Passwords, and Desktop Environment
- Hostname: Assign a network identifier name like
athena-laptop. - Root Password: Set a secure administrator password.
- User Account: Create your regular user profile. Choose zsh as your default shell for advanced auto-suggestions and configure sudo power to "Yes" so you can execute administrative tasks.
- Desktop Environment & Theme: Choose GNOME (recommended for stability) or KDE Plasma. Athena's signature "Material UwU" auto-theming will be applied, giving your desktop its iconic anime-inspired aesthetic.
8. Final Installation & Post-Setup Updates
Review your choices and proceed with installation. Depending on your internet speed and drive performance, the process will take between 15 to 40 minutes to fetch and configure packages.
Once complete, reboot your system and remove the USB flash drive. Upon your first login, immediately run a full system update to synchronize package keyrings and repositories:
sudo pacman -Syyu
9. Conclusion
Athena OS bridges the gap between professional penetration testing firepower and a vibrant, personalized anime aesthetic. While its Arch-based nature requires careful attention during disk partitioning, following this structured guide ensures a seamless deployment. Dive into your new environment, explore the BlackArch toolset, and customize your workflow to match your style!