hello
i am trying to Convert physical machine (Linux cantos) to virtual machine using VMware Converter Standalone 5.5
in my physical machine i have 2 Hard disks
1- is /boot type (ext4) /dev/sda1 (rw)
2 is / (all he data) type (ext4) /dev/mapper/vg_server159-lv_root (rw)
after several mints i get this error:
Error: Unable to clone the volume mounted on '/boot' from (IP)
the status is :FAILED: An error occurred during the conversion: '/usr/lib/vmware-converter/bin/ssh -z -F /usr/lib/vmware-converter/ssh.conf root@108.175.164.226 -p 58744 " tar --one-file-system --sparse -C /boot -cf - ." | /bin/tar_1.20 --numeric-owner --delay-directory-restore -C /mnt/p2v-src-root/boot -y -xf - /bin/tar_1.20: ./initramfs-2.6.32-279.19.1.el6.x86_64.img: Wrote only 2560 of 10240 bytes /bin/tar_1.20: ./efi/EFI/redhat/grub.efi: Cannot write: No space left on device /bin/tar_1.20:
Error exit delayed from previous errors (return code 2)
how to solve it??