diff --git a/vmware_to_proxmox.sh b/vmware_to_proxmox.sh index 29625ec..40e25e2 100755 --- a/vmware_to_proxmox.sh +++ b/vmware_to_proxmox.sh @@ -1,6 +1,5 @@ #!/bin/bash # To-do: -# - Add ability to choose between local-lvm and local-zfs # - Find way to carry over MAC # - Attempt to find way to fix networking post-migration automatically # - Get script to pull specs of ESXi VM and use them when creating Proxmox VM @@ -150,6 +149,11 @@ function add_efi_disk_to_vm() { } } +echo "Migration completed. Please remember to install and start the qemu-guest-agent inside the VM." +echo "For Debian/Ubuntu: sudo apt-get update && sudo apt-get install qemu-guest-agent" +echo "For CentOS/RHEL: sudo yum install qemu-guest-agent" +echo "Then, enable and start the service: sudo systemctl enable --now qemu-guest-agent" + # Main process export_vmware_vm transfer_vm