Can the solo-io plugin work in conjuction with the packer qemu plugin to boot up ARM images? #157
Unanswered
shantanoo-desai
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I understand correctly, ARMv8 images for boards like Raspberry Pi 4 do not have a EFI bootloader system in them rather they use bootloaders like u-boot, secure-boot. The initial device setup on first boot in such cases happens via tools like
cloud-init
via their respectiveuser-data
,meta-data
file when placed in the/boot/firmware
partition.However in order to trigger the cloud-init process one actually has to load the image on an SD Card and boot the device to initiate the first boot setup.
In this case, I was thinking whether
Resources
From my research it is possible to boot images on x86_64 host machine and I have been successful to boot an ARMv8 Ubuntu CloudImg on such a host using packer's
qemu
plugin.packer-maas ubuntu templates
System Emulation using QEMU RPI4 and EFI
Beta Was this translation helpful? Give feedback.
All reactions