Need to install VirtualBox Guest Additions 4.3.8 in CentOS 6.3
My host system is OSX 10.9.2 and I'm running VirtualBox 4.3.8.
In a Hadoop class I took recently, we were provided with a VM disk image preloaded with CentOS 6.3 and a lot of Hadoop-related software. This is what I have to work with.
As it stands, I don't have bidirectional cut/paste or any of the other goodies that VBOX Guest Additions provide.
I recently posted in this forum a question about upgrading/updating (sorry, I don't understand the distinction, although I understand that there is one) from CentOS 6.3 to 6.5. The only reason that I think I succeeded is that CentOS would no longer boot to the desktop. (It seems possible that it was no longer compatible with the Hadoop software that was on the disk.) So apparently that wasn't the solution to my problem.
I know that it is possible get VBGA working for this disk image: someone else in my class had OSX and VirtualBox, and was able to get past the problem I'm about to describe.
Here's what I've done so far:
- DL’ed and installed VBOX 4.3.8 for OSX from
https://www.virtualbox.org/wiki/Downloads
- DL’ed http://download.virtualbox.org/virtualbox/4.3.8/Oracle_VM_VirtualBox_Extension_Pack-4.3.8-92456.vbox-extpack
- Doubleclicked the file, the VB Manager said “The extension pack is
already installed with the same version, would you like reinstall
it?” I reinstalled, just for grins. - Booted, ran
yum info kernel, saw that V2.6.32r279.el6 was “installed”, and that V2.6.32r431.5.1.el6 was “available”. I don't know enough about Linux to know if that means CentOS 6.3 and 6.5, or if it's something else entirely. - Also noted that Guest Additions functionality was not there.
- Used VirtualBox VM > Devices > Insert Guest Additions CD Image… to mount the CD (it appeared on the desktop)
- Ran VBoxLinuxAdditions.run
- Building the main Guest Additions module … FAILED
- /var/log/vboxadd-install.log: “Unable to find sources of current Linux kernel. Specify KERN_DIR= and run make again.”
Off to Google. This post most closely resembled my problem. However, it differs enough (Windows, i686, VBOX 4.3.6) to make me afraid I’ll just wander off into another morass.
Could someone provide baby-step guidance from here?
virtualbox centos
add a comment |
My host system is OSX 10.9.2 and I'm running VirtualBox 4.3.8.
In a Hadoop class I took recently, we were provided with a VM disk image preloaded with CentOS 6.3 and a lot of Hadoop-related software. This is what I have to work with.
As it stands, I don't have bidirectional cut/paste or any of the other goodies that VBOX Guest Additions provide.
I recently posted in this forum a question about upgrading/updating (sorry, I don't understand the distinction, although I understand that there is one) from CentOS 6.3 to 6.5. The only reason that I think I succeeded is that CentOS would no longer boot to the desktop. (It seems possible that it was no longer compatible with the Hadoop software that was on the disk.) So apparently that wasn't the solution to my problem.
I know that it is possible get VBGA working for this disk image: someone else in my class had OSX and VirtualBox, and was able to get past the problem I'm about to describe.
Here's what I've done so far:
- DL’ed and installed VBOX 4.3.8 for OSX from
https://www.virtualbox.org/wiki/Downloads
- DL’ed http://download.virtualbox.org/virtualbox/4.3.8/Oracle_VM_VirtualBox_Extension_Pack-4.3.8-92456.vbox-extpack
- Doubleclicked the file, the VB Manager said “The extension pack is
already installed with the same version, would you like reinstall
it?” I reinstalled, just for grins. - Booted, ran
yum info kernel, saw that V2.6.32r279.el6 was “installed”, and that V2.6.32r431.5.1.el6 was “available”. I don't know enough about Linux to know if that means CentOS 6.3 and 6.5, or if it's something else entirely. - Also noted that Guest Additions functionality was not there.
- Used VirtualBox VM > Devices > Insert Guest Additions CD Image… to mount the CD (it appeared on the desktop)
- Ran VBoxLinuxAdditions.run
- Building the main Guest Additions module … FAILED
- /var/log/vboxadd-install.log: “Unable to find sources of current Linux kernel. Specify KERN_DIR= and run make again.”
Off to Google. This post most closely resembled my problem. However, it differs enough (Windows, i686, VBOX 4.3.6) to make me afraid I’ll just wander off into another morass.
Could someone provide baby-step guidance from here?
virtualbox centos
add a comment |
My host system is OSX 10.9.2 and I'm running VirtualBox 4.3.8.
In a Hadoop class I took recently, we were provided with a VM disk image preloaded with CentOS 6.3 and a lot of Hadoop-related software. This is what I have to work with.
As it stands, I don't have bidirectional cut/paste or any of the other goodies that VBOX Guest Additions provide.
I recently posted in this forum a question about upgrading/updating (sorry, I don't understand the distinction, although I understand that there is one) from CentOS 6.3 to 6.5. The only reason that I think I succeeded is that CentOS would no longer boot to the desktop. (It seems possible that it was no longer compatible with the Hadoop software that was on the disk.) So apparently that wasn't the solution to my problem.
I know that it is possible get VBGA working for this disk image: someone else in my class had OSX and VirtualBox, and was able to get past the problem I'm about to describe.
Here's what I've done so far:
- DL’ed and installed VBOX 4.3.8 for OSX from
https://www.virtualbox.org/wiki/Downloads
- DL’ed http://download.virtualbox.org/virtualbox/4.3.8/Oracle_VM_VirtualBox_Extension_Pack-4.3.8-92456.vbox-extpack
- Doubleclicked the file, the VB Manager said “The extension pack is
already installed with the same version, would you like reinstall
it?” I reinstalled, just for grins. - Booted, ran
yum info kernel, saw that V2.6.32r279.el6 was “installed”, and that V2.6.32r431.5.1.el6 was “available”. I don't know enough about Linux to know if that means CentOS 6.3 and 6.5, or if it's something else entirely. - Also noted that Guest Additions functionality was not there.
- Used VirtualBox VM > Devices > Insert Guest Additions CD Image… to mount the CD (it appeared on the desktop)
- Ran VBoxLinuxAdditions.run
- Building the main Guest Additions module … FAILED
- /var/log/vboxadd-install.log: “Unable to find sources of current Linux kernel. Specify KERN_DIR= and run make again.”
Off to Google. This post most closely resembled my problem. However, it differs enough (Windows, i686, VBOX 4.3.6) to make me afraid I’ll just wander off into another morass.
Could someone provide baby-step guidance from here?
virtualbox centos
My host system is OSX 10.9.2 and I'm running VirtualBox 4.3.8.
In a Hadoop class I took recently, we were provided with a VM disk image preloaded with CentOS 6.3 and a lot of Hadoop-related software. This is what I have to work with.
As it stands, I don't have bidirectional cut/paste or any of the other goodies that VBOX Guest Additions provide.
I recently posted in this forum a question about upgrading/updating (sorry, I don't understand the distinction, although I understand that there is one) from CentOS 6.3 to 6.5. The only reason that I think I succeeded is that CentOS would no longer boot to the desktop. (It seems possible that it was no longer compatible with the Hadoop software that was on the disk.) So apparently that wasn't the solution to my problem.
I know that it is possible get VBGA working for this disk image: someone else in my class had OSX and VirtualBox, and was able to get past the problem I'm about to describe.
Here's what I've done so far:
- DL’ed and installed VBOX 4.3.8 for OSX from
https://www.virtualbox.org/wiki/Downloads
- DL’ed http://download.virtualbox.org/virtualbox/4.3.8/Oracle_VM_VirtualBox_Extension_Pack-4.3.8-92456.vbox-extpack
- Doubleclicked the file, the VB Manager said “The extension pack is
already installed with the same version, would you like reinstall
it?” I reinstalled, just for grins. - Booted, ran
yum info kernel, saw that V2.6.32r279.el6 was “installed”, and that V2.6.32r431.5.1.el6 was “available”. I don't know enough about Linux to know if that means CentOS 6.3 and 6.5, or if it's something else entirely. - Also noted that Guest Additions functionality was not there.
- Used VirtualBox VM > Devices > Insert Guest Additions CD Image… to mount the CD (it appeared on the desktop)
- Ran VBoxLinuxAdditions.run
- Building the main Guest Additions module … FAILED
- /var/log/vboxadd-install.log: “Unable to find sources of current Linux kernel. Specify KERN_DIR= and run make again.”
Off to Google. This post most closely resembled my problem. However, it differs enough (Windows, i686, VBOX 4.3.6) to make me afraid I’ll just wander off into another morass.
Could someone provide baby-step guidance from here?
virtualbox centos
virtualbox centos
edited Apr 13 '17 at 12:36
Community♦
1
1
asked Mar 24 '14 at 0:39
ChapChap
160113
160113
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
Hopefully you have found the solution by now. In case someone else stumbles across this, perhaps this will help:
# yum install kernel-devel kernel-headers perl
There are other dependencies for building the kernel modules, but those should be well documented. My specific problem (due to using the minimal install) was not having perl.
I abandoned this problem long ago, so I can't verify. (But thanks, hopefully it will help someone.)
– Chap
Dec 2 '14 at 0:31
add a comment |
I needed to install the following:
yum install gcc kernel-devel
The gcc is important too.
After that I simply ran
./VBoxLinuxAdditions.run
And after a reboot the whole functionality was there.
add a comment |
The same problem I faced with Red Hat Linux. What I just did was, just installed the gcc packages and it's dependencies using
yum install gcc* -y
After that all went correctly and I can able to
installed vbox guest additions. Now all works fine for me. Hope it'll work for you..
I don't really see the point in writing this answer as it was mentioned in a few other answers that also noted the need forkernel-headersorkernel-devel.
– Julie Pelletier
Sep 3 '16 at 6:22
While at the time of installing vbox guest additions, I also faced the same problem and that clearly says that there I have to install gcc package. So, I installed gcc packages and it's dependencies first and after that I [can] install vbox guest additions.
– user188008
Sep 3 '16 at 6:32
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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%2funix.stackexchange.com%2fquestions%2f121080%2fneed-to-install-virtualbox-guest-additions-4-3-8-in-centos-6-3%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Hopefully you have found the solution by now. In case someone else stumbles across this, perhaps this will help:
# yum install kernel-devel kernel-headers perl
There are other dependencies for building the kernel modules, but those should be well documented. My specific problem (due to using the minimal install) was not having perl.
I abandoned this problem long ago, so I can't verify. (But thanks, hopefully it will help someone.)
– Chap
Dec 2 '14 at 0:31
add a comment |
Hopefully you have found the solution by now. In case someone else stumbles across this, perhaps this will help:
# yum install kernel-devel kernel-headers perl
There are other dependencies for building the kernel modules, but those should be well documented. My specific problem (due to using the minimal install) was not having perl.
I abandoned this problem long ago, so I can't verify. (But thanks, hopefully it will help someone.)
– Chap
Dec 2 '14 at 0:31
add a comment |
Hopefully you have found the solution by now. In case someone else stumbles across this, perhaps this will help:
# yum install kernel-devel kernel-headers perl
There are other dependencies for building the kernel modules, but those should be well documented. My specific problem (due to using the minimal install) was not having perl.
Hopefully you have found the solution by now. In case someone else stumbles across this, perhaps this will help:
# yum install kernel-devel kernel-headers perl
There are other dependencies for building the kernel modules, but those should be well documented. My specific problem (due to using the minimal install) was not having perl.
answered Dec 1 '14 at 20:16
threevethreeve
1012
1012
I abandoned this problem long ago, so I can't verify. (But thanks, hopefully it will help someone.)
– Chap
Dec 2 '14 at 0:31
add a comment |
I abandoned this problem long ago, so I can't verify. (But thanks, hopefully it will help someone.)
– Chap
Dec 2 '14 at 0:31
I abandoned this problem long ago, so I can't verify. (But thanks, hopefully it will help someone.)
– Chap
Dec 2 '14 at 0:31
I abandoned this problem long ago, so I can't verify. (But thanks, hopefully it will help someone.)
– Chap
Dec 2 '14 at 0:31
add a comment |
I needed to install the following:
yum install gcc kernel-devel
The gcc is important too.
After that I simply ran
./VBoxLinuxAdditions.run
And after a reboot the whole functionality was there.
add a comment |
I needed to install the following:
yum install gcc kernel-devel
The gcc is important too.
After that I simply ran
./VBoxLinuxAdditions.run
And after a reboot the whole functionality was there.
add a comment |
I needed to install the following:
yum install gcc kernel-devel
The gcc is important too.
After that I simply ran
./VBoxLinuxAdditions.run
And after a reboot the whole functionality was there.
I needed to install the following:
yum install gcc kernel-devel
The gcc is important too.
After that I simply ran
./VBoxLinuxAdditions.run
And after a reboot the whole functionality was there.
answered Apr 16 '16 at 23:57
ThorianThorian
1779
1779
add a comment |
add a comment |
The same problem I faced with Red Hat Linux. What I just did was, just installed the gcc packages and it's dependencies using
yum install gcc* -y
After that all went correctly and I can able to
installed vbox guest additions. Now all works fine for me. Hope it'll work for you..
I don't really see the point in writing this answer as it was mentioned in a few other answers that also noted the need forkernel-headersorkernel-devel.
– Julie Pelletier
Sep 3 '16 at 6:22
While at the time of installing vbox guest additions, I also faced the same problem and that clearly says that there I have to install gcc package. So, I installed gcc packages and it's dependencies first and after that I [can] install vbox guest additions.
– user188008
Sep 3 '16 at 6:32
add a comment |
The same problem I faced with Red Hat Linux. What I just did was, just installed the gcc packages and it's dependencies using
yum install gcc* -y
After that all went correctly and I can able to
installed vbox guest additions. Now all works fine for me. Hope it'll work for you..
I don't really see the point in writing this answer as it was mentioned in a few other answers that also noted the need forkernel-headersorkernel-devel.
– Julie Pelletier
Sep 3 '16 at 6:22
While at the time of installing vbox guest additions, I also faced the same problem and that clearly says that there I have to install gcc package. So, I installed gcc packages and it's dependencies first and after that I [can] install vbox guest additions.
– user188008
Sep 3 '16 at 6:32
add a comment |
The same problem I faced with Red Hat Linux. What I just did was, just installed the gcc packages and it's dependencies using
yum install gcc* -y
After that all went correctly and I can able to
installed vbox guest additions. Now all works fine for me. Hope it'll work for you..
The same problem I faced with Red Hat Linux. What I just did was, just installed the gcc packages and it's dependencies using
yum install gcc* -y
After that all went correctly and I can able to
installed vbox guest additions. Now all works fine for me. Hope it'll work for you..
edited Sep 3 '16 at 6:08
techraf
4,229102242
4,229102242
answered Sep 3 '16 at 5:50
user188008user188008
1
1
I don't really see the point in writing this answer as it was mentioned in a few other answers that also noted the need forkernel-headersorkernel-devel.
– Julie Pelletier
Sep 3 '16 at 6:22
While at the time of installing vbox guest additions, I also faced the same problem and that clearly says that there I have to install gcc package. So, I installed gcc packages and it's dependencies first and after that I [can] install vbox guest additions.
– user188008
Sep 3 '16 at 6:32
add a comment |
I don't really see the point in writing this answer as it was mentioned in a few other answers that also noted the need forkernel-headersorkernel-devel.
– Julie Pelletier
Sep 3 '16 at 6:22
While at the time of installing vbox guest additions, I also faced the same problem and that clearly says that there I have to install gcc package. So, I installed gcc packages and it's dependencies first and after that I [can] install vbox guest additions.
– user188008
Sep 3 '16 at 6:32
I don't really see the point in writing this answer as it was mentioned in a few other answers that also noted the need for
kernel-headers or kernel-devel.– Julie Pelletier
Sep 3 '16 at 6:22
I don't really see the point in writing this answer as it was mentioned in a few other answers that also noted the need for
kernel-headers or kernel-devel.– Julie Pelletier
Sep 3 '16 at 6:22
While at the time of installing vbox guest additions, I also faced the same problem and that clearly says that there I have to install gcc package. So, I installed gcc packages and it's dependencies first and after that I [can] install vbox guest additions.
– user188008
Sep 3 '16 at 6:32
While at the time of installing vbox guest additions, I also faced the same problem and that clearly says that there I have to install gcc package. So, I installed gcc packages and it's dependencies first and after that I [can] install vbox guest additions.
– user188008
Sep 3 '16 at 6:32
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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%2funix.stackexchange.com%2fquestions%2f121080%2fneed-to-install-virtualbox-guest-additions-4-3-8-in-centos-6-3%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