24.07.2018 10:32, Indunil Jayasooriya пишет:
This may help you.
http://www.bsdnow.tv/tutorials/raid
On Tue, Jul 24, 2018 at 12:54 PM, kasak <ka...@kasakoff.net> wrote:
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?
Nope, this manual explain how to install with MBR, and my install use
UEFI boot.
I have followed native documentation:
http://www.openbsd.org/faq/faq14.html#softraid