Import Virtualbox OVA into vSphere 5.5 (via vSphere Client)

If you directly import Virtualbox OVA into vSphere, you will receive some error message.  You may edit the OVF file (inside OVA) first and import again.

1. Download the OVA.
2. By using 7-zip, extract the OVA into a folder.
3. Edit the .OVF file as below:

original:
   virtualbox-2.2

change to:
   vmx-08

original:
   

change to:
    ovf:version="10"
>

original:
     
        3
        false
        sound
        Sound Card
        sound
        7
        ensoniq1371
        35
     


change to:
      ovf:required="false"
>
        3
        false
        sound
        Sound Card
        sound
        7
        ensoniq1371
        35
     
If you fail to boot into the normal boot, choose "Solaris failsafe" first.  Then enter "reboot" in the prompt.

If you fail to boot into x-windows, try to run "kdmconfig". Set-up the graphic environment with Xsun. You may also install vmware-tools.

To configure Xorg, type "/usr/X11/bin/xorgcfg".




Comments

Popular Posts