I’m trying to setup some sort of virtualization (probably GNOME Boxes). I’m coming from VirtualBox. I use Aurora.
The following post mentioned activating virtualization:
In the end I did without VirtualBox and followed your advice. I activated virtualization and installed GNOME Boxes and it was able to run my VirtualBox iso drives. Thanks a lot!
I guess that means ujust setup-virtualization
. Doing that I get the following output:
error: Justfile does not contain recipe `setup-virtualization`
I’ve tried ujust upgrade
and restarting. Ideas?
I think there is a slight name change – is the ujust
command showing / not showing the command to setup virtualization? Inputting ujust is how you see the list, according to the docs .
inffy
May 2, 2025, 10:02am
3
There is no such ujust recipe on Aurora.
You just need to move to the aurora-dx image so you will have virt-manager & qemu stuff.
Or you can use the virt-manager flatpak and the qemu extension.
You can see all the available recipes with ujust
or you can use ujust --choose
to have a nice TUI to browse them.
2 Likes
klmcw
May 2, 2025, 10:10am
4
ujust is configured with TAB completion as well, at least with bluefin-dx. ujust setup-
-TAB-TAB will also get a match list.
FYI
Thanks! I’ll give it a try.
ujust setup-
setup-brew-not-found setup-cockpit setup-distrobox-app setup-luks-tpm-unlock setup-sunshine setup-vfio
No setup-virtualization
there after rebasing to aurora-dx.
inffy
May 5, 2025, 12:39pm
7
As said, there is no such ujust recipe in Aurora. That is a bazzite recipe and we don’t have that.
-dx image comes with qemu/virt-manager included in the image, there is no need for that recipe anyway.
Just make sure you have the correct groups ujust dx-group
and then reboot and launch virt-manager
1 Like