To verify which physical device is the boot device on ESXi:
- Run this command for a vm-support-based investigation:
cat vm-support*/tmp/esxcfg-info.*.txt | grep -A10 "Diagnostic Partition"
cat vm-support*/tmp/esxcfg-info.*.txt | egrep -A4 "Parallel SCSI Interface|Block SCSI Interface"
- Run this command on a live support-mode session:
esxcfg-info -s | grep -A10 "Diagnostic Partition"
esxcfg-info -s | egrep -A4 "Parallel SCSI Interface|Block SCSI Interface"
Note: In each case, the first command identifies the booted device (by finding the diagnostic/dump partition) and the second command identifies the device type. For example,
usb-storage, cciss, or
mptscsi_2xx.