在 Ubuntu 12.04.1 上安装 VirtualBox(在 [三星] Chromebook 上)

在 Ubuntu 12.04.1 上安装 VirtualBox(在 [三星] Chromebook 上)

我在 Samsung Series 5 ChromeBook 上安装了双启动的 Ubuntu Linux 12.04.1 LTS,并尝试运行/安装 Oracle VirtualBox(从通用 .run 文件我可以从他们的网站下载它。但是,每次我尝试运行它(以 root 身份从命令行运行)时,都会出现以下错误:

Please install the build and header files for your current Linux kernel.
The current kernel version is 3.4.0
Problems were found which would prevent VirtualBox from installing.

我尝试过软件中心的版本以及命令行安装,但两者都根据我的操作给出了错误linux-headers/linux-kernel/linux-[kernel]-image

这是我不断遇到的错误(在命令行上):

First Installation: checking all kernels...
It is likely that 3.4.0 belongs to a chroot's host
Building only for 3.5.0-18-generic
Building initial module for 3.5.0-18-generic
ERROR (dkms apport): kernel package linux-headers-3.5.0-18-generic is not supported
Error! Bad return status for module build on kernel: 3.5.0-18-generic (x86_64)
Consult /var/lib/dkms/virtualbox/4.1.12/build/make.log for more information.
Setting up virtualbox-qt (4.1.12-dfsg-2ubuntu0.2) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place

...当我尝试启动任何虚拟机时,我遇到的一个更神秘的错误是:

Result Code:      NS_ERROR_FAILURE (0x80004005)
Component:        Machine
Interface:        IMachine {5eaa9319-62fc-4b0a-843c-0cb1940f8a91}

答案1

答案2

我发现这些链接非常有用:

这可能是最好的一个(或者至少是迄今为止产生最有希望的结果的一个): https://wiki.ubuntu.com/KernelTeam/GitKernelBuild

以下另外两个建议也有些帮助:
Google 群组中的讨论:
https://groups.google.com/forum/#!msg/chromebook-central/PPQFpC7mYzk/yW2hfNd7OHUJ

博客文章:http://compilethekernel.blogspot.com/2011/08/compile-linux-kernel.html

祝你好运,编译愉快!
-iphonedev7

相关内容