X can't load vboxvideo after kernel update

Discussions about using Linux guests in VirtualBox.
Post Reply
penyuan
Posts: 44
Joined: 5. Jun 2010, 13:01
Primary OS: Mac OS X other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Arch Linux, Ubuntu 10.04

X can't load vboxvideo after kernel update

Post by penyuan »

I've got an installation of Arch Linux with OpenBox window manager as a guest machine in VirtualBox 4.0.4 under Mac OS X 10.6.7 host.

I've just done a complete update to the Arch Linux system and got Linux kernel 2.6.28. After the restart I re-installed the VirtualBox Guest Additions with no errors via the VirtualBox manual. However, the guest machine's X.org can no longer start with, and gives the following error:
Image

What should I do to make my window manager work again? Thanks.
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: X can't load vboxvideo after kernel update

Post by Perryg »

The usual problem is *not* having dkms installed which keeps you headers in sync with the kernel on kernel updates.
anonova
Posts: 1
Joined: 13. Apr 2011, 15:17
Primary OS: MS Windows 7
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Arch Linux

Re: X can't load vboxvideo after kernel update

Post by anonova »

Arch also pushed xorg server 1.10 about the same time as kernel26 2.6.38. I don't believe it was the kernel update that broke the video driver but the incompatibility of additions and X 1.10. You might just have to wait for a new release of VirtualBox or seeing if the additions have nightlies of the source you can compile yourself.
penyuan
Posts: 44
Joined: 5. Jun 2010, 13:01
Primary OS: Mac OS X other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Arch Linux, Ubuntu 10.04

Re: X can't load vboxvideo after kernel update

Post by penyuan »

anonova wrote:Arch also pushed xorg server 1.10 about the same time as kernel26 2.6.38. I don't believe it was the kernel update that broke the video driver but the incompatibility of additions and X 1.10. You might just have to wait for a new release of VirtualBox or seeing if the additions have nightlies of the source you can compile yourself.
Ahhh.. I think that's it. A specially compiled package of the guest additions were added to the Arch Linux repository along with the kernel update. Installing that package (instead of from my host's VirtualBox) fixed it. Thank you so much for the tip!
larynx
Posts: 9
Joined: 1. Jul 2010, 21:38
Primary OS: Ubuntu other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Arch Linux, Debian, FreeBSD, Windows XP

Re: X can't load vboxvideo after kernel update

Post by larynx »

I had the same issue and installed virtualbox-guest-additions and virtualbox-guest-modules from the community repositories (forced with -f parameter because the files already existed) and then I loaded the vboxguest, vboxsf, and vboxvideo modules to /etc/rc.conf.

After a reboot everything was fine.
penyuan
Posts: 44
Joined: 5. Jun 2010, 13:01
Primary OS: Mac OS X other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Arch Linux, Ubuntu 10.04

Re: X can't load vboxvideo after kernel update

Post by penyuan »

larynx wrote:(forced with -f parameter because the files already existed) and then I loaded the vboxguest, vboxsf, and vboxvideo modules to /etc/rc.conf.
After a reboot everything was fine.
That's exactly what I did, too. Glad it all works now.
loukingjr
Volunteer
Posts: 8851
Joined: 30. Apr 2009, 09:45
Primary OS: Mac OS X other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: just about all that run

Re: X can't load vboxvideo after kernel update

Post by loukingjr »

can someone explain exactly how I would go about this fix?

thanks

edit: nevermind. I figured it out.
Last edited by loukingjr on 17. Apr 2011, 20:51, edited 1 time in total.
OSX, Linux and Windows Hosts & Guests
There are three groups of people. Those that can count and those that can't.
Sasquatch
Volunteer
Posts: 17798
Joined: 17. Mar 2008, 13:41
Primary OS: Debian other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows XP, Windows 7, Linux
Location: /dev/random

Re: X can't load vboxvideo after kernel update

Post by Sasquatch »

Isn't that clear? They already said to install the packages from the community repo. Go to the Arch wiki to learn how to add it and install software from it.
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org

Retired from this Forum since OSSO introduction.
loukingjr
Volunteer
Posts: 8851
Joined: 30. Apr 2009, 09:45
Primary OS: Mac OS X other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: just about all that run

Re: X can't load vboxvideo after kernel update

Post by loukingjr »

Sasquatch wrote:Isn't that clear? They already said to install the packages from the community repo. Go to the Arch wiki to learn how to add it and install software from it.
I guess you missed my edit.

p.s. snide responses are much appreciated.
OSX, Linux and Windows Hosts & Guests
There are three groups of people. Those that can count and those that can't.
loukingjr
Volunteer
Posts: 8851
Joined: 30. Apr 2009, 09:45
Primary OS: Mac OS X other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: just about all that run

Re: X can't load vboxvideo after kernel update

Post by loukingjr »

larynx wrote:I had the same issue and installed virtualbox-guest-additions and virtualbox-guest-modules from the community repositories (forced with -f parameter because the files already existed) and then I loaded the vboxguest, vboxsf, and vboxvideo modules to /etc/rc.conf.

After a reboot everything was fine.
I was wondering if automounting the shared folders is working for you. Everything seems to be working for me also except for that.
OSX, Linux and Windows Hosts & Guests
There are three groups of people. Those that can count and those that can't.
penyuan
Posts: 44
Joined: 5. Jun 2010, 13:01
Primary OS: Mac OS X other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Arch Linux, Ubuntu 10.04

Re: X can't load vboxvideo after kernel update

Post by penyuan »

loukingjr wrote:
larynx wrote:I had the same issue and installed virtualbox-guest-additions and virtualbox-guest-modules from the community repositories (forced with -f parameter because the files already existed) and then I loaded the vboxguest, vboxsf, and vboxvideo modules to /etc/rc.conf.

After a reboot everything was fine.
I was wondering if automounting the shared folders is working for you. Everything seems to be working for me also except for that.
Auto-mounting doesn't seem to work for me. I just set up my configuration files in my guest Arch system to automount the shared folders on boot.
loukingjr
Volunteer
Posts: 8851
Joined: 30. Apr 2009, 09:45
Primary OS: Mac OS X other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: just about all that run

Re: X can't load vboxvideo after kernel update

Post by loukingjr »

penyuan wrote:
loukingjr wrote:
larynx wrote:I had the same issue and installed virtualbox-guest-additions and virtualbox-guest-modules from the community repositories (forced with -f parameter because the files already existed) and then I loaded the vboxguest, vboxsf, and vboxvideo modules to /etc/rc.conf.

After a reboot everything was fine.
I was wondering if automounting the shared folders is working for you. Everything seems to be working for me also except for that.
Auto-mounting doesn't seem to work for me. I just set up my configuration files in my guest Arch system to automount the shared folders on boot.
sounds about right. thanks
OSX, Linux and Windows Hosts & Guests
There are three groups of people. Those that can count and those that can't.
willowdan
Posts: 1
Joined: 7. Aug 2011, 07:35
Primary OS: MS Windows Vista
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: CentOS, Arch

Re: X can't load vboxvideo after kernel update

Post by willowdan »

Still having the issue after installing dkms and the virtualbox guest additions ...

I hope you can help me ..
Attachments
arch-error.jpg
arch-error.jpg (63.3 KiB) Viewed 6792 times
yvonney
Posts: 16
Joined: 18. Aug 2008, 01:28

Re: X can't load vboxvideo after kernel update

Post by yvonney »

i believe you certainly need to install 'libgl' which may ask you to uninstall something like nvidia-utils that conflicts
Post Reply