Primary NAS Recovery¶
Last Updated: 2026-07-22 Status: ⚠️ Scenario B (boot USB failure) ✅ tested 2026-07-22; Scenarios A & C still unverified Purpose: Restore the primary Unraid NAS after failure.
Before You Start¶
- Confirm you have access to the Unraid licence key (stored in: )
- Confirm backups are accessible on the backup NAS
- Estimated time:
Scenario A — Software / Config Issue (Hardware OK)¶
Scenario B — Boot USB Failure¶
✅ Tested 2026-07-22 (real flash failure — see Lessons Learned).
First: DON'T reboot. Unraid runs from RAM — the array/Docker/VMs keep running even with a failing boot flash. Rebooting forces a read of the dying stick and may not come back. Secure a backup and prep the new stick before any shutdown.
- Confirm you have a current flash backup. The Appdata Backup plugin writes a daily verified flash zip to
/mnt/user/backups/lotus/ab_*/lotus-*-boot-backup-*.zip. Copy the latest off-box (e.g. to Brabham) before touching anything. - Image a new USB (≤32 GB, good brand) with the Unraid USB Flash Creator → Operating System → "Use custom" → browse to the flash-backup zip → Write. It formats + makes bootable automatically. (Stay on the current OS version — change only the hardware.)
- Swap (single downtime): shut down → remove the failed stick → insert the new one (native USB-A port preferred) → at POST enter BIOS, set the new stick first in boot order, confirm Secure Boot off.
- First boot — licensing:
- If you see "Multiple License Keys Present", the backup carried >1
.key— remove all but the one to keep (rm /boot/config/{Starter,Trial}.key), keepUnleashed.key. - Tools → Registration → transfer/replace the licence onto this device. On TPM-2.0 hardware, bind it to the TPM (survives future USB changes). First transfer is free, then once/12 months.
- Before starting the array: Main tab → confirm every disk sits in its correct slot from
super.dat(no blue "new" slots). - Start the array. A correcting parity check runs automatically after an unclean stop — let it finish. Docker/VMs auto-start.
Scenario C — Full Hardware Replacement¶
- Obtain replacement hardware (see inventory.md for specs)
- Install Unraid on new USB drive
- Restore Flash Backup:
- Connect drives in same order as original
- Boot and verify parity
- Start Docker containers — verify all services come up
- Test access to all shares
Post-Recovery Checklist¶
- [ ] Array started and parity valid
- [ ] All shares accessible
- [ ] All Docker containers running
- [ ] Backup sync to backup NAS resumed
- [ ] Monitoring showing healthy
Notes¶
⚠️ This procedure has not been tested. Test it before you need it.