Hi, coming back to this after some time...
...on Sun, Dec 06, 2015 at 06:02:35PM +0100, Stefan Sperling wrote: > Can you show the output of 'devalias' at the ok> prompt? > If your disks are more than 4 levels deep inside the device tree > then the diskprobe loop in the boot loader won't see them. I guess that's the reason then: ok devalias vx-rootmirr /pci@1e,600000/pci@0/pci@a/pci@0/pci@8/scsi@1/disk@1,0:a net /pci@1e,600000/pci@0/pci@9/pci@0/network@4 net0 /pci@1e,600000/pci@0/pci@9/pci@0/network@4 net1 /pci@1e,600000/pci@0/pci@9/pci@0/network@4,1 net2 /pci@1e,600000/pci@0/pci@a/pci@0/network@4 net3 /pci@1e,600000/pci@0/pci@a/pci@0/network@4,1 cdrom /pci@1e,600000/pci@0/pci@1/pci@0/ide@1f/cdrom@0,0:f ide /pci@1e,600000/pci@0/pci@1/pci@0/ide@1f disk /pci@1e,600000/pci@0/pci@a/pci@0/pci@8/scsi@1/disk@0,0 disk0 /pci@1e,600000/pci@0/pci@a/pci@0/pci@8/scsi@1/disk@0,0 disk1 /pci@1e,600000/pci@0/pci@a/pci@0/pci@8/scsi@1/disk@1,0 disk2 /pci@1e,600000/pci@0/pci@a/pci@0/pci@8/scsi@1/disk@2,0 disk3 /pci@1e,600000/pci@0/pci@a/pci@0/pci@8/scsi@1/disk@3,0 scsi /pci@1e,600000/pci@0/pci@a/pci@0/pci@8/scsi@1 ttya /ebus@1f,464000/serial@2,80 ttyb /ebus@1f,464000/serial@2,40 sc-control /ebus@1f,464000/rmc-comm@2,0 name aliases > If so, the following (untested) diff might fix the problem (adjusting > to an arbitrarily chosen higher recursion level of 10). Ok, I'll try that now. Alex.