Skip to main content
Version: 2604 (Preview)

Task 01: Delete and Recreate Virtual Disk on Dell BOSS Card

Runbook Optional Azure Dell

DOCUMENT CATEGORY: Runbook
SCOPE: Boot device configuration
PURPOSE: Ensure a clean, initialized BOSS RAID-1 virtual disk exists on every node before OS installation begins
MASTER REFERENCE: Phase 02: OS Installation

Status: Active

Overview​

Optional Step

This task is optional. Perform it only if the BOSS card contains a residual virtual disk from a previous OS installation, or if Dell deployment guidance explicitly requires a clean BOSS state for your hardware generation.

New hardware shipped with no OS typically arrives with the BOSS virtual disk already initialized and healthy — verify first before deleting.

Delete and recreate the virtual disk on the Dell BOSS (Boot Optimized Storage Solution) card, then confirm the node reboots from the ISO/USB will be mounted in Task 02.

Why this step is required when needed: Per the Dell Boot-Optimized Storage Solution-N1 User's Guide for Azure Local deployments:

"Delete the virtual disk on the BOSS... Create a virtual disk on the BOSS and initialize it."

A complete delete-and-recreate ensures:

  • No residual UEFI boot entries from a previous OS
  • Clean partition table — no legacy partitions that block Windows Setup
  • Fresh initialized virtual disk ready for the Azure Stack HCI OS installer
  • No BitLocker state conflicts on the M.2 drives
Data Loss

This step permanently deletes any existing virtual disk and all data on the BOSS M.2 drives. Only proceed on new deployments or explicitly approved reinstallations.


Prerequisites​

RequirementDescriptionSource
Phase 01 CompleteHardware provisioning and BIOS/iDRAC validation donePhase 01
Dell BOSS cardBOSS-S1 or BOSS-S2 installed with two M.2 SSDsHardware team
iDRAC accessiDRAC UI and Redfish API accessiblevariables.yml: nodes.<name>.idrac_ip
No existing OSOr written approval for reinstallationProject sign-off

Variables from variables.yml​

PathTypeDescription
nodes.<name>.idrac_ipstringiDRAC IP address for BOSS card management
nodes.<name>.hostnamestringNode hostname for tracking

Dell BOSS Card Reference​

FeatureBOSS-S1BOSS-S2 / BOSS-N1
InterfacePCIe 3.0PCIe 4.0
M.2 Slots22
Max Capacity480 GB × 2960 GB × 2
RAID LevelRAID 1RAID 1
PurposeMirrored M.2 SATA SSDs for OS boot resilience

Execution Options​

Perform the following steps on each node using iDRAC Storage Management.

Delete Existing Virtual Disk​

  1. Open https://<idrac-ip> and log in with iDRAC credentials
  2. Navigate to Configuration → Storage → Virtual Disks
  3. Locate the BOSS controller (labelled BOSS-N1 or BOSS-S2)
  4. Select the existing virtual disk
  5. Click Delete Virtual Disk (or choose from the Operations drop-down)
  6. Click Apply Now — iDRAC will schedule a RAID job and reboot

Monitor the job in Maintenance → Job Queue until status shows Completed.

Recreate Virtual Disk (After Reboot)​

  1. Navigate back to Configuration → Storage → Controllers
  2. Select the BOSS controller
  3. Click Create Virtual Disk
  4. Configure:
  • RAID Level: RAID 1 (Mirror)
  • Physical Disks: Select both M.2 drives
  • Name: leave default or enter OS-VD
  • Stripe Size: default
  1. Click Create Virtual Disk → Apply Now

iDRAC schedules a second RAID job and reboots again to apply.

Verify​

After the second reboot, return to Configuration → Storage → Virtual Disks and confirm:

  • Status: Optimal
  • RAID Level: RAID 1
  • Both physical disks: Online

The node will boot from the ISO (Task 01) after the BOSS recreation reboot.

BIOS Alternative (Off-line)

If iDRAC Storage Management is unavailable, the BOSS controller can also be configured at POST: press Ctrl+R when prompted during server boot, then use Device Settings → BOSS Controller to delete and recreate the virtual disk.


What Happens After BOSS Recreation​

  1. iDRAC schedules a RAID configuration job and reboots the node automatically
  2. On reboot, BOSS initializes the new RAID-1 virtual disk
  3. At next boot, the node falls back to the ISO/USB will be mounted in Task 02
  4. "Press any key to boot from CD/DVD..." appears → Windows Setup begins loading
  5. Proceed to Task 03

Validation Checklist​

  • BOSS virtual disk Status: Optimal on all nodes
  • RAID Level: RAID 1 (mirror)
  • Both M.2 physical disks: Online
  • No failed or degraded drives
  • All nodes rebooted and booting from ISO
  • Windows Setup loading on all nodes (verify via iDRAC Virtual Console)
Do Not Proceed Until Verified

Do not start Task 03 until all nodes show Windows Setup loading. A node that reboots without a mounted ISO will halt at a "Boot device not found" prompt and require manual intervention.


Troubleshooting​

IssueCauseResolution
BOSS controller not foundBOSS card not installed or disabledVerify BOSS card in BIOS: Device Settings
Cannot delete virtual diskInsufficient iDRAC permissionsUse account with Administrator role
RAID job stuckiDRAC job queue blockedClear stuck jobs: Maintenance → Job Queue → Delete All Jobs
Server not rebooting after jobiDRAC connectivity issueReboot manually via iDRAC: Power → Power Cycle
Boot to wrong device after rebootISO not mountedReturn to Task 01 and verify ISO is inserted
Disk degraded / one drive offlineM.2 drive failureReplace faulty drive and recreate virtual disk
Members@odata.count: 0 on volumesVirtual disk already cleanSkip deletion; proceed directly to creation


Alternatives​

The procedures in this task use the scripted methods shown in the tabs above. Additional deployment methods including Azure CLI and Bash scripts are available in the azurelocal-toolkit repository under scripts/deploy/.

MethodDescription
Azure CLIPowerShell-based Azure CLI scripts for Azure resource operations
BashLinux/macOS compatible shell scripts for pipeline environments
← Phase 02 Overview↑ Phase 02: OS InstallationTask 02: Mount Gold Image →

Version Control​

VersionDateAuthorChanges
1.02026-01-31Azure Local CloudInitial document
1.12026-03-04Azure Local CloudAdd Optional badge, Azure badge, full frontmatter, fix tab labels and script paths, remove duplicate sections, standards alignment
1.22026-03-04Azure Local CloudReorder: promoted to Task 01 (BOSS config before ISO mount)