Virtualbox to Proxmox
Virtualbox to Proxmox migrating.
- Convert .VDI to .IMG using VBoxManage
- Move Image to Proxmox-accessible location.
- Convert .IMG to .QCow2 using qemu-image (Step 2 & 3 are interchangeable)
- Create blank proxmox VM without disks.
- import disk
- set boot order, attach disk.
- done.
Also, hindsite- you could just copy the .VDI directly to proxmox, and use qemu-img to go straight from .VDI to .qcow2
This post is licensed under CC BY 4.0 by the author.