On 23.11.2016 15:05, Leo Unglaub wrote:
> Hey,
>
> On 11/23/16 14:50, Jiri B wrote:
>> So probably something like this?
>>
>> efibootmgr --create --disk /dev/$disk --part 1 --label "OpenBSD
>> (${disk})" --load "\\EFI\\openbsd\\BOOTX64.EFI"
>
> yeah, i think something like this would work. But i am not sure about
> the --load flag. I would think it should be --load
> "\\efi\\boot\\BOOTX64.EFI" because thats where the OpenBSD installer
> puts the file on the efi partition.
>
> Or am i mistaken?
>
> Thanks and greetings
> Leo
>
Hi
What about simply creating a startup.nsh file on the root of the efi
partition with the following content:
fs0:\efi\boot\BOOTX64.EFI
assuming that fs0 is the efi partition. I haven't tested this with
OpenBSD but it did the trick for me with several Linux installs that
didn't register grub correctly.
Daniel
--
Unix _IS_ user friendly - it's just
selective about who its friends are!