Skip to main content
Version: Next

Task 03: Manual OS Installation

Runbook Azure Dell

DOCUMENT CATEGORY: Runbook SCOPE: Operating system installation PURPOSE: Complete Azure Stack HCI OS installation on all cluster nodes via Windows Setup, targeting the BOSS RAID-1 volume prepared in Task 01 MASTER REFERENCE: Phase 02: OS Installation

Status: Active


Overview

Manually install Azure Stack HCI OS on each cluster node through iDRAC Virtual Console. This is a standard Windows Server Core installation using Windows Setup.

ISO Is Already Mounted from Task 02

The Dell gold image ISO was mounted (or USB inserted) in Task 02. After the BOSS virtual disk recreation reboot from Task 01, nodes automatically attempt to boot from the next available device — which is the ISO or USB from Task 02. If the node is already at the "Press any key to boot from CD/DVD..." prompt or Windows Setup splash screen, skip directly to Step 2 below.

Why Manual Installation

Full automation for Windows Setup OS deployment is not yet implemented. Manual installation through iDRAC Virtual Console provides reliable deployment and allows direct verification of BOSS card detection and disk partition layout.


Prerequisites

RequirementDescriptionSource
Task 01 CompleteBOSS virtual disk deleted and recreatedTask 01
Task 02 CompleteDell gold image ISO mounted or USB inserted on all nodesTask 02
iDRAC accessVirtual Console access to each nodevariables.yml: nodes.<name>.idrac_ip
Administrator passwordStrong password prepared per Azure Local Cloud password policyStore in Key Vault after installation

Variables from variables.yml

PathTypeDescription
nodes.<name>.idrac_ipstringiDRAC IP address for Virtual Console access
nodes.<name>.hostnamestringTarget hostname (set post-installation)

BOSS Card Installation Reference

ItemDescription
Installation targetDell BOSS M.2 RAID-1 volume (appears as a single drive in Windows Setup)
Typical capacity480 GB mirrored (±240 GB usable)
Drive labelWindows Setup shows BOSS as Drive 0 with unallocated space
Partition layoutEFI System (100 MB), MSR (16 MB), Primary OS (remaining)

Installation Procedure

Parallel Installation

To shorten total deployment time, run Windows Setup on multiple nodes simultaneously by opening separate iDRAC Virtual Console windows — one per node. Start all nodes before monitoring progress.

Step 1 — Open iDRAC Virtual Console

  1. Open https://<idrac-ip> for the target node
  2. Navigate to DashboardVirtual ConsoleLaunch
  3. Accept any certificate warnings; the Virtual Console window opens

If the node is still rebooting from the Task 01 BOSS recreation job, wait for the POST screen to complete. The node will boot from the ISO automatically.

Step 2 — Boot from ISO

At the "Press any key to boot from CD or DVD..." prompt, press any key within 5 seconds.

Missed the Boot Prompt?

If the prompt is missed and the node attempts to boot from a non-existent OS, let it fail to a boot error, then reboot from iDRAC: PowerPower Cycle System. The prompt will appear again.

Windows Setup loads the boot environment — this takes 1–3 minutes.

Step 3 — Windows Setup Language Selection

  1. Select Language to install, Time and currency format, and Keyboard or input method per site requirements
  2. Click Next
  3. Click Install now

Step 4 — Accept License Terms

  1. Read and accept the Microsoft Software License Terms
  2. Check I accept the license terms
  3. Click Next

Step 5 — Select Installation Type

  1. Select Custom: Install Windows only (advanced)

Do not select "Upgrade" — this is a clean installation.

Step 6 — Disk Selection

Critical — Select the BOSS Card Only

Select Drive 0 — the Dell BOSS card M.2 RAID-1 volume (~238 GB).

If multiple drives are visible:

DriveCapacityDescription
Drive 0~238 GBDell BOSS cardInstall OS here
Drive 1–NLargerData / NVMe drives ← Do NOT install OS here

Installing the OS on a data drive will corrupt the storage pool intended for Azure Local workloads.

Click Drive 0 Unallocated SpaceNext.

Windows Setup automatically creates the required partitions:

PartitionSizePurpose
Partition 1100 MBEFI System Partition
Partition 216 MBMicrosoft Reserved (MSR)
Partition 3RemainingPrimary OS partition

Step 7 — Monitor Installation

Installation takes 15–30 minutes and consists of five phases:

  1. Copying Windows files
  2. Getting files ready for installation
  3. Installing features
  4. Installing updates
  5. Finishing up

The node reboots automatically when complete. Do not interrupt the process.

Step 8 — Set Administrator Password

After the first reboot, Windows Server Core displays:

"The user's password must be changed before signing in."

  1. Click OK
  2. Enter a strong Administrator password meeting Azure Local Cloud password policy (8+ characters, mixed case, numbers, special characters)
  3. Confirm the password
  4. Press Enter or click the arrow
  5. "Your password has been changed" — click OK
Store Password in Key Vault

Record the Administrator password and store it in the Key Vault referenced in variables.yml under the key_vault.name value (secret name: node-<hostname>-local-admin). Do not save it in any file or document.

Step 9 — Verify Server Core Prompt

The Server Core command prompt (C:\Users\Administrator>) and SConfig menu appear. The node is now ready for Phase 03: OS Configuration.

Step 10 — Repeat for All Nodes

Perform Steps 1–9 for each remaining cluster node. Use parallel Virtual Console sessions where possible to reduce total installation time.


Validation Checklist

  • Windows Setup completed without errors on all nodes
  • OS installed to Drive 0 (BOSS card) — not to data drives
  • Correct partition layout: EFI + MSR + Primary
  • Administrator password set and stored in Key Vault
  • Server Core command prompt and SConfig accessible on all nodes
  • No installation errors or BSODs on first boot

Troubleshooting

IssueCauseResolution
No boot prompt / boot device not foundISO not mounted or USB missingReturn to Task 02 and remount
Missed "Press any key" promptTimed outPower cycle node via iDRAC — prompt reappears on next boot
BOSS card not visible in drive listBOSS controller disabledVerify BIOS: Device SettingsBOSS Controller
Multiple drives shown, unsure which is BOSSAll drives visibleSelect the smallest drive (~238 GB) — that is the BOSS RAID-1 volume
"Windows cannot be installed to this disk"Leftover partitions from prior installDelete all existing partitions on Drive 0 before proceeding
Installation hangs at "Getting ready"ISO corruption or hardware faultReboot, re-mount ISO, retry
Password complexity errorPassword does not meet policyUse 8+ characters with uppercase, lowercase, numbers, and symbols
BSOD on first bootDriver issueVerify correct Dell gold image version is being used
No drives found at allMissing storage driversUse the Dell gold image ISO — it includes required drivers

Task 02: Mount Gold Image↑ Phase 02: OS InstallationTask 04: Verify OS Deployment →

Version Control

VersionDateAuthorChanges
1.02026-01-31Azure Local Cloud Azure Local CloudnologyInitial document
1.12026-03-04Azure Local Cloud Azure Local CloudnologyFull frontmatter, Azure badge, ISO pre-mounted callout referencing Task 02, Step 3.x → sequential steps, Stage 12 → Phase 03 reference, Key Vault password guidance, Navigation table, Version Control footer