Machine reboots when I start up a virtual machine

Asked by Jon Samuels

Running Xubuntu 11.10 on a Dell Inspiron 1521. Whenever I try to start up a virtual machine via VirtualBox, whether I'm using an actual CD or a .iso file for it to boot from, the machine just up and restarts itself. Sometimes it gets to the boot menu of the virtual machine before doing this, sometimes not. Unsure as to cause. Have used the same .iso files on other machines before via VirtualBox with no trouble, so no sure what the problem could be.

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu virtualbox Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

If you delete the virtualbox config folders then rerun, is it ok (I assume you have not configured any VMs)

Can you give the output of:

lsb_release -a; uname -a; dpkg -l | grep -i virtualbox

Thanks

Revision history for this message
Jon Samuels (jt-2) said :
#2

Will post what happens after deleting the config files after I hit submit here. Below are the outputs from the commands you listed:

lsb_release -a:
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 11.10
Release: 11.10
Codename: oneiric

uname -a:
Linux jttheninja-laptop 3.0.0-17-generic-pae #30-Ubuntu SMP Thu Mar 8 17:53:35 UTC 2012 i686 athlon i386 GNU/Linux

dpkg -l|grep -i virtualbox:
ii virtualbox 4.1.2-dfsg-1ubuntu1 x86 virtualization solution - base binaries
ii virtualbox-dkms 4.1.2-dfsg-1ubuntu1 x86 virtualization solution - kernel module sources for dkms
ii virtualbox-qt 4.1.2-dfsg-1ubuntu1 x86 virtualization solution - Qt based user interface

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

What is the output of:

apt-cache policy virtualbox

Thanks

Revision history for this message
Jon Samuels (jt-2) said :
#4

Hrm...couldn't find where the config files were to delete them, so I tried uninstalling and reinstalling the package, but it appears the virtual machine I set up is still there...anyway, here's the output of

apt-cache policy virtualbox:

sh: getcwd() failed: No such file or directory
sh: getcwd() failed: No such file or directory
sh: getcwd() failed: No such file or directory
virtualbox:
  Installed: 4.1.2-dfsg-1ubuntu1
  Candidate: 4.1.2-dfsg-1ubuntu1
  Version table:
 *** 4.1.2-dfsg-1ubuntu1 0
        500 http://us.archive.ubuntu.com/ubuntu/ oneiric/universe i386 Packages
        100 /var/lib/dpkg/status

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

Try:

echo "deb http://download.virtualbox.org/virtualbox/debian oneiric contrib" | sudo tee -a /etc/apt/sources.list > /dev/null
wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add -
sudo apt-get --purge remove virtualbox
sudo apt-get --purge autoremove
sudo apt-get update
sudo apt-get install virtualbox-4.1

Can you help with this problem?

Provide an answer of your own, or ask Jon Samuels for more information if necessary.

To post a message you must log in.