Install VirtualBox on Ubuntu 12.04.1 (on [Samsung] Chromebook)can /usr/src be a sym link?E_FAIL (0x80004005)...
What can I substitute for soda pop in a sweet pork recipe?
Understanding Kramnik's play in game 1 of Candidates 2018
Multiplication via squaring and addition
How to speed up a process
Why is working on the same position for more than 15 years not a red flag?
How to avoid being sexist when trying to employ someone to function in a very sexist environment?
You'll find me clean when something is full
Could quantum mechanics be necessary to analyze some biology scenarios?
What's the difference between a cart and a wagon?
Significance and timing of "mux scans"
What do the pedals on grand pianos do?
How can I be pwned if I'm not registered on that site?
Creature spells vs. ability to convert a permanent into a creature
Reason Why Dimensional Travelling Would be Restricted
Replacement ford fiesta radiator has extra hose
Waiting for the gravy at a dinner table
Why might Google Analytics report a sudden, but persistent, drop in bounce rate (70% to 12%)
How to mitigate "bandwagon attacking" from players?
It took me a lot of time to make this, pls like. (YouTube Comments #1)
Can you 'upgrade' leather armor to studded leather armor without purchasing the new armor directly?
How to approximate rolls for potions of healing using only d6's?
Why does the author believe that the central mass that gas cloud HCN-0.009-0.044 orbits is smaller than our solar system?
Closure of presentable objects under finite limits
How to add multiple differently colored borders around a node?
Install VirtualBox on Ubuntu 12.04.1 (on [Samsung] Chromebook)
can /usr/src be a sym link?E_FAIL (0x80004005) when running Linux through Windows 8 VirtualboxCannot change resolution / Cannot use Seamless Windows feature on Lubuntu 14.10 running on VirtualBox 4.3.14Virtualbox installation in SLES11 SP2Troubleshooting Virtualbox shared folders as it relates to Linux headers/kernelUnable to use wireless adapter on Kali Linux(ARM) due to missing linux headersVirtual Box - Critical Error - Failed to create the VirtualBoxClient COM objectNot able to install VirtualBox guest addition in Debian 3.16.0-4 guestvirtual box guest additions won't install on Ubuntu, cannot find source of current Linux kernelUnable to install guest additions in Kali 2018
I have dual booted Ubuntu Linux 12.04.1 LTS on my Samsung Series 5 ChromeBook, and am trying to run/install Oracle VirtualBox (from the generic .run file downloaded from their website). However, every time I try to run it (as root from the command line), it gives me the following error occurs:
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.
I have tried the version from the Software Center, as well as the command line installation, both of which gave me errors based on my linux-headers/linux-kernel/linux-[kernel]-image.
Here's an error I keep getting (on the command line):
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
...And one of the more cryptic errors I get when trying to start any Virtual Machine:
Result Code: NS_ERROR_FAILURE (0x80004005)
Component: Machine
Interface: IMachine {5eaa9319-62fc-4b0a-843c-0cb1940f8a91}
linux-kernel virtualbox ubuntu-12.04 chromebook
bumped to the homepage by Community♦ 8 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
migrated from stackoverflow.com Dec 9 '12 at 11:14
This question came from our site for professional and enthusiast programmers.
|
show 2 more comments
I have dual booted Ubuntu Linux 12.04.1 LTS on my Samsung Series 5 ChromeBook, and am trying to run/install Oracle VirtualBox (from the generic .run file downloaded from their website). However, every time I try to run it (as root from the command line), it gives me the following error occurs:
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.
I have tried the version from the Software Center, as well as the command line installation, both of which gave me errors based on my linux-headers/linux-kernel/linux-[kernel]-image.
Here's an error I keep getting (on the command line):
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
...And one of the more cryptic errors I get when trying to start any Virtual Machine:
Result Code: NS_ERROR_FAILURE (0x80004005)
Component: Machine
Interface: IMachine {5eaa9319-62fc-4b0a-843c-0cb1940f8a91}
linux-kernel virtualbox ubuntu-12.04 chromebook
bumped to the homepage by Community♦ 8 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
migrated from stackoverflow.com Dec 9 '12 at 11:14
This question came from our site for professional and enthusiast programmers.
Isn't VirtualBox in the Ubuntu repositories?
– Blender
Dec 8 '12 at 23:33
in the cloud???
– iphonedev7
Dec 8 '12 at 23:33
Yes, but I've tried that already...and it gave me an error similar to the one above.
– iphonedev7
Dec 8 '12 at 23:34
Try to type this before:sudo apt-get install linux-headers-$(uname -r)
– cheesemacfly
Dec 9 '12 at 1:52
I have (and just did) try, but to no avail :(
– iphonedev7
Dec 9 '12 at 1:56
|
show 2 more comments
I have dual booted Ubuntu Linux 12.04.1 LTS on my Samsung Series 5 ChromeBook, and am trying to run/install Oracle VirtualBox (from the generic .run file downloaded from their website). However, every time I try to run it (as root from the command line), it gives me the following error occurs:
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.
I have tried the version from the Software Center, as well as the command line installation, both of which gave me errors based on my linux-headers/linux-kernel/linux-[kernel]-image.
Here's an error I keep getting (on the command line):
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
...And one of the more cryptic errors I get when trying to start any Virtual Machine:
Result Code: NS_ERROR_FAILURE (0x80004005)
Component: Machine
Interface: IMachine {5eaa9319-62fc-4b0a-843c-0cb1940f8a91}
linux-kernel virtualbox ubuntu-12.04 chromebook
I have dual booted Ubuntu Linux 12.04.1 LTS on my Samsung Series 5 ChromeBook, and am trying to run/install Oracle VirtualBox (from the generic .run file downloaded from their website). However, every time I try to run it (as root from the command line), it gives me the following error occurs:
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.
I have tried the version from the Software Center, as well as the command line installation, both of which gave me errors based on my linux-headers/linux-kernel/linux-[kernel]-image.
Here's an error I keep getting (on the command line):
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
...And one of the more cryptic errors I get when trying to start any Virtual Machine:
Result Code: NS_ERROR_FAILURE (0x80004005)
Component: Machine
Interface: IMachine {5eaa9319-62fc-4b0a-843c-0cb1940f8a91}
linux-kernel virtualbox ubuntu-12.04 chromebook
linux-kernel virtualbox ubuntu-12.04 chromebook
edited Dec 10 '12 at 0:06
iphonedev7
asked Dec 8 '12 at 23:28
iphonedev7iphonedev7
3017
3017
bumped to the homepage by Community♦ 8 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 8 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
migrated from stackoverflow.com Dec 9 '12 at 11:14
This question came from our site for professional and enthusiast programmers.
migrated from stackoverflow.com Dec 9 '12 at 11:14
This question came from our site for professional and enthusiast programmers.
Isn't VirtualBox in the Ubuntu repositories?
– Blender
Dec 8 '12 at 23:33
in the cloud???
– iphonedev7
Dec 8 '12 at 23:33
Yes, but I've tried that already...and it gave me an error similar to the one above.
– iphonedev7
Dec 8 '12 at 23:34
Try to type this before:sudo apt-get install linux-headers-$(uname -r)
– cheesemacfly
Dec 9 '12 at 1:52
I have (and just did) try, but to no avail :(
– iphonedev7
Dec 9 '12 at 1:56
|
show 2 more comments
Isn't VirtualBox in the Ubuntu repositories?
– Blender
Dec 8 '12 at 23:33
in the cloud???
– iphonedev7
Dec 8 '12 at 23:33
Yes, but I've tried that already...and it gave me an error similar to the one above.
– iphonedev7
Dec 8 '12 at 23:34
Try to type this before:sudo apt-get install linux-headers-$(uname -r)
– cheesemacfly
Dec 9 '12 at 1:52
I have (and just did) try, but to no avail :(
– iphonedev7
Dec 9 '12 at 1:56
Isn't VirtualBox in the Ubuntu repositories?
– Blender
Dec 8 '12 at 23:33
Isn't VirtualBox in the Ubuntu repositories?
– Blender
Dec 8 '12 at 23:33
in the cloud???
– iphonedev7
Dec 8 '12 at 23:33
in the cloud???
– iphonedev7
Dec 8 '12 at 23:33
Yes, but I've tried that already...and it gave me an error similar to the one above.
– iphonedev7
Dec 8 '12 at 23:34
Yes, but I've tried that already...and it gave me an error similar to the one above.
– iphonedev7
Dec 8 '12 at 23:34
Try to type this before:
sudo apt-get install linux-headers-$(uname -r)– cheesemacfly
Dec 9 '12 at 1:52
Try to type this before:
sudo apt-get install linux-headers-$(uname -r)– cheesemacfly
Dec 9 '12 at 1:52
I have (and just did) try, but to no avail :(
– iphonedev7
Dec 9 '12 at 1:56
I have (and just did) try, but to no avail :(
– iphonedev7
Dec 9 '12 at 1:56
|
show 2 more comments
2 Answers
2
active
oldest
votes
Do these links help you? try to start with those...
- Cannot install virtualbox addition inside a linux guest system
- Why do I get this error installing virtualbox-4.1 on Arch?
- Fedora 11 - please install GNU compiler
let me check...
– iphonedev7
Dec 9 '12 at 1:05
no...unfortunately they didn't because they apply to fedora, while I'm using Ubuntu 12.04 (12.04.1, technically speaking)
– iphonedev7
Dec 9 '12 at 1:19
Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.
– Der Hochstapler
Dec 9 '12 at 11:23
@OliverSalzburg : Yes, I agree, that would be quite helpful
– iphonedev7
Dec 10 '12 at 0:28
add a comment |
I found these links very helpful:
This is probably the best one (or atleast the one that has produced the most promising results so far): https://wiki.ubuntu.com/KernelTeam/GitKernelBuild
Here are two others that were somewhat helpful:
A Discussion in Google Groups:
https://groups.google.com/forum/#!msg/chromebook-central/PPQFpC7mYzk/yW2hfNd7OHUJ
and
A Blog post: http://compilethekernel.blogspot.com/2011/08/compile-linux-kernel.html
Good Luck and Happy Compiling!!!
-iphonedev7
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f516946%2finstall-virtualbox-on-ubuntu-12-04-1-on-samsung-chromebook%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Do these links help you? try to start with those...
- Cannot install virtualbox addition inside a linux guest system
- Why do I get this error installing virtualbox-4.1 on Arch?
- Fedora 11 - please install GNU compiler
let me check...
– iphonedev7
Dec 9 '12 at 1:05
no...unfortunately they didn't because they apply to fedora, while I'm using Ubuntu 12.04 (12.04.1, technically speaking)
– iphonedev7
Dec 9 '12 at 1:19
Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.
– Der Hochstapler
Dec 9 '12 at 11:23
@OliverSalzburg : Yes, I agree, that would be quite helpful
– iphonedev7
Dec 10 '12 at 0:28
add a comment |
Do these links help you? try to start with those...
- Cannot install virtualbox addition inside a linux guest system
- Why do I get this error installing virtualbox-4.1 on Arch?
- Fedora 11 - please install GNU compiler
let me check...
– iphonedev7
Dec 9 '12 at 1:05
no...unfortunately they didn't because they apply to fedora, while I'm using Ubuntu 12.04 (12.04.1, technically speaking)
– iphonedev7
Dec 9 '12 at 1:19
Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.
– Der Hochstapler
Dec 9 '12 at 11:23
@OliverSalzburg : Yes, I agree, that would be quite helpful
– iphonedev7
Dec 10 '12 at 0:28
add a comment |
Do these links help you? try to start with those...
- Cannot install virtualbox addition inside a linux guest system
- Why do I get this error installing virtualbox-4.1 on Arch?
- Fedora 11 - please install GNU compiler
Do these links help you? try to start with those...
- Cannot install virtualbox addition inside a linux guest system
- Why do I get this error installing virtualbox-4.1 on Arch?
- Fedora 11 - please install GNU compiler
edited Apr 13 '17 at 12:37
Community♦
1
1
answered Dec 8 '12 at 23:56
0x900x90
145214
145214
let me check...
– iphonedev7
Dec 9 '12 at 1:05
no...unfortunately they didn't because they apply to fedora, while I'm using Ubuntu 12.04 (12.04.1, technically speaking)
– iphonedev7
Dec 9 '12 at 1:19
Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.
– Der Hochstapler
Dec 9 '12 at 11:23
@OliverSalzburg : Yes, I agree, that would be quite helpful
– iphonedev7
Dec 10 '12 at 0:28
add a comment |
let me check...
– iphonedev7
Dec 9 '12 at 1:05
no...unfortunately they didn't because they apply to fedora, while I'm using Ubuntu 12.04 (12.04.1, technically speaking)
– iphonedev7
Dec 9 '12 at 1:19
Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.
– Der Hochstapler
Dec 9 '12 at 11:23
@OliverSalzburg : Yes, I agree, that would be quite helpful
– iphonedev7
Dec 10 '12 at 0:28
let me check...
– iphonedev7
Dec 9 '12 at 1:05
let me check...
– iphonedev7
Dec 9 '12 at 1:05
no...unfortunately they didn't because they apply to fedora, while I'm using Ubuntu 12.04 (12.04.1, technically speaking)
– iphonedev7
Dec 9 '12 at 1:19
no...unfortunately they didn't because they apply to fedora, while I'm using Ubuntu 12.04 (12.04.1, technically speaking)
– iphonedev7
Dec 9 '12 at 1:19
Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.
– Der Hochstapler
Dec 9 '12 at 11:23
Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.
– Der Hochstapler
Dec 9 '12 at 11:23
@OliverSalzburg : Yes, I agree, that would be quite helpful
– iphonedev7
Dec 10 '12 at 0:28
@OliverSalzburg : Yes, I agree, that would be quite helpful
– iphonedev7
Dec 10 '12 at 0:28
add a comment |
I found these links very helpful:
This is probably the best one (or atleast the one that has produced the most promising results so far): https://wiki.ubuntu.com/KernelTeam/GitKernelBuild
Here are two others that were somewhat helpful:
A Discussion in Google Groups:
https://groups.google.com/forum/#!msg/chromebook-central/PPQFpC7mYzk/yW2hfNd7OHUJ
and
A Blog post: http://compilethekernel.blogspot.com/2011/08/compile-linux-kernel.html
Good Luck and Happy Compiling!!!
-iphonedev7
add a comment |
I found these links very helpful:
This is probably the best one (or atleast the one that has produced the most promising results so far): https://wiki.ubuntu.com/KernelTeam/GitKernelBuild
Here are two others that were somewhat helpful:
A Discussion in Google Groups:
https://groups.google.com/forum/#!msg/chromebook-central/PPQFpC7mYzk/yW2hfNd7OHUJ
and
A Blog post: http://compilethekernel.blogspot.com/2011/08/compile-linux-kernel.html
Good Luck and Happy Compiling!!!
-iphonedev7
add a comment |
I found these links very helpful:
This is probably the best one (or atleast the one that has produced the most promising results so far): https://wiki.ubuntu.com/KernelTeam/GitKernelBuild
Here are two others that were somewhat helpful:
A Discussion in Google Groups:
https://groups.google.com/forum/#!msg/chromebook-central/PPQFpC7mYzk/yW2hfNd7OHUJ
and
A Blog post: http://compilethekernel.blogspot.com/2011/08/compile-linux-kernel.html
Good Luck and Happy Compiling!!!
-iphonedev7
I found these links very helpful:
This is probably the best one (or atleast the one that has produced the most promising results so far): https://wiki.ubuntu.com/KernelTeam/GitKernelBuild
Here are two others that were somewhat helpful:
A Discussion in Google Groups:
https://groups.google.com/forum/#!msg/chromebook-central/PPQFpC7mYzk/yW2hfNd7OHUJ
and
A Blog post: http://compilethekernel.blogspot.com/2011/08/compile-linux-kernel.html
Good Luck and Happy Compiling!!!
-iphonedev7
answered Dec 19 '12 at 18:15
iphonedev7iphonedev7
3017
3017
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f516946%2finstall-virtualbox-on-ubuntu-12-04-1-on-samsung-chromebook%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Isn't VirtualBox in the Ubuntu repositories?
– Blender
Dec 8 '12 at 23:33
in the cloud???
– iphonedev7
Dec 8 '12 at 23:33
Yes, but I've tried that already...and it gave me an error similar to the one above.
– iphonedev7
Dec 8 '12 at 23:34
Try to type this before:
sudo apt-get install linux-headers-$(uname -r)– cheesemacfly
Dec 9 '12 at 1:52
I have (and just did) try, but to no avail :(
– iphonedev7
Dec 9 '12 at 1:56