You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Boot it on bare metal before you touch the deployment wizard. Know your environm
9
9
10
10
## What it does
11
11
12
-
On boot, `Start-AzlValidation.ps1`runs 7 validation categories grounded in Microsoft and Dell source documents:
12
+
On boot, `Start-AzlBeacon.ps1` presents an interactive menu. Choose your deployment path — it calls `Start-AzlValidation.ps1`to run the applicable categories from these 6, all grounded in Microsoft and Dell source documents:
13
13
14
14
| # | Category | What it checks |
15
15
|---|---|---|
@@ -36,16 +36,16 @@ Results land at `X:\results\` on the WinPE RAM drive in JSON format. Copy off be
36
36
| Administrator rights | DISM mount requires elevation |
37
37
| Internet access | For PS7 download + `Save-Module` (skippable — see air-gap build) |
38
38
39
-
### NIC drivers (recommended)
39
+
### NIC drivers
40
40
41
-
Inject 25 GbE NIC drivers so ports come up on first boot. Export from a provisioned node:
41
+
Dell AX 16G NIC drivers are **bundled in the repo** at `drivers/dell-ax/` (extracted from Dell SBE bundle `5.0.2603.1641`). The build script picks them up automatically — no separate download or driver export required.
0 commit comments