linux:virtualbox-kvm
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
linux:virtualbox-kvm [2021/01/21 23:28] – created Wulf Rajek | linux:virtualbox-kvm [2023/05/29 11:55] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== VirtualBox KVM ====== | ====== VirtualBox KVM ====== | ||
- | How to Use Virtualbox VMs on KVM In Linux | + | Converting VirtualBox VM (VDI format) |
- | https://www.tecmint.com/migrate-virtualbox-vms-into-kvm-vms/ | + | |
+ | < | ||
+ | #list available VirtualBox HDDs and note Capacity and Location | ||
+ | VBoxManage list hdds | ||
+ | |||
+ | #Convert VDI to RAW image | ||
+ | VBoxManage clonehd --format RAW /home/wuff/ | ||
+ | |||
+ | #Convert RAW image to qcow2 image | ||
+ | qemu-img convert | ||
+ | </code> | ||
https:// | https:// |
linux/virtualbox-kvm.1611271731.txt.gz · Last modified: 2023/05/29 11:53 (external edit)