amd64 UEFI machine fails to load kernel; displays "ExitBootServices" and reboots

2016-12-23 Thread Ryan
I am very interested in trying out OpenBSD on my machine as a desktop system. I flashed install60.fs to a pendrive, and attempted to boot my amd64 UEFI system with it. It displays the kernel entry point information, followed by the message "ExitBootServices" and then instantly reboots the machine

Re: amd64 UEFI machine fails to load kernel; displays "ExitBootServices" and reboots

2016-12-29 Thread Ryan
I've successfully booted the machine with the following changes: --- sys/arch/amd64/stand/efiboot/efiboot.c2016-06-10 12:36:06.0 -0600 +++ sys/arch/amd64/stand/efiboot/efiboot.c2016-12-28 15:57:36.728002168 -0600 @@ -137,12 +137,16 @@ efi_main(EFI_HANDLE image, EFI_SYSTEM_TA void

Re: amd64 UEFI machine fails to load kernel; displays "ExitBootServices" and reboots

2016-12-30 Thread YASUOKA Masahiko
Hi, On Thu, 29 Dec 2016 14:53:20 -0600 Ryan wrote: > I've successfully booted the machine with the following changes: > > > --- sys/arch/amd64/stand/efiboot/efiboot.c2016-06-10 12:36:06.0 > -0600 > +++ sys/arch/amd64/stand/efiboot/efiboot.c2016-12-28 15:57:36.728002168 > -0600 >

Re: amd64 UEFI machine fails to load kernel; displays "ExitBootServices" and reboots

2016-12-30 Thread Jonathan Gray
On Fri, Dec 30, 2016 at 05:33:44PM +0900, YASUOKA Masahiko wrote: > Hi, > > On Thu, 29 Dec 2016 14:53:20 -0600 > Ryan wrote: > > I've successfully booted the machine with the following changes: > > > > > > --- sys/arch/amd64/stand/efiboot/efiboot.c2016-06-10 12:36:06.0 > > -0600 > >

Re: amd64 UEFI machine fails to load kernel; displays "ExitBootServices" and reboots

2016-12-30 Thread YASUOKA Masahiko
On Fri, 30 Dec 2016 19:38:20 +1100 Jonathan Gray wrote: > On Fri, Dec 30, 2016 at 05:33:44PM +0900, YASUOKA Masahiko wrote: >> On Thu, 29 Dec 2016 14:53:20 -0600 >> Ryan wrote: >> > Oh before I forget, while I was reading through the code I noticed what >> > appears to be a typo in sys/arch/amd64

Re: amd64 UEFI machine fails to load kernel; displays "ExitBootServices" and reboots

2016-12-30 Thread Jonathan Gray
On Fri, Dec 30, 2016 at 06:49:22PM +0900, YASUOKA Masahiko wrote: > On Fri, 30 Dec 2016 19:38:20 +1100 > Jonathan Gray wrote: > > On Fri, Dec 30, 2016 at 05:33:44PM +0900, YASUOKA Masahiko wrote: > >> On Thu, 29 Dec 2016 14:53:20 -0600 > >> Ryan wrote: > >> > Oh before I forget, while I was readi