Home / ubuntu
Name Modified Size InfoDownloads / Week
Parent folder
x 2026-07-30
l 2026-07-30
u 2026-07-30
k 2026-07-30
Totals: 4 Items   5
### KVM / virt-manager ###

# English #
=== How to import this .ova into QEMU / KVM ===

Since an .ova file is just a standard TAR archive, you can easily use it in KVM/Proxmox with these simple CLI steps:

1. Extract the archive:
   tar -xvf linux-oem-appliance.ova

2. Convert the VMware disk (.vmdk) to the native KVM format (.qcow2):
   qemu-img convert -f vmdk -O qcow2 linux-oem-appliance-disk1.vmdk appliance.qcow2

3. Create a new VM in KVM / virt-manager and attach the converted 'appliance.qcow2' as your main storage disk. The Linux kernel will automatically load the required KVM/virtio drivers upon first boot!


# Deutsch #
=== Wie importiere ich diese .ova in QEMU / KVM ===

Da eine .ova-Datei nur ein Standard-TAR-Archiv ist, können Sie sie ganz einfach in KVM/Proxmox mit diesen einfachen CLI-Schritten verwenden:

1. Extrahieren Sie das Archiv:
   tar -xvf linux-oem-appliance.ova

2. Konvertieren Sie die VMware-Festplatte (.vmdk) in das native KVM-Format (.qcow2):
   qemu-img convert -f vmdk -O qcow2 linux-oem-appliance-disk1.vmdk Appliance.qcow2

3. Erstellen Sie eine neue VM in KVM / virt-manager und fügen Sie die konvertierte 'appliance.qcow2' als Hauptspeicherfestplatte an. Der Linux-Kernel lädt beim ersten Booten automatisch die erforderlichen KVM/virtio-Treiber!
Source: readme.txt, updated 2026-07-30