Re: efiboot: change default partition from hd0a

2023-12-05 Thread YASUOKA Masahiko
On Sat, 02 Dec 2023 11:53:25 +0900 (JST) YASUOKA Masahiko wrote: > On Fri, 1 Dec 2023 11:21:22 -0800 > Johnathan Cobden-Nolan wrote: >> I have installed OpenBSD on hd0l: in my case it is for multi-booting, >> but I imagine there are other use cases where boot and/or root are >> installed on

Re: efiboot: change default partition from hd0a

2023-12-04 Thread Johnathan Cobden-Nolan
> you may have to compile your own bootloader. you just need someone to give > you the patch needed to default you to partition l. Thanks for the suggestion! I dug through the code and changed the default partition myself. In case anyone is looking for it, it is in devboot() function:

Re: efiboot: change default partition from hd0a

2023-12-04 Thread Alfred Morgan
> This is not the end of the world, but it feels like it should be possible > to have a boot.conf somewhere other than the 'a' partition. Is it? you may have to compile your own bootloader. you just need someone to give you the patch needed to default you to partition l. steps: *apply your patch*

Re: efiboot: change default partition from hd0a

2023-12-01 Thread YASUOKA Masahiko
Hello, On Fri, 1 Dec 2023 11:21:22 -0800 Johnathan Cobden-Nolan wrote: > I have installed OpenBSD on hd0l: in my case it is for multi-booting, > but I imagine there are other use cases where boot and/or root are > installed on partitions other than 'a'. > > This is a UEFI system so I've

efiboot: change default partition from hd0a

2023-12-01 Thread Johnathan Cobden-Nolan
I have installed OpenBSD on hd0l: in my case it is for multi-booting, but I imagine there are other use cases where boot and/or root are installed on partitions other than 'a'. This is a UEFI system so I've installed the efi bootloader which I am able to execute. The bootloader first complains