Page 1 of 2 12 LastLast
Results 1 to 10 of 20

Thread: [SOLVED] Virtual Box " Spawning session "

  1. #1
    Join Date
    Mar 2008
    Location
    Portugal
    Beans
    322
    Distro
    Ubuntu 14.04 Trusty Tahr

    [SOLVED] Virtual Box " Spawning session "

    I have just installed the latest V Box 2.02, this installation seems to have gone O.K. My problem is I am trying to install XP on to VB. I have done all the preliminary settings, but when I try to go from Powered Off and start to perform the install I get the message " Spawning session" and the programme locks up - any ideas.My previous version of V.B. worked O.K !!!

  2. #2
    Join Date
    Jan 2005
    Beans
    55

    Re: Virtual Box " Spawning session "

    I seem to be experiencing the same problem, I was using 2.02 fine and just rebooted and when I came back up , virtualbox wont spawn a virtual

  3. #3
    Join Date
    Mar 2008
    Location
    Portugal
    Beans
    322
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Virtual Box " Spawning session "

    I solved the problem by deinstalling VB in Synaptic, then reinstalled version 2.02 for
    Gutsy instead of Hardy Heron, which is on my system. This reinstall was from the V.B website. All works fine now.

  4. #4
    Join Date
    Oct 2004
    Location
    Barcelona, Spain
    Beans
    191
    Distro
    Ubuntu Development Release

    Re: Virtual Box " Spawning session "

    If you run virtualbox from a terminal you will see this message:
    Code:
    WARNING: The character device /dev/vboxdrv does not exist.
    	 Please install the virtualbox-ose-modules package for your kernel,
    	 which is likely virtualbox-ose-modules-generic.
    
    	 You will not be able to start VMs until this problem is fixed.
    I bet that was the problem you were experiencing
    -------------------------------------
    Ubuntu in Spanish is Ubuñtu!
    Running Aspire 9814 AMD64 & Extensa 5620

  5. #5
    Join Date
    Mar 2008
    Location
    Portugal
    Beans
    322
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Virtual Box " Spawning session "

    Run the command "sudo /etc/init.d/vboxdrv setup" and see if that helps.This worked for me !!!!

  6. #6
    Join Date
    Sep 2008
    Beans
    5

    Re: Virtual Box " Spawning session "

    Yes, the problem is that the module vboxdrv is not loaded at boot time.

    Code:
    sudo modprobe vboxdrv
    or edit /etc/modules and add it there so it loads automatically next boot.

  7. #7
    Join Date
    Jan 2007
    Location
    /India/Auroville/home
    Beans
    367
    Distro
    Xubuntu 13.10 Saucy Salamander

    Re: Virtual Box " Spawning session "

    Quote Originally Posted by Dyffo View Post
    Run the command "sudo /etc/init.d/vboxdrv setup" and see if that helps.This worked for me !!!!
    Worked for me too.
    Don't forget to thank; more points when you want to go to heaven or less karma if you decide for reincarnation. Mark threads solved when they are ...

  8. #8
    Join Date
    Oct 2008
    Beans
    2

    Re: [SOLVED] Virtual Box " Spawning session "

    Works great now! Thanks

  9. #9
    Join Date
    Dec 2006
    Location
    Perth Amboy, NJ
    Beans
    141
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Virtual Box " Spawning session "

    Quote Originally Posted by Nano View Post
    If you run virtualbox from a terminal you will see this message:
    Code:
    WARNING: The character device /dev/vboxdrv does not exist.
    	 Please install the virtualbox-ose-modules package for your kernel,
    	 which is likely virtualbox-ose-modules-generic.
    
    	 You will not be able to start VMs until this problem is fixed.
    I bet that was the problem you were experiencing
    Yes, i experienced that problem too. Then i ran..
    Code:
    sudo apt-get install linux-headers-generic
    and it recognized the vboxdrv module!!! Running Virtualbox on Intrepid now! Thanks to you and ramomamo!
    Welcome to the world of Open Source!!!
    Linux User #471120 Ubuntu User #21997
    Jaunty Jackalope 9.04

  10. #10
    Join Date
    Sep 2007
    Beans
    47
    Distro
    Ubuntu Intrepid Ibex (testing)

    Re: Virtual Box " Spawning session "

    What helped to me (after upgrading to Intrepid beta (done 2008-09-07):
    Code:
    sudo /etc/init.d/vboxdrv setup
    (should be done after any kernel upgrade, VBox usually informs about that when you update kernel)
    AMD Athlon X2 4000+, 2GB 533Mhz DDR2, 80GB SATA, 250GB UATA, Nvidia 7100 GS 256MB, Ubuntu Intrepid Ibex Beta2

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •