Hi
Trying to install the Nutanix CE on my Dell R620 , I have 3 Drives , 1 SSD and 2x HDD
First issue i had as the Nutanix installtion was seeying y SSD as HDD I fixed that by running the below command :
lsblk -d -o name,rota
if it is 1 then it is HDD
lsblk to identify the SSD if it is sda
sudo sh -c 'echo 0 > /sys/block/sda/queue/rotational'
Then the system recognise the SSD.
I select SSD as C, and the other two HDD as H and D. Running the setup from a USB drive that was created using RUFUS.
Installation proceed but then I get the below error:
Fatal imaging thread hypervisor failed to with reason traceback most recent call last
file "/root/phoenix/kvm.py line 112 in image self customizer cutomize.()
file "/root/phoenix/customisze_kvm.py line 1304 in customize self.__mount_kvm_partition
file "/root/phoenix/customise_kvm.py line 137 in ___mount kvm partition sysutil.get_ahv_root_dev self.stage
file "/root/phoenix/shell.py line 53 in shell_cmd raise standarderror
Standard error : failed command emount -t ext4 /dev/sda2 /mnt/stage] with error wmount:/dev/sda2 is already mounted or /mnt/stage busy]
out:]]
It happens after the :
INFO : Cleaning up.