Virtualbox

Note

Enabling Virtualization

Installing on Manjaro

List all kernels:

mhwd-kernel -l

Check the currently running kernel:

mhwd-kernel -li

Result:

Currently running: 6.12.4-1-MANJARO (linux612)
The following kernels are installed in your system:
   * linux612

To install VirtualBox and the kernel modules for your installed kernel enter the following command in the terminal - continuing the above example:

sudo pacman -Syu virtualbox linux612-virtualbox-host-modules

Once the installation is complete, you must add the VirtualBox Module to your kernel.

The simplest solution is to reboot your system.

Otherwise, to begin using VirtualBox immediately, enter the following command.

sudo vboxreload
}