How to import an OVA template into Hyper-V

Alex Kalinin avatar

Alex Kalinin

Suppose, I intend to deploy the Redmine OVA template, which has been packaged by Bitnami, onto Hyper-V.

Hyper-V does not support OVA templates or .vmdk virtual hard drives.


STEP:
download OVA-image itself.


STEP:
install 7zip


STEP:
install visual c++ redistribute 2019 and virtualbox


STEP:

extract ova:

PS C:\Users\alex\Downloads> & 'C:\Program Files\7-Zip\7z.exe' e bitnami-redmine-5.0.5-r14-debian-11-amd64.ova -o'redmine_bitnami_ova'

    Extracting archive: bitnami-redmine-5.0.5-r14-debian-11-amd64.ova
    ....
    Everything is Ok

STEP:

convert .vmdk hard-drive to a .vhd:

PS C:\Users\alex\Downloads\redmine_bitnami_ova> & 'C:\Program Files\Oracle\VirtualBox\VBoxManage.exe' clonehd ".\bitnami-redmine-5-5.0.5-r14-debian-11-amd64-disk-0.vmdk" redmine.vhd --format vhd

STEP:
copy created redmine.vhd into C:\ProgramData\Microsoft\Windows\Virtual Hard Disks folder


STEP:
create new VirtualMachine:

screenshot 01: create new
screenshot 01: create new
screenshot 02: specify name
screenshot 02: specify name
screenshot 03: select generation
screenshot 03: select generation

It is important to specifiy generation 1, it will allow to use the IDE controller (instead of SCSI)

screenshot 04: specify RAM
screenshot 04: specify RAM
screenshot 05: specify existing HDD location
screenshot 05: specify existing HDD location

---------------------
PS:

I also tried option with qemu-img (to get qemu-img)

PS C:\Users\alex\Downloads\redmine_bitnami_ova> & C:\qemu\qemu-img.exe convert .\bitnami-redmine-5-5.0.5-r14-debian-11-amd64-disk-0.vmdk  -O vhdx bitnami_redmine.vhdx

but this option didn't worked for me.

Alex Kalinin avatar
Written By

Alex Kalinin

Enjoyed the post?

Clap to support the author, help others find it, and make your opinion count.