On Tue, Mar 20, 2018 at 07:25:21PM +0900, Kimihiro Nonaka wrote: > Hi, > > 2018-03-19 3:38 GMT+09:00 Patrick Welche <[email protected]>: > > > On a -current/amd64 box which normally boots a raidframe softroot via > > bios, I added a disk, and attempted a uefi boot with it. > > > > 2048 524288 1 GPT part - EFI System > > 526336 2097152 2 GPT part - NetBSD FFSv1/FFSv2 > > > > I get a NetBSD EFI boot prompt. From there, a > > > > dev hd0b: > > ls > > > > gets device not configured, i.e., ENXIO, as does the raidframe dev hd1a:. > > > it should fix the following change. > > > Module Name: src > > Committed By: nonaka > > Date: Tue Mar 20 10:16:18 UTC 2018 > > > > Modified Files: > > src/sys/arch/i386/stand/efiboot: devopen.c > > > > Log Message: > > efiboot: fix it can't boot from HDD. > > > > > > To generate a diff of this commit: > > cvs rdiff -u -r1.2 -r1.3 src/sys/arch/i386/stand/efiboot/devopen.c
Thank you - it does boot now! I notice that the font is different if I UEFI boot or BIOS boot. At the point during boot (green kernel messages) when we switch to high resolution, the bottom half of the screen looks randomly populated with green and black pixels, then, presumably when xdm starts, the screen goes blank. Reverting to BIOS boot all is well. This is with a: nouveau0 at pci9 dev 0 function 0: NVIDIA product 1180 (rev. 0xa1) drm kern info: nouveau [ DEVICE][nouveau0] BOOT0 : 0x0e4000a2 drm kern info: nouveau [ DEVICE][nouveau0] Chipset: GK104 (NVE4) drm kern info: nouveau [ DEVICE][nouveau0] Family : NVE0 On the off-chance, I updated to a 21 January 2018 BIOS, so fairly recent, and no change. Cheers, Patrick
