I have a new Macbook pro 15'' retina display laptop running OS X 10.8.3. I am running virtualbox 4.2.12. I downloaded Ubuntu 12.04 LTS earlier today and installed it as a virtual machine from the iso.
I then installed many packages to run Theli (details below). I did the normal
sudo apt-get update
sudo apt-get upgrade
and then installed all the bits I needed, plus the software I need the virtual box for. Everything was working fine. However, when I powered off the VM and then tried rebooting it a while later it does not boot. I see the virtualbox window appear (where I can hit F12) then the screen goes black/brown and nothing happens.
The VM rebooted several times during the upgrades and package installs with no problems. I've spent a couple of hours getting it to the way I need it and now it's not booting. Any ideas?
Theli is used for reducing astronomy data. I installed all of the dependencies once the VM was up and running, then installed Theli itself. It compiled with no errors and ran fine afterwards. Please let me know if I can provide more information to help further.
EDIT: I had not installed the guest additions, It was not suggested in the Theli installation guide, and I am new to Ubuntu so I did not know about them. Do you think this could cause the problem? I can reinstall everything from scratch to try.
EDIT: I just started from scratch with a new install of ubuntu 12.04 LTS. I started up the VM and ran:
sudo apt-get update
sudo apt-get upgrade
and then I shut the VM down, waited a few sec and powered it up again. It started fine. I then went and installed all the prerequisites for Theli (see below), I shutdown the VM as before and after installing the things below the VM no longer starts up. Can anyone spot something in there which could cause this?
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install gfortran csh g++ libqt3-mt-dev gawk gettext wget
sudo apt-get install tcl8.5-dev tk8.5-dev netpbm imagemagick libfftw3-dev
sudo apt-get install xorg-dev pgplot5 libtiff4 libtiff4-dev libpng3
sudo apt-get install binutils-dev build-essential libtie-ixhash-perl
sudo apt-get install libncurses5-dev perl xterm gzip pdl emacs nedit cmake
sudo apt-get install python python-dev python-numpy libxxf86vm-dev
sudo apt-get install python-scipy python-matplotlib libgsl0ldbl libgsl0-dev
UPDATE: I went through installing the prerequisites above one by one on a fresh install of Ubuntu 12.04 LTS 64 bit. I found that after installing the xorg-dev package the VM would no longer boot. I have installed all the others and their prerequisites via apt-get and things seem to be fine. I am not sure what in xorg-dev (or its prerequisites) is causing the problem.