I've been really pulling my hair out with this one. Got a bit of a tricky hardware setup with SATA1-4 as raidz3, and SATA5 as the encrypted ZFS root os disk: The caveat being that I cannot boot from this drive via the BIOS when SATA1-4 are installed, so I need to boot to an SD card and have that bootloader redirect to the fifth disk somehow.
The trouble is I cannot for the life of me figure this out. The closest I've gotten is putting an mbr and bootcode on the sdcard, and installing (I'm approximating from memory)
, which I gather is how I reference other drives, but unfortunately I think the disk ordering changes when I plug in the first four drives and go to boot from the SD card, so I cannot seem to get a proper boot. So far I've only managed to get a bootloader such as:
and pressing F5 just gives me the error when you try to boot a raidz disk.
I'd really appreciate any help in this!
The trouble is I cannot for the life of me figure this out. The closest I've gotten is putting an mbr and bootcode on the sdcard, and installing (I'm approximating from memory)
Code:
boot0cfg -B -d 0x8* da0
Code:
F1 ?
F5 Disk 1
boot>
and pressing F5 just gives me the error when you try to boot a raidz disk.
I'd really appreciate any help in this!