我安装了 VirtualBox,但在我尝试了所有解决方案后,它仍然不起作用。当我启动 VirtualBox 时,它什么也不做,但当我尝试运行虚拟机时,它给出以下错误:
The VirtualBox Linux kernel driver is either not loaded or not set up correctly.
Please try setting it up again by executing
'/sbin/vboxconfig'
as root.
(stuff about EFI secure boot, which isn't enabled on my laptop)
Run Code Online (Sandbox Code Playgroud)
我尝试运行该命令,但它找不到该文件。
我还检查了 cli 中的一些错误
VBoxManage --version
Run Code Online (Sandbox Code Playgroud)
它给了我这个
WARNING: The vboxdrv kernel module is not loaded. Either there is no module
available for the current kernel (5.6.15-arch1-1) or it failed to
load. Please recompile the kernel module and install it by …Run Code Online (Sandbox Code Playgroud)