vboxdrv causes kernel panic on SL 5.2

Discussions related to using VirtualBox on Linux hosts.
Post Reply
dweeks
Posts: 6
Joined: 25. Jun 2008, 15:56

vboxdrv causes kernel panic on SL 5.2

Post by dweeks »

I have "Linux localhost.localdomain 2.6.18-92.1.6.el5xen #1 SMP Wed Jun 25 12:56:52 EDT 2008 x86_64 x86_64 x86_64 GNU/Linux" which is SL 5.2. During the running of the install script for Vbox 2.0.2 for generic amd64 support, the kernel panics and reboots. This leaves me in a reboot loop because the vboxdrv kernel module is coring the system every time S30vboxdrv is run in rc.d. Might be something I am doing but I don't know what. Also, because this is a xen enable kernel, kdump is not available and the messages are lost.
stephanecharette
Volunteer
Posts: 300
Joined: 10. Nov 2007, 22:03
Primary OS: Ubuntu other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Ubuntu-64bit, Windows
Location: Kelowna, British Columbia, Canada
Contact:

Re: vboxdrv causes kernel panic on SL 5.2

Post by stephanecharette »

dweeks wrote:I have "Linux localhost.localdomain 2.6.18-92.1.6.el5xen #1 SMP Wed Jun 25 12:56:52 EDT 2008 x86_64 x86_64 x86_64 GNU/Linux" which is SL 5.2. During the running of the install script for Vbox 2.0.2 for generic amd64 support, the kernel panics and reboots. This leaves me in a reboot loop because the vboxdrv kernel module is coring the system every time S30vboxdrv is run in rc.d. Might be something I am doing but I don't know what. Also, because this is a xen enable kernel, kdump is not available and the messages are lost.
First thing first -- can you get your host back up and running, or are you stuck in the reboot loop? If you know how to get to a command-line (boot CD, rescue disk, single-user-mode?) and prevent S30vboxdrv from running, let us know and we'll move on to the next step. If this post is because you are still in a reboot loop that will undoubtedly be your first priority.

Stéphane Charette
dweeks
Posts: 6
Joined: 25. Jun 2008, 15:56

Re: vboxdrv causes kernel panic on SL 5.2

Post by dweeks »

stephanecharette wrote:
First thing first -- can you get your host back up and running, or are you stuck in the reboot loop? If you know how to get to a command-line (boot CD, rescue disk, single-user-mode?) and prevent S30vboxdrv from running, let us know and we'll move on to the next step. If this post is because you are still in a reboot loop that will undoubtedly be your first priority.

Stéphane Charette
Oh I did that. Probably should have said that. I got out of the reboot loop through single user mode. I also know from doing going into single user to do the modprobe of vboxdrv that it is causing the kernel panic.
dweeks
Posts: 6
Joined: 25. Jun 2008, 15:56

Post by dweeks »

Ok, I just did this with 1.6.6 with the same results.
Don
stephanecharette
Volunteer
Posts: 300
Joined: 10. Nov 2007, 22:03
Primary OS: Ubuntu other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Ubuntu-64bit, Windows
Location: Kelowna, British Columbia, Canada
Contact:

Post by stephanecharette »

For anyone else like me completely oblivious to what "SL 5.2" means, looks like this is it:

https://www.scientificlinux.org/

It seems to be based on Red Hat's Enterprise Linux.

Their most recent linux distribution is version 5.2 released in June 2008.
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 »

You can't run a virtualisation program inside a different virtualisation program. Either use Xen, or boot to a non-xen kernel. The kernel panic is because two applications want to have ring-0 and ring-1 access. That can't be done by two programs at the same time.
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.
dweeks
Posts: 6
Joined: 25. Jun 2008, 15:56

Post by dweeks »

Ah, thanks. Is this in the FAQ? If so, I apologize for not looking harder.
Don
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 »

Not in the FAQ (at least not the Forum one). I thought it was in the manual, but I am certain that one of the programmers mentioned this.
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.
dweeks
Posts: 6
Joined: 25. Jun 2008, 15:56

Post by dweeks »

Yes that was it. Fixed. Thanks
Post Reply