User Tools

Site Tools


linux:centos:vmware-clone-vm

VMWare Workstation clone an existing centos VM

  • Power off the source machine
  • Go to VM/Manage/Clone and follow the steps
  • Set new host:
    hostnamectl set-hostname server1
  • Disable not needed service:
    systemctl stop NetworkManager
    systemctl disable NetworkManager
  • Restart:
    shutdown -r now
linux/centos/vmware-clone-vm.txt · Last modified: 2023/03/10 13:21 by odefta