Hi, Thank you for your tests,
On Thu, 11 May 2017 07:40:42 +0200 Michele Curti <michele.cu...@gmail.com> wrote: > On Wed, May 10, 2017 at 08:35:28PM +0200, Patrick Wildt wrote: >> On Wed, May 10, 2017 at 03:14:30PM +0200, Stefan Sperling wrote: >> > On Tue, May 09, 2017 at 09:47:14PM +0200, Michele Curti wrote: >> > > On Tue, May 09, 2017 at 09:36:02PM +0200, Michele Curti wrote: >> > > > On Tue, May 09, 2017 at 10:20:03AM +0200, Michele Curti wrote: >> > > > > Hi all, I tried to upgrade to OpenBSD 6.1 on an Asus X205TA (bay >> > > > > trail, 32 bit efi, 64 bit os) but the bootloader do not correctly >> > > > > detect the internal disk. >> > > > > >> > > > > I also tried a fresh install, but things do not change. Boot fails >> > > > > and when I do a "machine diskinfo" I got a lot of "?" symbols (a >> > > > > video >> > > > > here https://www.youtube.com/watch?v=fsomNX-oFTQ ) >> > > > > > > Thanks to yasuoka fix I just noted that using dp0 instead of dp > changes the diskinfo disks order Yes, > # setting efi_bootdp = dp; > > Disk BlkSiz IoAlign Size Flags Checksum > hd0 512 1 29GB 0x2 0xad4a42c3 > hd1 512 1 4MB 0x0 0x0 > hd2 512 1 4MB 0x0 0x0 > > # setting efi_bootdp = dp0; > > Disk BlkSiz IoAlign Size Flags Checksum > hd0 512 1 4MB 0x0 0x0 > hd1 512 1 4MB 0x0 0x0 > hd2 512 1 29GB 0x2 0xad4a42c3 > > So I can use the stock bootloader without changes but I must do a > > boot> set device hd2a I'm not clear whether we still have a problem. Does the boot loader select the booted disk as "hd0" correctly? If you booted from 29GB disk, "machine diskinfo" must be: Disk BlkSiz IoAlign Size Flags Checksum hd0 512 1 29GB 0x2 0xad4a42c3 hd1 512 1 4MB 0x0 0x0 hd2 512 1 4MB 0x0 0x0 --yasuoka