* Kvm migration problem @ 2010-04-14 8:23 Wagner, Kai 2010-04-14 9:17 ` Andre Przywara 0 siblings, 1 reply; 4+ messages in thread From: Wagner, Kai @ 2010-04-14 8:23 UTC (permalink / raw) To: kvm Hey, im from germany and new in kvm. I'll tried the how-to's from your page to migrate an windows vmware .vmdk to a kvm image. I'll also tried so start the kvm with "kvm -drive file ..." but that also wont work. I'll hope you could get me an answer how to migrate my vmware .vmdk to an working kvm img. edit: If i want to start the converted img it always told me, that there is problem with the img. Greetings Kai i.A. Kai Wagner Praktikant Tel: (-333) Fax: (-334) mailto:Kai.Wagner@it-novum.com it-novum GmbH . Edelzeller Strasse 44 . 36043 Fulda . http://www.it-novum.com Handelsregister Amtsgericht Fulda, HRB 1934 . Geschäftsführer: Michael Kienle . Sitz der Gesellschaft: Fulda Der Inhalt dieser E-Mail ist vertraulich. Wenn Sie nicht der eigentliche Empfaenger sein sollten, informieren Sie bitte sofort den Absender oder vernichten umgehend diese Mail. Jegliche unerlaubte Vervielfaeltigung oder Weiterleitung dieser Mail ist strengstens verboten. This e-mail may contain confidential and/or priviledged information. If you are not the intended recepient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorised copying, disclosure or distribution of material in this e-mail is strictly forbidden. ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Kvm migration problem 2010-04-14 8:23 Kvm migration problem Wagner, Kai @ 2010-04-14 9:17 ` Andre Przywara [not found] ` <FB7CBAC8C916CD40A03367E1DA5EBA9A048C489A@srvcom02.master.dns> 0 siblings, 1 reply; 4+ messages in thread From: Andre Przywara @ 2010-04-14 9:17 UTC (permalink / raw) To: Wagner, Kai; +Cc: kvm Wagner, Kai wrote: > Hey, > im from germany and new in kvm. I'll tried the how-to's from your > page to migrate an windows vmware .vmdk to a kvm image. Do you mean the lower paragraph of this one? http://www.linux-kvm.org/page/How_To_Migrate_From_Vmware_To_KVM > I'll also > tried so start the kvm with "kvm -drive file ..." but that also > wont work. I'll hope you could get me an answer how to migrate > my vmware .vmdk to an working kvm img. Have you used the right .vmdk? Sometimes VMware creates a small text file containing only a few hundred bytes of text describing the actual disk. If you convert (or use) this file, it will create (or use) an empty disk image. If "$ file foo.qcow2" reports something with "size 0 + 0", you should look into the original .vmdk file, find the real file name and convert (or use) this one. > edit: If i want to start the converted img it always told me, > that there is problem with the img. Can you tell us the actual message? HTH, Andre. -- Andre Przywara AMD-OSRC (Dresden) Tel: x29712 ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <FB7CBAC8C916CD40A03367E1DA5EBA9A048C489A@srvcom02.master.dns>]
* Re: AW: Kvm migration problem [not found] ` <FB7CBAC8C916CD40A03367E1DA5EBA9A048C489A@srvcom02.master.dns> @ 2010-04-14 9:35 ` Andre Przywara 2010-04-14 12:36 ` Martin Maurer 0 siblings, 1 reply; 4+ messages in thread From: Andre Przywara @ 2010-04-14 9:35 UTC (permalink / raw) To: Wagner, Kai; +Cc: KVM list (Please keep the list on CC:!) Wagner, Kai wrote: > Hey, > > no i used the real .vmdk. I'll tried to convert a linux > image from vmware to windows and that worked fine with > "kvm convert ...". But if i do the same with a windows .vmdk > i cant boot this image. It always came a bluescreen which > told me to to chkdsk because the image isn´t bootable. Ah, that one ;-( > I also tried to start with the windows cd and the recovery > mode to do chkdsk, but that also wont work. Now i found > something with mergeide.reg and i have to enable ide > controller befor converting the images. is that the > right way to do it? Probably yes. Windows is very picky about some disk internals, so you may look for hints on moving physical hard disks with Windows on it on the Web. For the Windows installation moving from VMware to KVM looks like you moved the hard disk into another computer. Regards, Andre. > > -----Ursprüngliche Nachricht----- > Von: Andre Przywara [mailto:andre.przywara@amd.com] > Gesendet: Mi 14.04.2010 11:17 > An: Wagner, Kai > Cc: kvm@vger.kernel.org > Betreff: Re: Kvm migration problem > > Wagner, Kai wrote: >> Hey, >> im from germany and new in kvm. I'll tried the how-to's from your > > page to migrate an windows vmware .vmdk to a kvm image. > Do you mean the lower paragraph of this one? > http://www.linux-kvm.org/page/How_To_Migrate_From_Vmware_To_KVM > >> I'll also > > tried so start the kvm with "kvm -drive file ..." but that also > > wont work. I'll hope you could get me an answer how to migrate > > my vmware .vmdk to an working kvm img. > Have you used the right .vmdk? Sometimes VMware creates a small text > file containing only a few hundred bytes of text describing the actual > disk. If you convert (or use) this file, it will create (or use) an > empty disk image. If "$ file foo.qcow2" reports something with "size 0 + > 0", you should look into the original .vmdk file, find the real file > name and convert (or use) this one. > >> edit: If i want to start the converted img it always told me, > > that there is problem with the img. > Can you tell us the actual message? > > HTH, > Andre. > -- Andre Przywara AMD-OSRC (Dresden) Tel: x29712 ^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: AW: Kvm migration problem 2010-04-14 9:35 ` AW: " Andre Przywara @ 2010-04-14 12:36 ` Martin Maurer 0 siblings, 0 replies; 4+ messages in thread From: Martin Maurer @ 2010-04-14 12:36 UTC (permalink / raw) To: KVM list > -----Original Message----- > From: kvm-owner@vger.kernel.org [mailto:kvm-owner@vger.kernel.org] On > Behalf Of Andre Przywara > Sent: Mittwoch, 14. April 2010 11:35 > To: Wagner, Kai > Cc: KVM list > Subject: Re: AW: Kvm migration problem > > (Please keep the list on CC:!) > Wagner, Kai wrote: > > Hey, > > > > no i used the real .vmdk. I'll tried to convert a linux > > image from vmware to windows and that worked fine with > > "kvm convert ...". But if i do the same with a windows .vmdk > > i cant boot this image. It always came a bluescreen which > > told me to to chkdsk because the image isn´t bootable. > Ah, that one ;-( > > > I also tried to start with the windows cd and the recovery > > mode to do chkdsk, but that also wont work. Now i found > > something with mergeide.reg and i have to enable ide > > controller befor converting the images. is that the > > right way to do it? > Probably yes. Windows is very picky about some disk internals, so you > may look for hints on moving physical hard disks with Windows on it on > the Web. For the Windows installation moving from VMware to KVM looks > like you moved the hard disk into another computer. > > Regards, > Andre. Hi, we have a wiki page collecting a some infos and hints for migrating vmware to KVM, see http://pve.proxmox.com/wiki/Migration_of_servers_to_Proxmox_VE maybe you find the missing part on your side. br, Martin ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-04-14 12:42 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-14 8:23 Kvm migration problem Wagner, Kai
2010-04-14 9:17 ` Andre Przywara
[not found] ` <FB7CBAC8C916CD40A03367E1DA5EBA9A048C489A@srvcom02.master.dns>
2010-04-14 9:35 ` AW: " Andre Przywara
2010-04-14 12:36 ` Martin Maurer
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox