Skip to main content
Version: Next

Task 02: Mount and Verify Dell Gold Image ISO

Runbook Azure Dell

DOCUMENT CATEGORY: Runbook SCOPE: Azure Local OS installation PURPOSE: Prepare installation media on all cluster nodes so nodes boot from the gold image ISO after BOSS virtual disk recreation in Task 02 MASTER REFERENCE: Phase 02: OS Installation

Status: Active


Overview

Mount the Dell Azure Stack HCI OS gold image ISO to all cluster nodes, then verify mount status before proceeding to Task 02. BOSS virtual disk recreation (Task 02) triggers an automatic reboot — nodes must have a valid boot source ready before that reboot occurs.

Mount Media Before BOSS Deletion

Task 02 deletes and recreates the BOSS virtual disk, which triggers an automatic reboot. After reboot the BOSS has no OS and the node falls back to the next boot device. ISO or USB must be in place before Task 02 starts.

On-Site Deployments

If you are physically at the data centre, use the USB Drive (On-Site) tab. It is faster, more reliable, and has no network dependencies.


Prerequisites

RequirementDescriptionSource
Task 01 CompleteBOSS card virtual disk deleted and recreatedTask 01
iDRAC AccessVirtual Console and Virtual Media enabledvariables.yml: nodes.<name>.idrac_ip
Gold Image ISODell Azure Stack HCI OS gold image ISO availableAzure Local Cloud build team
Network Share (iDRAC tabs)SMB/CIFS share accessible from iDRAC OOB networkNetwork team

Variables from variables.yml

PathTypeDescription
nodes.<name>.idrac_ipstringiDRAC IP address for Virtual Media mount
nodes.<name>.hostnamestringNode hostname for tracking

Execution Options

Perform the following steps on each node:

  1. Open https://<idrac-ip> and log in with iDRAC credentials
  2. Navigate to ConfigurationVirtual Media
  3. Select Map Network Share:
  • Share Type: CIFS
  • Share Address: IP or hostname of the file server
  • Share Path: Path to the ISO file on the share
  • Image Name: Dell-AzureStackHCI-24H2-Gold.iso
  • Username / Password: Share credentials (if required)
  1. Click Map Device
  2. Verify status shows Connected / Inserted: True

Repeat for all nodes, then verify all mounts with the validation checklist below.


Validation Checklist

  • ISO mounted on all nodes (Inserted: True)
  • Image path shows correct Dell gold image filename
  • WriteProtected: True (read-only mount)
  • USB drives inserted in all nodes (on-site deployments)
  • All nodes verified — no mount failures
Do Not Proceed Until Verified

Do not start Task 02 (BOSS virtual disk recreation) until all nodes show Inserted: True. Nodes that reboot without a boot source will require manual console intervention.


Troubleshooting

IssueCauseResolution
ISO not mountingNetwork share not reachable from iDRAC OOB networkVerify share is accessible from OOB VLAN; check firewall
Authentication failureWrong share credentialsVerify SMB username/password
Inserted: False after mountMount timeoutRetry; increase Start-Sleep delay
No CD/DVD slot foundiDRAC virtual media disabledEnable in iDRAC: ConfigurationVirtual Media
Redfish UnauthorizedWrong iDRAC credentialsVerify credentials in Key Vault
USB not appearing in boot managerUSB drive not properly writtenRe-create bootable USB with Rufus

Task 01: BOSS Card Config↑ Phase 02: OS InstallationTask 03: Manual OS Installation →

Version Control

VersionDateAuthorChanges
1.02026-01-31Azure Local Cloud Azure Local CloudnologyInitial document
1.12026-03-04Azure Local Cloud Azure Local CloudnologyFix tab labels, script paths, Step→Task references, remove duplicate sections, standards alignment
1.22026-03-04Azure Local Cloud Azure Local CloudnologyReorder: demoted to Task 02 (BOSS config before ISO mount)