The system has found a problem on your machine and cannot continue. Two filesystems with the same UUID have been detected. Make sure you do not have two ESXi installations.
VMware vSphere ESXi 5.5
This issue occurs when Mirror mode option is selected in the BIOS on the internal SD module that has second internal SD module slot empty or that has two SD modules installed and the Mirror mode is disabled.
Note: By default, Internal SD Card Redundancy option is set to Mirror. If it is set to Mirror mode, the data is written on both the SD cards. If any one of the SD card fails, data is written to the active SD card. The data from this card is copied to the replacement SD card at the next boot. This option is displayed only if Internal Dual SD Module (IDSDM) is installed on the system board.
- Identify the drive from which you want to remove the ESXi installation.
For example:
disk_name_of_second_SD_module
where disk_name_of_second_SD_module is the drive from which you want to remove the ESXi installation.- Run this command from the console:
# dd if=/dev/zero of=/dev/disks/disk_name_of_second_SD_module
conv=notrunc