Page MenuHomePhabricator

Only builds a libvirt image, not a VirtualBox image
Closed, ResolvedPublic

Description

VirtualBox is a somewhat common virtualisation system and it would be good for train-dev to build an image that works with VirtualBox, in addition to one that works with libvirt, or one image that works with both.

Event Timeline

LarsWirzenius renamed this task from Only build a libvirt image, not a VirtualBox image to Only builds a libvirt image, not a VirtualBox image.Aug 13 2020, 1:51 PM
LarsWirzenius triaged this task as Medium priority.
LarsWirzenius updated the task description. (Show Details)

I can convert the train-dev image with qemu-img:

qemu-img convert -f qcow2 -O vdi train-dev.qcow2 train-dev.vdi

I can, in VirtualBox, create a new VM using the newly converted VDI. However, the VM does not actually boot.

Nothing I try seems to have an effect on this. Giving up for now.

LarsWirzenius changed the task status from Open to Stalled.Aug 19 2020, 12:11 PM

I note that we no longer build an image with, or for, libvirt. We use qemu-system to build. The resulting image should work under qemu-system and libvirt, but I don't have the time to get it to work with VirtualBox, especially since nobody has spoken up and said they need it.

LarsWirzenius claimed this task.
LarsWirzenius added a subscriber: dancy.

@dancy is working on a Docker variant. VirtualBox is not on the radar.