cfa323e9af364cbaab8ccf59d46d5da677457685
Phase 4 — H730 RAID configuration: - Lifecycle Controller navigation to RAID Configuration - Identifying 2.5" OS drives vs 3.5" data drives by size - Clearing foreign configurations if drives have prior RAID history - Full VD creation wizard with every screen described - Fast Initialize and verification Phase 5 — Proxmox install: - ISO download from proxmox.com - USB creation for Windows (Rufus, DD mode), Mac (Etcher), Linux (dd) - F11 UEFI boot menu navigation - Every installer screen with what to type/select - Certificate warning walkthrough, subscription nag explained Phase 6 — Post-install: - SSH connection - Repo fix (enterprise → no-subscription community) - apt dist-upgrade - Tool installation with explanation of what each does - Repo clone to /opt/local_proxmox https://claude.ai/code/session_01TxTSnxDjgEVuNztdsWQjMD
local_proxmox
Proxmox VE 9.1 configuration, scripts, and VM layouts for a Dell R730xd homelab.
Hardware
- Host: Dell PowerEdge R730xd
- RAID controller: PERC H730 (configured in Non-RAID/per-disk passthrough mode)
- GPUs: 2x Quadro P3300 4GB (VFIO passthrough, one per VM)
- TPU: Google Coral USB (Frigate object detection)
- Bays: 12x (not all populated)
VM Layout
| VM ID | Role | Drives | GPU | Coral |
|---|---|---|---|---|
| 100 | Frigate NVR | Bays 1–8 | Quadro #1 (VFIO) | Yes |
| 101 | TBD | Bays 9–10 | Quadro #2 (VFIO) | No |
| 102 | TBD | Bays 11–12 | None | No |
Setup Order
scripts/perc-nonraid.sh— convert H730 to per-disk non-RAID modescripts/build-bay-map.sh— map physical bays to stable/dev/disk/by-idpathsscripts/gpu-passthrough-setup.sh— configure IOMMU + VFIO for both Quadros- Apply VM configs from
vm-configs/ - Deploy Frigate from
frigate/
Docs
docs/hardware-layout.md— bay/device/VM mapping worksheet
Languages
Shell
100%