一直想在我的 Debian 机器上安装 virtualbox。我正在运行 Debian bookworm。
在终端启动时我收到此消息:
WARNING: The vboxdrv kernel module is not loaded. Either there is no module
available for the current kernel (6.1.0-13-amd64) or it failed to
load. Please recompile the kernel module and install it by
sudo /sbin/vboxconfig
You will not be able to start VMs until this problem is fixed.
还没有尝试任何操作(只是重新安装并重新启动系统)我不是专家并且不想破坏我的系统。
答案1
sudo apt-get install make gcc build-essential linux-headers-`uname -r` dkms
我遇到了同样的问题并解决了它,对我来说效果很好。