iximiuz / docker-to-linux

Make bootable Linux disk image (ab)using Docker
https://iximiuz.com/en/posts/from-docker-container-to-bootable-linux-disk-image/
669 stars 93 forks source link

aarch64 support for M1 Mac Silicon #25

Open ramet opened 2 years ago

ramet commented 2 years ago

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

Has anyone tried with an arm version or has the information to build a bootable linux system for Mac M1?

iximiuz commented 2 years ago

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.

chadbrewbaker commented 1 year ago

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

iximiuz commented 1 year ago

@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 🙈