Virtualbox Linux Issue

Discussions related to using VirtualBox on Linux hosts.
Post Reply
MuteFreak
Posts: 6
Joined: 10. Jun 2014, 19:47

Virtualbox Linux Issue

Post by MuteFreak »

Dear Sir or Madam,

I have some Problems with my Virtualbox. I usw a Centos 6.5 Server with Gnome Desktop Enviroment. I would like to mount an Iso with an Image of Windows 7 and I would like to install this on my Server.

So I set everything up what I need and imported the Windows7.iso Image with Virtualbox. But alway I got this error message:

Frist error:
hxxp://abload.de/img/1hfusr.png

Second error:
hxxp://abload.de/img/2qcut8.png

Third error:
hxxp://abload.de/img/3gau2a.png

Fourth error:
hxxp://abload.de/img/4ekusj.png

Replace xx with tt, because I am a new Member and I cannot place links at the moment.

All modules are installed, I tried almost everything I fond on Google, but I find no solution for this problem.
Could you please help me?


Best regards
Attachments
3.png
3.png (100.64 KiB) Viewed 2577 times
4.png
4.png (60.23 KiB) Viewed 2577 times
Last edited by MuteFreak on 10. Jun 2014, 20:28, edited 1 time in total.
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Virtualbox Linux Issue

Post by Perryg »

Post the images here as attachments.
MuteFreak
Posts: 6
Joined: 10. Jun 2014, 19:47

Re: Virtualbox Linux Issue

Post by MuteFreak »

I made Screenshot 3 and 4 as attachment Pictures. Screen 1 and 2 are too big, I will upload them later, if I made them smaller.

Best regards
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Virtualbox Linux Issue

Post by Perryg »

No need to post more images. Your error is right there. You need proper packages install to be able to build kernel modules.
GCC, Linux-headers, and kernel devel packages.
Please tell me you don't run as root.
MuteFreak
Posts: 6
Joined: 10. Jun 2014, 19:47

Re: Virtualbox Linux Issue

Post by MuteFreak »

Hello,

at first thanks for your help. I always you root to execute commands with Teriminal. All packages you told me are already installed.

if I use command:yum install gcc kernel-headers kernel-devel
[root@km20833-11 ~]# yum install gcc kernel-headers kernel-devel
Loaded plugins: fastestmirror, refresh-packagekit
Loading mirror speeds from cached hostfile
Setting up Install Process
Package gcc-4.4.7-4.el6.x86_64 already installed and latest version
Package kernel-headers-2.6.32-431.17.1.el6.x86_64 already installed and latest version
Package kernel-devel-2.6.32-431.17.1.el6.x86_64 already installed and latest version
Nothing to do

I think there's another problem, but I can't find any solution. I tried almost everything.

Best regards
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Virtualbox Linux Issue

Post by Perryg »

Post the results of uname -a
MuteFreak
Posts: 6
Joined: 10. Jun 2014, 19:47

Re: Virtualbox Linux Issue

Post by MuteFreak »

[root@km20833-11 ~]# uname -a
Linux km20833-11.keymachine.de 2.6.32-042stab081.8 #1 SMP Wed Oct 23 16:32:28 MSK 2013 x86_64 x86_64 x86_64 GNU/Linux
[root@km20833-11 ~]# uname -r
2.6.32-042stab081.8
[root@km20833-11 ~]#

My Webhoster is keyweb.de

Best regards
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Virtualbox Linux Issue

Post by Perryg »

Well the packages do not match the running kernel. They must match the running kernel.
You can try to force the right ones with -$(uname -r) flag, if they are available at all.
MuteFreak
Posts: 6
Joined: 10. Jun 2014, 19:47

Re: Virtualbox Linux Issue

Post by MuteFreak »

Hello I tried to update my Kernel to Version: 2.6.32-431.17.1.el6

I downloaded the Kernel from hxxp://mirror.anl.gov/pub/centos/6.5/centosplus/x86_64/Packages/kernel-2.6.32-431.17.1.el6.centos.plus.x86_64.rpm

I wanted to install it with: pm -Uvh kernel-2.6.32-431.17.1.el6.centos.plus.x86_64.rpm

[root@km20833-11 Downloads]# rpm -Uvh kernel-2.6.32-431.17.1.el6.centos.plus.x86_64.rpm
error: Failed dependencies:
kernel-firmware >= 2.6.32-431.17.1.el6.centos.plus is needed by kernel-2.6.32-431.17.1.el6.centos.plus.x86_64

I have a 64 Bit System. This is offical Centos Page:

hxxp://mirror.anl.gov/pub/centos/6.5/centosplus/x86_64/Packages/

yum upgrade oder update does not have any effect.

No Package to update

Do you know any Solution for my Problem? I really don't know what I can do know.

Best regards
Martin
Volunteer
Posts: 2561
Joined: 30. May 2007, 18:05
Primary OS: Fedora other
VBox Version: PUEL
Guest OSses: XP, Win7, Win10, Linux, OS/2

Re: Virtualbox Linux Issue

Post by Martin »

You could try installing the packages with "yum install <package_name>" instead of downloading them and using rpm.
MuteFreak
Posts: 6
Joined: 10. Jun 2014, 19:47

Re: Virtualbox Linux Issue

Post by MuteFreak »

I cannot update my packages. If I use yum update, it says no package is avaible. When I remove the kernel headers and install them again mit yum install kernel-headers, the newest kernel will get installed, but it's incompitable with my actual kernel.

Could someone please help me, when I give them my root Login? I really need your help and I don't know what I can do for running Virtualbox on Centos 6.5.

Best regards
Post Reply