vbox crash my server on setup

Discussions related to using VirtualBox on Linux hosts.
Post Reply
ambad
Posts: 1
Joined: 27. Feb 2009, 12:47

vbox crash my server on setup

Post by ambad »

Hi,
I have a centos 5.3 server with a xen-kernel which you can find on any default installation of centos.
I've done the following step to install virtualbox:

Code: Select all

# yum groupinstall 'Development Tools'
# yum groupinstall 'Development Libraries'
# yum install SDL kernel-devel kernel-headers kernel-xen-devel
# rpm -ivh --nodep VirtualBox-2.1.2_41885_rhel5-1.x86_64.rpm

Then the server was crashed.
I have had the same problem when the first time I have done /etc/init.d/vboxdrv setup
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

Post by Sasquatch »

Xen is by itself a virtualization inside the kernel. If you read the manual, you would know that you can't run two virtualizations at the same time. VB is, just like VMWare, not compatible with the Xen kernel. Install a different kernel flavour.
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.
Post Reply