Linux – Unrecoverable system error when try to install Kali Linux on VirtualBox running on Windows 7

backtracklinuxvirtualbox

Downloaded kali-linux-1.0.2-i386.torrent and mounted ISO on a virtual drive.

Followed directions on http://docs.kali.org/installation/kali-linux-hard-disk-install to install Kali on VirtualBox running on Windows 7. When I try to boot in regular mode I get the Kali splash screen and then the error:

Oh no! Something has gone wrong.
A problem has occurred and the system can't recover. Please contact a system administrator.

I can boot in recovery mode, but I'm unsure what I should try next.

Your help would be greatly appreciated.

Thanks,
Kevin

Best Answer

I ran into this as well with Kali 1.0.3 (amd64) on VirtualBox.

I encountered the error at the end of the install as well as on reboot.

Things I tried:

  • I enabled PAE/NX (default was off), but did not effect a change.
  • I noticed that the error was issued by the window manager. CTRL-ALT-F2 will bring to a text console.
  • Using df -h, I could see that my virtual hard drive (8GB) was full.

I reinstalled with a fresh 16GB (as opposed to 8GB recommended by the tutorial) virtual HDD, and it now seems to be running fine so far. (note: PAE/NX was left enabled)

Related Question