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"
Not tested, I haven't played with OpenBSD on a UEFI machine. I was only
messing with EFI on EL7.
efibootmgr | egrep 'Red Hat Enterprise Linux|^BootOrder|^BootCurrent'
BootCurrent: 0015
BootOrder:
0015,0014,0013,0012,0007,0000,0002,0001,0005,0006,0008,0009,000A,000B,000C,000D,000E,000F,0010
Boot0012* Red Hat Enterprise Linux
Boot0013* Red Hat Enterprise Linux (sdb)
Boot0014* Red Hat Enterprise Linux (sdc)
Boot0015* Red Hat Enterprise Linux (sdd)
# above shows the system was boot from "alternative" disk (sdd)
j.