1

I am mounting a Virtual Box Machine to have a Ubuntu Server, the Host Machine is a Windows Server Standar 32 bits, and when I run the Machine to get the installation, i received this error message: "This Kernel requires an x86-64 CPU, but only detectedvan i686 CPU. Unable to boot - please use a kernel appropriate for your CPU.

However, i can not find a version for this machine.

Thanks.

1 Answers1

3

You are trying to install a 64-bit OS onto a 32-bit OS. That will not work unless you have hardware that is capable of running 64-bit (but why would you install a 32-bit system ;) )

  • Version 18.04 does not provide 32-bit installers.
  • Version 16.04 does have a 32-bit installer. You can find them here.

So, as a workaround, you could install 16.04 32-bit and then simply upgrade 16.04 32-bit to 18.04 32-bit.

Fabby
  • 35,017
Rinzwind
  • 309,379