-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aarch64 support for M1 Mac Silicon #25
Comments
I'd love to make it work on Arm as well, but at the moment, I simply don't have any spare capacity for this project. Overall, sounds like you're following the right direction. |
Fedora/Debian images run slick on M1/M2 under UTM App https://www.youtube.com/watch?v=1WWj6qoWhJw For the day job I need to roll amazonlinux:2 and amazonlinux:2022 virtual machines. The later exists no-where AFAIK. I was thinking of whacking the bootloader/kernel out of a Fedora 37 ISO for aarch64 and amd64. Is this insane? Fedora arm minimal seems to be here https://arm.fedoraproject.org |
@chadbrewbaker I'm afraid this is (still) outside of my area of expertise. I'd love to get deeper into this wonderful world of Linux distributions and image builders, but there is only 24 hours in my day 🙈 |
It works fine on a Mac M1 but since it doesn't run in native mode, without acceleration, the result is a bit slow.
I try to get a working solution starting from your work with
FROM --platform=linux/arm64/v8 ubuntu:20.04
qemu-system-aarch64
following : https://www.sevarg.net/2021/01/09/arm-mac-mini-and-boinc/Has anyone tried with an arm version or has the information to build a bootable linux system for Mac M1?
The text was updated successfully, but these errors were encountered: