On Tue, Jun 16, 2015 at 02:32:52PM +0100, David Brownlee wrote:
> > The only missing part is trying to make the system directly bootable. I 
> > tried "gpt biosboot -i 1 wd0" which didn't give any errors, but equally 
> > didn't work. At boot time gptmgr prints "Missing OS" which appears to be 
> > because it cannot locate the 0xaa55 signature.
> 
> I've also not been able to make a raid-on-wedge partition bootable. I
> think the bootloader needs to be taught another variant of 'skipping
> raidframe header'...

I currently have (-current/amd64):

# sysctl kern.root_device
kern.root_device = raid7
# dmesg | grep dk0
dk0 at wd0: 80706d87-e1f8-11e3-9080-10bf48bd3389
dk0: 14680192 blocks at 64, type: raidframe
raid7: Components: /dev/dk7 /dev/dk0
dk0 at wd0: 80706d87-e1f8-11e3-9080-10bf48bd3389
dk0: 14680192 blocks at 64, type: raidframe
raid7: Components: /dev/dk7 /dev/dk0

Is that the way around you are trying?

Cheers,

Patrick

Reply via email to