Anyone have any luck getting Roots set up on Windows 11 with WSL2?

I’m trying to get a fresh set up of Trellis on my Windows 11 Home laptop, I’m being met with the following error when running “vagrant up”:

There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.
Command: ["startvm", "524ff815-265e-4fd4-b39c-43fd5f5196fe", "--type", "headless"]
Stderr: VBoxManage.exe: error: Failed to get device handle and/or partition ID for 0000000000d8ea00 (hPartitionDevice=00000000000008e5, Last=0xc0000002/1) (VERR_NEM_VM_CREATE_FAILED)
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component ConsoleWrap, interface IConsole

I’ve had this error before when running Windows 10, and it was fixed by disabling Hyper-V. However, I’ve tried this and a few other solutions related to the enabling and disabling of Windows Features with no luck.

I’d just like to know if anyone has successfully got a Roots install running on Windows 11 otherwise I’ll have to look into downgrading back to W10. Thank you.

Do you have the latest VirtualBox version?

https://forums.virtualbox.org/viewtopic.php?f=25&t=97412

Updating VirtualBox from 6.1.22 to 6.1.28 fixed this, thank you!