Replies: 8 comments 31 replies
-
This is a gem! |
Beta Was this translation helpful? Give feedback.
-
This got me to the finish line, thanks! |
Beta Was this translation helpful? Give feedback.
-
Have an old Macbook pro intel. can we install arch in it. |
Beta Was this translation helpful? Give feedback.
-
You are aware we've made a (minimal) Hyprland version? Then you won't need to manually create users, you won't forget to install the meta packages etc... |
Beta Was this translation helpful? Give feedback.
-
I ran the script on my system and it didn't try to install nvidia drivers at all. It failed at the last script though, probably because some package is not available for aarch64. |
Beta Was this translation helpful? Give feedback.
-
Quick update: yesterday I was able to get Asahi ALArm and Omarchy installed, it was able to work through all the errors and complete the installation process with some caveats:
All of the above let me to decide to get a NUC pro and install on intel chips. Was really hoping to be able to reuse my old Apple hardware, but it is apparent that there are inherent problems with drivers on my old Mac mini. I'm hopeful that the M-chip driver issues will be able to be resolved for the future, but am no longer planning on a second life for my Apple hardware, and instead am setting up a dedicated machine to play around with in Linux and other things. Sorry for rambling, a lot of that went beyond the troubleshooting, but wanted to provide some context. I will be following this thread, looking forward to when I can truly use my M1 machine natively on Omarchy. :) |
Beta Was this translation helpful? Give feedback.
-
Thanks for the setup, I am writing this from a Macbook M1 Air running Omarchy 🔥. Unfortunately, after installing, the application launcher (I think it is called "walker") does not work, pressing SUPER+Space (SUPER=cmd) does not open it. Anyone having this issue and a fix? |
Beta Was this translation helpful? Give feedback.
-
Suggestion:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Easy step-by-step guide to install Arch Linux on MacBook and then Omarchy
Disclaimer: This guide is intended for Apple Silicon MacBooks and has only been tested on the M1 variant released in 2020. It is advised that you follow the instructions in the manual very carefully lest you risk bricking the MacBook or getting stuck in a Boot Loop (I will provide a fix for that as well in the end).
Step 1:
Visit https://asahi-alarm.org/ and run the following script in your Terminal to start Asahi Alarm Installer:
curl https://asahi-alarm.org/installer-bootstrap.sh | sh
Once inside the Asahi Alarm Installer, please follow the on-screen instructions (very carefully). A few recommendations:
50 GB
available on your SSD that you can dedicate to the Linux partition.Asahi Arch Minimal
from the list of OS options the installer provides.You won't need to manually create partitions once you're inside Arch. Just run
pacman -Syu
, add a new user, and add it to sudo.Step 2:
Log into the new user and install essential packages before installing Omarchy:
Now run the following script in the terminal:
wget -qO- https://omarchy.org/install | bash
Now here's when you'll see the first problem. Once you run the script, and enter your name and email as prompted, the installation will fail because some packages in Omarchy don't have an aarch64 version or at least the default installer can't find them immediately.
Don't panic! All is not lost, yet.
Step 3:
Open this file:
nvim ~/.local/share/omarchy/install.sh
You'll see this on the second line:
set -e
This line stops and terminates the installation as soon as any package fails to install. Once you comment it out, run the following command:
The installation will continue and will skip the packages that aren't available and make it to the end. That's it — you have Arch + Hyprland on your MacBook M1 2020 running, pre-configured by Omarchy.
Now, of course, a few more configurations/tweaks will be required because Arch is not fully supported on aarch64(ARM64) yet.
But you will end up with a setup that is more than good enough for you to get started with Linux on your MacBook and unleash the true speed of Apple Silicon.
In case you end up in a Boot Loop, here's the solution (don't ask me how I know):
New updates coming soon...
Expected fixes:
(Find me on X/Twitter here - https://x.com/tiredkebab )
Buy me a coffee - coff.ee/malik2015no
Beta Was this translation helpful? Give feedback.
All reactions