Hi, On Thu, Sep 02, 2021 at 02:43:00PM +0100, Patrick Welche wrote: > On Thu, Sep 02, 2021 at 03:36:50PM +0200, Edgar Fu? wrote:
> > > > WARNING: findroot: double match for boot device (sd4, sd5) > > > > (where sd4a/5a are raid2's components) before > > > > boot device: raid2 > > > > root on raid2a dumps on raid2b > Doesn't that just mean that you could boot from sd4a or from sd5a > as they are the components of the boot raid2? I read it as such. Remember, our bootloader doesn't really understand raidframe; we're cheating. It only knows an additional offset, which happens (well, we did it un porpose) to be where a raid0 root partition is inside the raid disk's image on both (all) the component disks in a raid0 setup. As a consequence, the individual boot disks aren't hidden from the kernel. Regards, -is