Ubuntu 14.10 does not install in virtualbox

Hit Right Ctrl+F1 (you will see the shell) and then Right Ctrl+F7. Depending on the Virtualbox configuration use Left Ctrl+Alt together instead of Right Ctrl.

You are good to proceed with the installation.


This works by forcing the kernel's graphics buffer / X / XRandR to re-detect the monitor and display in the proper resolution.


You need to switch between tty so the Guest GUI can refresh itself and detect the environment correctly. This is currently a minor bug.

I would suggest doing CTRL+ALT+F1 and then CTRL+ALT+F7 but if you are like me, this would be received by the Host and not the Guest.

The correct key combination to switch to tty1 while focusing on the Guest Window is:

RIGHT CTRL+F1

followed by

RIGHT CTRL+F7

Noticed that I am using the RIGHT CTRL which is the same one used by VirtualBox to escape focus of the VM.

Tested with:

  • VirtualBox 4.3.18
  • Host Ubuntu 14.10 64-bit
  • Guest Ubuntu 14.10 64-bit

Another way of making it work is like Whaaaat mentions. In the VM Settings, under the System section, activate the Enable EFI checkbox.

enter image description here

But also make sure your chipset is also set to PIIX3 since ICH9 will not work. It will leave you in a black screen.

enter image description here

When EFI is enabled, the boot process might take a little bit longer and the screen might stay black until the Ubuntu logo appears when booting. If you see Booting into secure mode right after starting the VM then you won't have any problems, if not, then wait a bit.

enter image description here

enter image description here

Note that I tested this with 32 MB of Video, 64 MB of Video and 128 MB of video. The video has nothing to do with the problem in either 32-bit or 64-bit.


Enable EFI mode.

enter image description here

When booting, you may see a few errors. However, these are harmless and do nothing to your system. It will still work.

When using EFI mode, make sure the chipset is set to PIIX3 mode, like in my picture. Having it on ICH9 is not fun. However, PIIX3 is the default, so you shouldn't have to set it.

Apparently Ubuntu and EFI now like each other, so they work together better than alone.