Solved ZFS failing to find zroot default with USB disks

I have a Sabrent 4 disk dock with spinning disks and ssds for game storage on my system. When I have the dock turned on at boot the boot fails. I initially, per the handbook, had all drives in fstab. I have since removed them and created a mount script to load after boot.

Is there a way that I can add the drives back to my fstab but have the boot loader ignore the drives and only boot from NVMe instead of having to boot then power the dock on and run my mount script?

Also the drives in the dock are all using UFS.

Thanks!
 
Use labels, not disk names. Disk nominations can move around, labels will stay the same regardless.
 
Back
Top