This is an old revision of the document!
How delete root login password
download the
GParted live boot iso and create a CD or USB Stick
reboot server and boot from iso
the GParted window show the partitions on the server

/dev/sda5 is the first esxi partition
open a terminal
enter following command to change on root:
sudo -s
create a subdir in the mount dir /mnt:
mkdir /mnt/esxi
mount sda5 (or maybe a other partition):
mount /dev/sda5 /mnt/esxi
find the state.tgz in mounted dir:
ls /mnt/esxi/st*
copy state.tgz to temp dir
cp /mnt/esxi/state.tgz /tmp
change to tmp dir
cd /tmp
unpack state.tgz <code bash>tar xzf state.tgz>
now you can see the content of the file in /tmp