User Tools

Site Tools


qemunet:misc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
qemunet:misc [2019/07/03 12:43] – [Convert QEMU image for VirtualBox] orelqemunet:misc [2024/03/18 15:06] (current) – external edit 127.0.0.1
Line 3: Line 3:
 ==== Convert QEMU image for VirtualBox ==== ==== Convert QEMU image for VirtualBox ====
  
-  +Conversion avec l'outil de VirtualBox (format VDI) :
-  VBoxManage convertfromraw debian10x.img --format vdi debian10x.vdi+
  
 +  vboxmanage convertfromraw debian10x.img --format vdi debian10x.vdi
 +  vboxmanage convertdd debian10x.qcow2 --format vdi debian10x.vdi
  
-En cas de problème ?+Conversion avec l'outil de QEMU :
  
   qemu-img convert debian10x.img -O raw debian10x.raw   qemu-img convert debian10x.img -O raw debian10x.raw
- 
   qemu-img convert -O qcow debian10x.img debian10x.qcow   # QCOW Image V1   qemu-img convert -O qcow debian10x.img debian10x.qcow   # QCOW Image V1
   qemu-img convert -O qcow2 -o compat=0.10 debian10x.img debian10x.qcow2 # QCOW Image V2   qemu-img convert -O qcow2 -o compat=0.10 debian10x.img debian10x.qcow2 # QCOW Image V2
   qemu-img convert -O qcow2 debian10x.img debian10x.qcow3 # QCOW Image V3 (default) !!!   qemu-img convert -O qcow2 debian10x.img debian10x.qcow3 # QCOW Image V3 (default) !!!
  
-QCOW Image v3 not supported by VirtualBox+QCOW v1 & v2 sont supportés... QCOW Image v3 supporté à partir de VirtualBox 6.0.8 (?).
 ==== Nested Virtualization in QEMU/KVM ==== ==== Nested Virtualization in QEMU/KVM ====
  
qemunet/misc.1562157833.txt.gz · Last modified: 2024/03/18 15:05 (external edit)