Add back-to-top navigation links between phases
Place <a href="#top">↑ Back to top</a> before each Phase heading and at end of file for easy navigation in GitHub rendered view. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -244,6 +244,9 @@ reboot normally.
|
||||
|
||||
---
|
||||
|
||||
|
||||
<a href="#top">↑ Back to top</a>
|
||||
|
||||
## Phase 2 — iDRAC Setup
|
||||
|
||||
You need to do two things with iDRAC:
|
||||
@@ -379,6 +382,9 @@ This is your remote window into the server — you can now manage it from your d
|
||||
|
||||
---
|
||||
|
||||
|
||||
<a href="#top">↑ Back to top</a>
|
||||
|
||||
## Phase 3 — BIOS Settings
|
||||
|
||||
These settings enable the CPU features that allow devices (GPUs, USB controllers)
|
||||
@@ -591,6 +597,9 @@ where the first Apply does not persist — applying a second time fixes it.
|
||||
|
||||
---
|
||||
|
||||
|
||||
<a href="#top">↑ Back to top</a>
|
||||
|
||||
## Phase 4 — H730 RAID Configuration
|
||||
|
||||
**Goal:** Mirror the two 2.5" rear drives together so a single drive failure
|
||||
@@ -796,6 +805,9 @@ then click **Exit**. The server will reboot.
|
||||
|
||||
---
|
||||
|
||||
|
||||
<a href="#top">↑ Back to top</a>
|
||||
|
||||
## Phase 5 — Install Proxmox VE 9.1
|
||||
|
||||
### Step 5.1 — Download the Proxmox ISO
|
||||
@@ -1068,6 +1080,9 @@ You are now looking at the Proxmox web interface — the main dashboard.
|
||||
|
||||
---
|
||||
|
||||
|
||||
<a href="#top">↑ Back to top</a>
|
||||
|
||||
## Phase 6 — Proxmox Post-Install
|
||||
|
||||
From this point you will use **SSH** instead of the web console for most tasks.
|
||||
@@ -1198,6 +1213,9 @@ After running this, refresh the Proxmox web UI — the popup will be gone.
|
||||
|
||||
---
|
||||
|
||||
|
||||
<a href="#top">↑ Back to top</a>
|
||||
|
||||
## Phase 7 — Fan Control + Staggered Spin-Up
|
||||
|
||||
**What this phase does:** Fixes two hardware quirks that bite R730xd owners
|
||||
@@ -1562,6 +1580,9 @@ Stagger complete.
|
||||
|
||||
---
|
||||
|
||||
|
||||
<a href="#top">↑ Back to top</a>
|
||||
|
||||
## Phase 8 — Convert 3.5" Drives to Non-RAID Mode
|
||||
|
||||
**What this does:** Right now the H730 sees your 3.5" drives as "Unconfigured
|
||||
@@ -1726,6 +1747,9 @@ effect — reboot again and re-run `lsblk`. If still missing, re-run
|
||||
|
||||
---
|
||||
|
||||
|
||||
<a href="#top">↑ Back to top</a>
|
||||
|
||||
## Phase 9 — Map Physical Bays to Drives
|
||||
|
||||
**The problem:** Linux names drives `sdb`, `sdc`, `sdd` etc. based on the order
|
||||
@@ -1836,6 +1860,9 @@ You'll paste these paths into `qm set` commands in Phase 11, Step 11.6.
|
||||
|
||||
---
|
||||
|
||||
|
||||
<a href="#top">↑ Back to top</a>
|
||||
|
||||
## Phase 10 — GPU Passthrough Setup
|
||||
|
||||
**What this does:** Tells the Linux kernel to stop trying to use the GPUs
|
||||
@@ -2055,6 +2082,9 @@ grep CMDLINE /etc/default/grub
|
||||
|
||||
---
|
||||
|
||||
|
||||
<a href="#top">↑ Back to top</a>
|
||||
|
||||
## Phase 11 — Create the VMs
|
||||
|
||||
**What this phase does:** Creates three VMs in the Proxmox web interface, attaches
|
||||
@@ -2721,6 +2751,9 @@ Management, then install the Sync.com desktop client and point it at that drive.
|
||||
|
||||
---
|
||||
|
||||
|
||||
<a href="#top">↑ Back to top</a>
|
||||
|
||||
## Phase 12 — Deploy Frigate in VM 101
|
||||
|
||||
**What this phase does:** Installs Docker inside VM 101, creates a ZFS
|
||||
@@ -3141,3 +3174,5 @@ zfs list
|
||||
# Edit /opt/frigate/config.yml and reduce retention days, then:
|
||||
docker compose restart
|
||||
```
|
||||
|
||||
<a href="#top">↑ Back to top</a>
|
||||
|
||||
Reference in New Issue
Block a user