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/
659 stars 92 forks source link

Support for arm64 Debian docker containers to bootable linux image #32

Open hggz opened 1 year ago

hggz commented 1 year ago

I know you mentioned this is in your TODO but I can't seem to get it to work on my end. I tried replacing the Debian AMD image with the equivalent arm64, but when It comes time to make the boot loader with extlinux, it fails because it's apparently not available. Do you have any advice on how to implement this? I went down a u boot hole but didn't get that working either. x86_64 works great tho

iximiuz commented 1 year ago

Sorry, haven't tried it myself. I'd expect it to be path-related (assuming you were able to build the arm64 version of the root filesystem successfully). Something similar to this issue.