On Tue, Jul 24, 2018 at 02:07:15PM +0300, kasak wrote: > > > 24.07.2018 10:24, kasak пишет: > > Hello everybody. > > > > I'm trying to install OpenBSD 6.3 on softraid. > > > > My configuration is simple: > > > > Asus z170-k motherboard, with i7-6700 cpu, and 16 gb ram. no external > > vga or other cards, just this. > > > > I have 2 similar 750 gb disks. > > > > I have succesfully booted bsd.rd in uefi mode, then with shell i did: > > > > cd /dev > > > > sh MAKEDEV sd1 sd2 > > > > fdisk -iy -g -b 960 sd0 > > > > fdisk -iy -g -b 960 sd1 > > > > then with disklabel -E sd0 i created layout with one RAID type partition. > > > > then cloned this layout to second drive. > > > > After that i have created > > > > bioctl -c 1 -l sd0a,sd1a softraid0 > > > > sd2 was created successfully. > > > > i than type "exit" and installed openbsd on sd2 disk, using gpt. > > > > The installed system boots, but the last line i see is: > > > > wskbd0 at pckbd0: console keyboard, using wsdisplay0 > > > > that's all. my keyboard not working and boot process stops. > > > > I have tried to boot without inteldrm but nothing changed except > > resolution. > > > > Is there i done something wrong? > > > > I have tried to install in CSM mode, with mbr partition table and get the > same result, so looks like it is not uefi problem
What makes you think it is softraid related? Did you try a single sd disk install as a test? -Otto