I'm installing Arch Linux manually (using an ISO image) on a KVM virtual private server.
I'm booted into the ISO image, but it was not booted with EFI.
Is it possible to use systemd-boot in this circumstance?
This post doesn't appear to have a good answer for my situation:
The instructions I'm following suggest a bootloader needs to be installed. They actually suggest grub should be installed.
pacman -S grub
grub-install /dev/vda
grub-mkconfig -o /boot/grub/grub.cfg
However, I would prefer systemd-boot if it is possible.