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:
What should I do to make my window manager work again? Thanks.
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.
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!
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.
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.
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.
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.
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.
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.
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.