1

When i start the Ubuntu in Oracle VM Virtual box, it throws following error.

This kernel requires an x86-64 CPU,but only detected an i686 CPU. Unable to boot- Please use a kernel, appropriate to your CPU.

Kindly lend your help to overcome this issue.

heemayl
  • 91,753
DevME
  • 13
  • 3

1 Answers1

1

The error message is self-explanatory. You have configured the CPU of the virtualbox guest as 32 bit while you are trying to install a 64-bit Ubuntu.

To solve this issue either install the 32-bit version of Ubuntu or configure the virtualbox to set the CPU of the guest as 64 bit.

Note that Ubuntu server editions do not come with a 32 bit version now-a-days so if you are trying to install the server edition you should better configure the virtualbox accordingly.

heemayl
  • 91,753