Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
virt-v2v [2022/08/25 17:11 CEST] – chr | virt-v2v [2022/08/26 17:28 CEST] (aktuell) – chr | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
- | libguestfs + libguestfs-appliance, nbdkit nbdkit-linuxdisk-plugin | + | ====== virt-v2v-Tests ====== |
+ | ===== Vorbereitungen ===== | ||
+ | |||
+ | libguestfs + libguestfs-appliance, | ||
nbdkit-Daemon muß laufen? | nbdkit-Daemon muß laufen? | ||
modprobe nbd | modprobe nbd | ||
- | nbd install? | + | nbd install? |
- | https:// | + | ===== Treiber-CD ===== |
- | virt-v2v -i vmx Debian_10_x86_64.vmx -o local -of qcow2 -os /var/lib/libvirt/images/ | + | Quelle: https:// |
+ | * Achtung: Derzeit aktuell ist virtio-win-0.1.221.iso. Die iso muß nicht ausge-dateit werden; iso nach / | ||
+ | |||
+ | ===== Tests ===== | ||
+ | |||
+ | virt-v2v -i vmx Debian_10_x86_64.vmx -o local -of qcow2 -os / | ||
virt-v2v -i vmx Debian_10_x86_64.vmx -o libvirt -of qcow2 -os qemutest -n default | virt-v2v -i vmx Debian_10_x86_64.vmx -o libvirt -of qcow2 -os qemutest -n default | ||
Grub2" | Grub2" | ||
Zeile 15: | Zeile 23: | ||
< | < | ||
virt-v2v -i vmx Windows10_Scanner_UG_RZ_Druckraum.vmx -o libvirt -of qcow2 -os qemutest -n default | virt-v2v -i vmx Windows10_Scanner_UG_RZ_Druckraum.vmx -o libvirt -of qcow2 -os qemutest -n default | ||
- | [ 0,0] Opening the source -i vmx Windows10_Scanner_UG_RZ_Druckraum.vmx | + | </ |
- | [ 0,0] Creating an overlay to protect the source from being modified | + | |
- | [ 0,3] Initializing the target -o libvirt -os qemutest | + | Läuft gut durch. VM hinterher problemlos startbar, aber: |
- | [ 2,6] Opening the overlay | + | |
- | [ 145,2] Inspecting the overlay | + | < |
- | [ 147,2] Checking for sufficient free disk space in the guest | + | |
- | [ 147,2] Estimating space required on target for each disk | + | |
- | [ 147,2] Converting Windows 10 Enterprise to run on KVM | + | |
virt-v2v: warning: / | virt-v2v: warning: / | ||
Firstboot scripts may conflict with PnP. | Firstboot scripts may conflict with PnP. | ||
- | virt-v2v: warning: there are no virtio drivers available | + | </ |
- | of Windows (10.0 x86_64 | + | < |
- | / | + | virt-v2v: warning: there is no QXL driver |
+ | x86_64). | ||
+ | </ | ||
+ | * Nach VM-Start qxl-Treiber händisch aus iso installiert - geht. | ||
+ | |||
+ | < | ||
+ | new virtio block device driver was installed. | ||
+ | Policy may prevent new drivers from working (resulting in a 7B boot error). | ||
+ | If this happens, try disabling Group Policy before doing the conversion. | ||
+ | virt-v2v: This guest has virtio drivers installed.</ | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | Zwischendurch aufgetreten, | ||
+ | |||
+ | < | ||
The guest will be configured to use slower emulated devices. | The guest will be configured to use slower emulated devices. | ||
virt-v2v: This guest does not have virtio drivers installed. | virt-v2v: This guest does not have virtio drivers installed. | ||
Zeile 45: | Zeile 66: | ||
(for example a CD-ROM originally called /dev/hdc might move to /dev/hdd, or | (for example a CD-ROM originally called /dev/hdc might move to /dev/hdd, or | ||
from D: to E: on a Windows guest). | from D: to E: on a Windows guest). | ||
- | |||
</ | </ | ||
+ | virsh undefine VM-Name --remove-all-storage |