> Date: Wed, 23 Nov 2016 08:50:25 -0500 > From: Jiri B <[email protected]> > > On Wed, Nov 23, 2016 at 01:55:59PM +0100, Leo Unglaub wrote: > > Hey, > > > > On 11/23/16 13:27, Mark Kettenis wrote: > > >>> Booting the UEFI version of the install.fs works fine and also the > > >>> install works but i am unable to boot the server. According the the > > >>> datacenter this happens because OpenBSD does not write an entry in the > > >>> mainboards firmware UEFI bootlist and simply asumes a fallback to > > >>> /boot/bootx64.efi. But according to the datacenter this mainboard does > > >>> not have that fallback and simply does not know what to boot. > > >That sounds correct. > > So probably something like this? > > efibootmgr --create --disk /dev/$disk --part 1 --label "OpenBSD (${disk})" > --load "\\EFI\\openbsd\\BOOTX64.EFI"
Right, something like that would work if you copy the OpenBSD EFI bootloader into /EFI/OpenBSD/BOOTX64.EFI on the EFI system partition first.
