Search results

  1. V

    Could not start VM after converting .vmdk file to .qcow2 file using vmware vcenter converter.

    Hi, Thanks for your reply. 1. Now the HDD type is ide and the controller type is VirtIO SCSI. 2. Powered off VM, after adding second scsi, could not able to install virto-win-guest-tools.exe because the windows installer service would not run on safe mode. The machine is not starting on...
  2. V

    Could not start VM after converting .vmdk file to .qcow2 file using vmware vcenter converter.

    Hi, Thanks for your reply. After changing the controllers from SCSCI to IDE HDD Type, i can able to boot the OS from Safe mode with Networking & Command prompt but i could not able to boot the OS in Normal mode. When I try to install QEMU guest agent from safe mode, it fails because windows...
  3. V

    Could not start VM after converting .vmdk file to .qcow2 file using vmware vcenter converter.

    In this scenerio, i could not even login, only that windows Logo is loading, after that Getting error as i mentioned in my previos post. Only if i can able to login, i can able to install SCSI drivers as you mentioned in [0]. Don't know where it got stucked, actually the physical machine which...
  4. V

    Could not start VM after converting .vmdk file to .qcow2 file using vmware vcenter converter.

    Hi oguz, Now VM's trying to boot but getting below error, Advance option by giving F8, When enter using Command prompt by adding one Win 10 iso image, seems there are no other disks is showing apart from CD drive i.e., the PC3.qcow2 drive is not showing.
  5. V

    Could not start VM after converting .vmdk file to .qcow2 file using vmware vcenter converter.

    Hi, Tried removing the 105.conf file and 105 VM, then created new VM as per the link [0]. Now getting "Failed to run vncproxy" Below are the details: pwd : /var/../../../105/ cmd :qemu-img info PC3.qcow2 Output : image: PC3.qcow2 file format: qcow2 virtual size: 112 GiB (120087117824...
  6. V

    Could not start VM after converting .vmdk file to .qcow2 file using vmware vcenter converter.

    Hi, Thanks for your reply. I have tried changing the 105.conf file as below, but please note that I've created this 105.conf file from 100.conf file by copying the file and renamed it as 105.conf and modified some steps. boot: order=scsi0 cores: 2 memory: 7168 meta...
  7. V

    Could not start VM after converting .vmdk file to .qcow2 file using vmware vcenter converter.

    Thanks for your reply, actually what i did is just copied 100.conf file and created 105.conf file, in 105.conf how to add my .qcow2 file(i.e., converted .vmdk file)? in ide0: line https://pve.proxmox.com/wiki/Migration_of_servers_to_Proxmox_VE#VMware_to_Proxmox_VE_.28KVM.29 as per this link...
  8. V

    Could not start VM after converting .vmdk file to .qcow2 file using vmware vcenter converter.

    Hi, I have followed all the steps https://pve.proxmox.com/wiki/Migration_of_servers_to_Proxmox_VE#VMware_to_Proxmox_VE_.28KVM.29 mentioned in this link, created .vmdk file of one machine using Vmware vcenter convertor and put the file into /var/lib/vz/images/105/image.qcow2 location(as i have...