sudo systemctl enable vmtoolsd sudo systemctl start vmtoolsd
# Preseed file for Ubuntu 22.04/24.04 d-i debian-installer/locale string en_US.UTF-8 d-i keyboard-configuration/xkb-keymap select us d-i netcfg/choose_interface select auto d-i netcfg/get_hostname string ubuntu-vm d-i netcfg/get_domain string local ubuntu image vmware
sudo vmhgfs-fuse .host:/ /mnt/hgfs -o allow_other -o uid=1000 sudo systemctl enable vmtoolsd sudo systemctl start vmtoolsd
# Using vmrun command (VMware VIX) vmrun -T ws snapshot "Ubuntu-Dev-22.04" "Base-Install" "Clean base installation" vmrun -T ws snapshot "Ubuntu-Dev-22.04" "Dev-Tools" "Development tools installed" vmrun -T ws snapshot "Ubuntu-Dev-22.04" "Project-Ready" "All configurations complete" ubuntu image vmware