How to successfully load Ubuntu on Virtual box? [duplicate]

Solution 1:

To be able to run a 64-bit OS in Virtual Box we have to make sure the virtual machine's architecture is set to 64-bit too.

  • Choose Ubuntu 64-bit in General -> Basic settings on creation of your VM

    enter image description here

  • In addition, for running 64-bit guests it is recommended to enable the Input/Output APIC in the System -> Motherboard settings for your virtual machine:

  • In the System -> Acceleration tab we may want to enable the hardware virtualization features VT-x/AMD-V of your CPU.

  • On the host system we may have to enable hardware virtualization in the BIOS.

  • In some systems a host BIOS option to prevent non-trusted execution needs to be turned off (source).

Solution 2:

Open the virtual machine settings. Go to the Version dropdown box (General > Basic > Version).

If you don't see "Ubuntu(64 bit)" as an option in the dropdown, it means that virtualization is not enabled on the host.

Reboot the host, go in to BIOS and enable Virtualization. Exit the BIOS, making sure you save changes.

Now, you should see all the 64 bit options in the Version dropdown box.

Virtual machine general settings

Solution 3:

For those of you who are like me and don't have an option on your virtual box to select the version: Ubuntu(64 bit):

Do this: download the 32 bit Ubuntu iso. ESPECIALLY if when downloading Ubuntu on your virtual box, you chose to allocate less than 2GB of memory.