a community-built Arch Linux Installer for ARM (Aarch64) based devices.
- Radxa Rock 5 series (Rock 5A and Rock 5B)
- Orange Pi 5 series (Needs Testing)
- Khadas Edge 2 (Known Issues)
Images for Radxa Rock 5 series are available on the RPI Imager repository.
Images for Khadas Edge 2 are available on OOWOW (coming soon).
You may also download our prebuilt image and flash it (using RPI Imager, balenaEtcher, etc) to your storage device.
More details can be found at our wiki.
You can build your own image or flash our Installer to your disk directly by executing the following command:
bash <(curl -fsSL https://raw.githubusercontent.com/kwankiu/archlinux-installer-rock5/main/archlinux-installer)
More details can be found at our wiki.
- Power ON your Device with the Storage Device and Ethernet Cable (or WiFi Adapter) plugged in .
- If your first boot shows a user login screen instead, login to root/root and run
installer
.
- The installer will run some setups and you should be prompted to create a user account. Follow the instructions and it should automatically reboot and login to the newly created user account.
- If it does not log in automatically, log in to your newly created user account.
- If the installer does not start automatically, run
installer
to start it.
- The installer will guide you through the installation of Arch Linux with your desired Settings, Kernel, Desktop Environment, and Software, Enjoy!
More details can be found at our wiki.
-
If you get stuck while rebooting, unplug the power and power it on manually.
-
WiFi support is experimental. This is only tested on RTL8852BE, other WiFi adapter may not work properly, refer to armbian firmware for supported WiFi adapter.
-
After the inital setup, the device will reboot, and you will need to connect to WiFi again after a reboot.
-
After the installation, you will need to connect to WiFi again.
More details can be found at our wiki.
We have created a configuration utility arch-rock-config
just like armbian-config, rsetup, or raspi-config but for Arch Linux running on Rock 5 / RK3588.
Note: I am creating a new configuration utility called acu which is based on this utility. This utility will be replaced by acu once it is ready for use.
To launch the configuration utility:
arch-rock-config
More details can be found at our wiki.