Setup rayrice on a minimal Asahi Linux on an Apple M1 - remolueoend/kb GitHub Wiki

Asahi Installation

Just follow the installer by running curl https://alx.sh | sh. If you need to remove an existing Asahi Installation first, follow this artice on how to remove the partitions.

Initial setup after successful installation

All further steps assume that you have logged into the system with root/root.

Network setup

  1. start iwd: systemctl start iwd
  2. connect to wifi network by running following command in iwc: station wlan0 connect[-hidden] <SSID>.
  3. leave iwc and start DHCP daemon by running dhcpd.

Install rayrice

  1. run pacman -Syu to update repos and existing base packages.
  2. download remolueoend's LARBS script: curl -LO https://raw.githubusercontent.com/remolueoend/LARBS/master/larbs.sh and run it: bash ./larbs.sh
⚠️ **GitHub.com Fallback** ⚠️