On Thu, Dec 28, 2017 at 1:45 AM, Stefan Sperling <[email protected]> wrote:
> On Wed, Dec 27, 2017 at 02:29:09PM -0800, Jordan Geoghegan wrote: > > Cannot boot from softraid: Unknown error: code 19 > > > > Any ideas? > > In this condition, the boot loader has not assembled a softraid volume. > > Which means that either the disks which make up the volume aren't being > scanned during the device-tree walk for some reason, or softraid meta > data on these disks is messed up somehow. > The original post had this interesting detail: > OpenBSD BOOT 1.9 Error: /iscsi-hba: no > iscsi-network-bootpath property Unknown device: sr0 Cannot > boot from softraid: Unknown error: code 19 Program terminated The formatting is a bit weird (the "OpenBSD BOOT 1.9" bit should be immediately followed by a newline), but that kinda looks like it tried to probe the /iscsi-hba device as a disk and got an error. If that could keep it from walking the tree to where the disks in the softraid are then it wouldn't be able to assemble sr0. Compiling an ofwboot with BOOT_DEBUG defined and boot_debug=1 may give more information for tracking down what's going on there. The full device tree listing would also be useful to see to match against that. Philip Guenther

