| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| fedora | 2026-07-30 | ||
| ubuntu | 2026-07-30 | ||
| readme.txt | 2026-07-30 | 1.3 kB | |
| Totals: 3 Items | 1.3 kB | 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!