我正在尝试在 Windows Bash (Beta) 中安装 VirtualBox,但我收到了以下持久性错误消息:
somasundaram@host:~/kernel34$ VBoxManage --version
WARNING: The character device /dev/vboxdrv does not exist.
Please install the virtualbox-dkms package and the appropriate
headers, most likely linux-headers-3.4.0+.
You will not be able to start VMs until this problem is fixed.
4.3.36_Ubuntur105129
Run Code Online (Sandbox Code Playgroud)
我还尝试安装 3.4.1 的 linux 头文件并重新配置
somasundaram@host:~/kernel34$ sudo dpkg-reconfigure virtualbox-dkms
Run Code Online (Sandbox Code Playgroud)
但无济于事。