commscheck
Members
-
Joined
-
Last visited
Solutions
-
commscheck's post in New user, WebGUI isn't available after boot was marked as the answerHey, I'm back with an update after giving this another go. Turns out all it took was force-erasing the 2nd NVMe SSD:
# ⚠️ WARNING: Will cause data loss!! ⚠️ # # zeroes out the first 100MB of nvme1: dd if=/dev/zero of=/dev/nvme1n1 bs=1M count=100 oflag=direct I'm certain I'd already tried formatting both SSDs, but maybe I hadn't done it correctly. After running the above command and rebooting, unraid started normally, and the 2nd SSD appeared as an unassigned disk.
So it was nothing to do with the boot USB, or PCIe lanes. Just something about the way the 2nd SSD was formatted was breaking unraid's startup process!