To identify the boot device and perform a rebuild, follow these steps:
- Identify the Boot Device
- CLI: Log in to the ESXi host via SSH and run the following command to identify which device is marked as the boot device: esxcli storage core device list Look for the entry where Is Boot Device: true is displayed. For Dell BOSS cards, this will typically show as Model: DELLBOSS VD.
- Verify Partition Structure: Confirm the device contains the ESXi system partitions by running: esxcli storage core device partition list A valid boot device will display multiple partitions (typically 5-6, up to partition 8 or 9). This can be done for both DellBoss drives, to verify they are mirroring each other.
- Rebuild a Mirrored Configuration:
- If the BOSS card is configured for RAID 1 (Mirrored), perform a graceful shutdown of the host.
- Replace the failed physical M2 drive.
- Power on the host. The BOSS controller should automatically initiate a rebuild/synchronization of the mirror.
- NOTE: if only removing the drive and not replacing, rebooting the host after removing one of them will have ESXi boot into the other disk. Where powering down and inserting new one can be done later.
- Monitor Rebuild Status: Check the rebuild progress via the iDRAC storage dashboard. The host will remain functional during the synchronization process.
If ESXi is not using a mirrored boot device, ESXi will have to be installed after replacing the failed boot disk.