[solved] problem migrating vmware vm > pve kvm on lmv, disk not bootable.
Hi, i was testing the migration
- from a ubuntu vm we have on vmware on a dedicated linux server
- to a kvm vm on our test pve server
- wishing to use lvm storage for that disk
i found this wiki page
http://pve.proxmox.com/wiki/Migration_of_servers_to_Proxmox_VE
whick contains the section "VMware to Proxmox VE (KVM)"
the guide it is really about win2003 vmdk but think it should apply to any guest os
1) first i copied the vmdk on the vmware server, using vmware-vdiskmanager:
2) then transferred that vmdk to our test pve server with rsync
3) then followed what guide suggested:
- created a new vm without starting it (VMID 115),
- assigned disk storage to the vm on a pve "test" lvm unit, slightly bigger than the vmdk file
- pve created a /dev/test_vg/vm-115-disk-1 lv
- used dd to copy the vmdk to the lvm disk:
everything went fine.
4) the vm starts but on the vnc console i can see:
5) vm hard disk is IDE and SCSI does not boot (pve 2.6.18)
...so, what is wrong? and/or how to debug the problem?
Thanks, Marco
Hi, i was testing the migration
- from a ubuntu vm we have on vmware on a dedicated linux server
- to a kvm vm on our test pve server
- wishing to use lvm storage for that disk
i found this wiki page
http://pve.proxmox.com/wiki/Migration_of_servers_to_Proxmox_VE
whick contains the section "VMware to Proxmox VE (KVM)"
the guide it is really about win2003 vmdk but think it should apply to any guest os
1) first i copied the vmdk on the vmware server, using vmware-vdiskmanager:
Code:
vmware-vdiskmanager -r ubuntu.vmdk -t 0 ubuntu.copy.vmdk
3) then followed what guide suggested:
- created a new vm without starting it (VMID 115),
- assigned disk storage to the vm on a pve "test" lvm unit, slightly bigger than the vmdk file
- pve created a /dev/test_vg/vm-115-disk-1 lv
- used dd to copy the vmdk to the lvm disk:
Code:
dd if=ubuntu.copy.vmdk of=/dev/test_vg/vm-115-disk-1
4) the vm starts but on the vnc console i can see:
Code:
booting from hard disk...
boot failed: not a bootable disk
...so, what is wrong? and/or how to debug the problem?
Thanks, Marco
Last edited: