Hello,
I'm building an image (on an Alpine 3.18 host) for deployment on OVH bare metal, using the following:
alpine-make-vm-image --image-format qcow2 \
--image-size 2G \
--boot-mode UEFI \
--packages "chrony doas doas-sudo-shim less logrotate openssh ssmtp" \
--script-chroot \
alpine.qcow2 -- ./configure.sh
The built image is available here: https://jordanschatz.com/alpine.qcow2
When loading it in OVH via their BYOI (bring-your-own-image)
After installing the host does not respond to a ping. Using IPMI the host hangs (?) after booting to EFI

Any suggestions how to debug or what to try?
Thank you!
Hello,
I'm building an image (on an Alpine 3.18 host) for deployment on OVH bare metal, using the following:
The built image is available here: https://jordanschatz.com/alpine.qcow2
When loading it in OVH via their BYOI (bring-your-own-image)
After installing the host does not respond to a ping. Using IPMI the host hangs (?) after booting to EFI
Any suggestions how to debug or what to try?
Thank you!