Samsung Series 5 ChromeBook에서 Ubuntu Linux 12.04.1 LTS를 이중 부팅 했으며 웹 사이트에서 다운로드 한 일반 .run 파일 에서 Oracle VirtualBox를 실행 / 설치하려고합니다 . 그러나 명령 줄에서 루트로 실행하려고 할 때마다 다음과 같은 오류가 발생합니다.
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}
답변
이 링크가 도움이 되나요? 그것들로 시작해보십시오 …
답변
이 링크가 매우 유용하다는 것을 알았습니다.
이것은 아마도 가장 좋은 것입니다 (또는 지금까지 가장 유망한 결과를 얻은 것입니다) : 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