Commit Graph
3 Commits
Author SHA1 Message Date
Claude 7bd7b8019d Add detailed button-by-button walkthrough for phases 1-3
Covers:
- What iDRAC is in plain English, and why no subscription is needed
- Phase 1: Firmware updates via Lifecycle Controller (F10), including
  how to find the Service Tag and download firmware from Dell's site
  if the server has no internet access
- Phase 2: iDRAC static IP, dedicated NIC port, IPMI over LAN enable,
  default password change, browser login walkthrough
- Phase 3: Every required BIOS setting with exact menu paths —
  VT-x, VT-d, SR-IOV, UEFI boot mode, HDD sequencing, C States

https://claude.ai/code/session_01TxTSnxDjgEVuNztdsWQjMD
2026-04-24 09:41:00 +00:00
Claude d04a998d86 Add end-to-end setup guide (bare metal → running Frigate)
12-phase walkthrough covering:
- Firmware updates via Lifecycle Controller
- iDRAC + IPMI over LAN setup (required for fan control)
- BIOS settings checklist (VT-x, VT-d, UEFI mode)
- H730 RAID1 config for 2.5" OS drives, leaving 3.5" for non-RAID
- Proxmox VE 9.1 install and post-install (repo fix, tools, git clone)
- Script run order: perc-nonraid → bay-map → gpu-passthrough → fan/spinup
- VM creation and Frigate Docker+NVIDIA deployment
- Troubleshooting section for common passthrough failures

https://claude.ai/code/session_01TxTSnxDjgEVuNztdsWQjMD
2026-04-24 01:18:01 +00:00
Claude 017181c50a Add hardware layout docs and PERC H730 non-RAID setup script
Initial structure for R730xd passthrough configuration:
- README with VM layout table and setup order
- docs/hardware-layout.md: bay/GPU/USB mapping worksheet
- scripts/perc-nonraid.sh: convert H730 drives to per-disk non-RAID mode

https://claude.ai/code/session_01TxTSnxDjgEVuNztdsWQjMD
2026-04-24 00:56:05 +00:00