Re: GPT->softraid0: Failed to install bootblocks

2016-11-25 Thread Stuart Henderson
On 2016/11/25 14:07, Leo Unglaub wrote: > With harddrives getting bigger and bigger this will (sadly) become the > default for a lot of future server and client installations. Just because you have a large hard drive doesn't mean that you need GPT. In disklabel, type 'b' to set the disk boundaries

Re: GPT->softraid0: Failed to install bootblocks

2016-11-25 Thread Stefan Sperling
On Fri, Nov 25, 2016 at 02:07:30PM +0100, Leo Unglaub wrote: > Maybe it would be a good idea to put that directly in the installer. Because > more and more people are going to have to use GPT and stuff in the future. Yes it would be a good idea. I agree. But code doesn't write itself. ;)

Re: GPT->softraid0: Failed to install bootblocks

2016-11-25 Thread Leo Unglaub
Hey, On 11/25/16 13:01, Stefan Sperling wrote: cd /dev sh MAKEDEV sd0 sh MAKEDEV sd1 dd if=/dev/urandom of=/dev/sd0c bs=1m dd if=/dev/urandom of=/dev/sd1c bs=1m fdisk -giy sd0 fdisk -giy sd1 This is wrong ^ Try again with: fdisk -iy -g -b 960 sd0 fdisk -iy -g -b 960 sd1 yeah, this works

Re: GPT->softraid0: Failed to install bootblocks

2016-11-25 Thread Stefan Sperling
On Fri, Nov 25, 2016 at 12:45:27PM +0100, Leo Unglaub wrote: > Hey, > > On 11/25/16 10:53, Stefan Sperling wrote: > > It is certainly possible. I have a laptop booting UEFI with softraid > > crypto and keydisk. Granted, that was installed over a year ago and > > only upgraded since, no fresh insta

Re: GPT->softraid0: Failed to install bootblocks

2016-11-25 Thread Leo Unglaub
Hey, On 11/25/16 10:53, Stefan Sperling wrote: It is certainly possible. I have a laptop booting UEFI with softraid crypto and keydisk. Granted, that was installed over a year ago and only upgraded since, no fresh install. How did you initialize the disk? The installer itself won't set up softr

Re: GPT->softraid0: Failed to install bootblocks

2016-11-25 Thread Stefan Sperling
On Fri, Nov 25, 2016 at 12:50:25AM +0100, Leo Unglaub wrote: > Hey, > i am trying to install OpenBSD on a Raid1 created by softraid0. My drives > are sd0 and sd1. The created raid1 is sd3. The install works fine until > OpenBSD tryes to write the bootblocks. But it fails with the error message: > "

GPT->softraid0: Failed to install bootblocks

2016-11-24 Thread Leo Unglaub
Hey, i am trying to install OpenBSD on a Raid1 created by softraid0. My drives are sd0 and sd1. The created raid1 is sd3. The install works fine until OpenBSD tryes to write the bootblocks. But it fails with the error message: "Failed to install bootblocks". If its not possible to do this set