lost and found ( for me ? )

not fly ESX 4 within KVM...

できるかトライ。
結果は。。。 NG 。リブートくりかえすー。

vmdk を KVMのVMイメージに変換。

[root@arizona ~]# file Virtual\ Machine.vmdk
Virtual Machine.vmdk: VMware4 disk image

では、変換。

変換方法は下記を参照。

http://blog.bodhizazen.net/linux/convert-vmware-vmdk-to-kvm-qcow2-or-virtualbox-vdi/

[root@arizona ~]# qemu-img convert

Virtual\ Machine.vmdk -O qcow2 esx4-copy.img
[root@arizona ~]# echo $?
0
[root@arizona ~]#

一応、コマンドはエラーなく処理された。

[root@arizona ~]# file esx4-copy.img
esx4-copy.img: Qemu Image, Format: Qcow , Version: 2

では起動。。できるか~。。。

go!

[root@arizona ~]# qemu-kvm -m 2047 -hda esx4-copy.img

だめだー、リブート繰り返すー。



rawイメージでもだめだー。リブートくりかえすー。

[root@arizona ~]# file raw-esx4-copy.img
raw-esx4-copy.img: x86 boot sector; partition 1: ID=0x5, starthead 0, startsector 8192, 1835008 sectors; partition 2: ID=0x6, starthead 0, startsector 1843200, 8386560 sectors; partition 3: ID=0xfb, starthead 63, startsector 10229760, 115599360 sectors; partition 4: ID=0x4, active, starthead 1, startsector 32, 8160 sectors, code offset 0x31

そういえば、ESX用の xml ファイル作成してないなー。。

[root@arizona qemu]# pwd
/etc/libvirt/qemu

VMWare の vmx に該当するファイル。。

[root@arizona qemu]# ls
centos4.xml networks win2003R2.xml winxppro-vm.xml

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.