You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 10, 2019. It is now read-only.
I've been working on this with the goal of building ARM64 AMIs for Kubernetes on AWS — on Debian Stretch. I'm also working on adding ARM64 support to Imagebuilder as part of this.
I'm currently stuck at grub-install; it seems that /boot/efi is missing. How do the official Debian AMIs for ARM64 get built? Given the modifications I've had to make to get this far, it feels like they aren't using bootstrap-vz at all... I see, apparently they use FAI now. Maybe I'd be better off looking at that...
I've been working on this with the goal of building ARM64 AMIs for Kubernetes on AWS — on Debian Stretch. I'm also working on adding ARM64 support to Imagebuilder as part of this.
I'm currently stuck at
grub-install
; it seems that/boot/efi
is missing.How do the official Debian AMIs for ARM64 get built? Given the modifications I've had to make to get this far, it feels like they aren't usingI see, apparently they use FAI now. Maybe I'd be better off looking at that...bootstrap-vz
at all...My branch of
bootstrap-vz
is here: https://github.com/jsleeio/bootstrap-vz/tree/arm64-supportgrub-pc
The text was updated successfully, but these errors were encountered: