I just uploaded an experimental packet that updates our VirtualBox port from version 6.1.38 to version 7.2.10. The packet is built for Sculpt 26.04 and can be downloaded from my depot. What is working, tested, and what not is tracked in issue #5891.
Feel free to try out the new version. Currently, there exists no installer, but if your are ready to possibly corrupt your VM (“Trust me, I know what I’m doing” ), you can reuse any VDI or VMDK that works with our VirtualBox 6 port.
Here are the steps on how to reuse a previously setup VM:
Update the index of ssumpf
Download and install, but do not configure, ssumpf → Virtual machines → vbox7
Copy the machine.vbox7 file from <used-fs>/depot/ssumpf/raw/vbox7/2026-06-22/machine.vbox7 into the directory that contains the VM’s machine.vbox6
Edit machine.vbox7:
Replace <HardDisk uuid="{d65876fd-b855-4a35-bbfe-115447c1b9ba}" location="machine.vdi" format="VDI" type="Normal"/> with the corresponding line from your machine.vbox6 file
Replace <Image uuid="{d65876fd-b855-4a35-bbfe-115447c1b9ba}"/> with the corresponding line from your machine.vbox6 file
Adjust the RAM size (<Memory RAMSize="4096"/>) - if desired
Adjust the CPU count (<CPU count="2">) - if desired. I would not configure more than four CPUs at the current state
You can also enable EFI Boot by setting <Firmware type="EFI"/>
Configure and start vbox7 → Good luck from here on!
In case you want to click together the configuration, here the deploy that was generated during my test run:
This should give some hints on what to start and what to select. I then converted vbox7 into an option and put it into the model/option folder. This way I can just start vbox7 using the System → Options dialog. Here the option:
You can also use the option as a basis and adjust the location of the fs vm node. In case you configured more than 4GB of RAM for the VM (default), you also have to provide a ram attribute, because vbox7 will require more RAM than configured in the recipe. In the example above I set ram: 8G.
Have fun testing and feel free to report any problems here or in #5891. Cheers!
Due to my stupidity, I upgraded my VMs to VBox 7 about a year ago, after which I could no longer run them in Genode’s VBox 6. I’ve been too lazy to try to downgrade them, so I’ve been in limbo for a while.
In my initial testing with an existing VM, this mostly works for me on my ThinkPad Yoga L380 (Intel). (I couldn’t hear audio, but I will tinker around with that.) It feels good to be back again!
On my Framework 16, with the same VM, it gets stuck right after Grub (v2), and never shows the Linux console output. I will continue tinkering with that also, since it could be a configuration issue.
I should probably ask this in a new thread, because it’s not specific to VBox 7, but are there any thoughts of adding “Save the machine state” support? I use this feature often, and to good effect - e.g., I have a script that uses VBoxManage to “savestate” all my VMs if the power gets too low, but also just to keep my state if I need to reboot the host, etc.
FYI: I have just published a packet that updates VirtualBox to version 7.2.12. What I gather from the Bug reports is that the 7.2.12 release mostly fixes Kernel crashes on Alpine (Changelog). Otherwise, VirtualBox 7 has become almost feature complete (#5891) on Genode. As a next step I will install VirtualBox 7 as a daily driver on my system (Gentoo VM with raw disk access). So if you are brave, checkout vbox7 version 2026-07-10 from my depot.
Great, I have also tested base-hw and it generally works. If you compile VBox7 with assertions, one triggers because base-hw always sets bit 13 in cr4 which tells the VMM that VT-x is enabled within the guest (nested virtualization). I think this is caused by E_GUEST_CR in base-hw. If a disable the bit in VBox7 by hand, it works without triggering assertions. If I set E_GUEST_CR from 0x6804 to 0x4804 in base-hw, the VM crashes. I am not sure what’s wrong there.
I’ve just started using vbox7. Even without increasing the CPU count, it feels much more responsive than before. Starting a web browser in the VM took a few seconds with vbox6, now it starts in 1-2s. Marvellous!
Just made the switch today and can happily report that the new version works splendidly for me as well. I haven’t stressed the VM enough to give a subjective impression about the performance yet but it feels good so far. Thanks to @ssumpf’s detailed instructions, the migration went super smooth.
Great!
I’d like to give it a spin!
But I don’t have a VM yet.
I’d like to use my existing linux instance inside it and tying to follow this guide
But I’m failing to do so because the current virtualbox setup looks completely different from the one in the guide.
Could you please give me a hint on how to do this now?
Replace <Image uuid="{d65876fd-b855-4a35-bbfe-115447c1b9ba}"/>
by <Image uuid="{386d400b-0e8d-451f-ae1e-ec6f3a7be169}"/>
in section <StorageControllers>
Set Firmware type to EFI or BIOS - depending on your native-boot method
Adjust theVBox7 configuration
The easiest way to achieve this is to create an option as described at the top of this post
Copy the whole + config node from depot/ssumpf/pkg/vbox7/2026-08-03/runtime into the vbox7 option
Add | + block | io_buffer: 8M to the + dir dev node in the + vfs node of + config
Route the block-session to the hard-disk driver in the vbox7 option’s + connect node
(e.g., + block | + child nvme | label: 1 routes the block session to the first NVMe device (which would be 0 on Linux))