There is a virtual box virtual machine, I tried to install different versions of mint and ubuntu on it. All the while writing this kernel requires an x86-x64 kernel, but only detected an i686 cpu. unable to boot -please use a kernel appropriate for your cpu. Prots intel i5-3470. Where to find the appropriate image or how to overcome this problem? Ubuntu took from here http://ubuntu.ru/get mint -17.2-cinnamon-64bit

  • and the base system is 32bit or 64? Very similar to 32bit. - KoVadim
  • The fact of the matter is that it costs x64 service pack first - VK
  • five
    to get into the BIOS and turn on virtualization, then there will be support for 64 bits - maint
  • @maint: here your comment turned out to be the answer. Would you like to publish as an answer? - Nick Volynkin

2 answers 2

The maint solution worked:

get into the BIOS and turn on virtualization, then there will be support for 64 bits

  • Please do not reply with the phrase "thank you". Better vote for the answers that were helpful. - Visman pm
  • @Visman: by the way, the comment was useful here) - Nick Volynkin
  • @NickVolynkin, then this answer should be noted as a solution: P - Visman
#! /bin/bash VM_NAME="test-vm" vboxmanage createvm --name "$VM_NAME" --ostype Ubuntu_64 --register vboxmanage modifyvm "$VM_NAME" --memory 2048 --floppy disabled --audio none --nic1 bridged --bridgeadapter1 eth0 --vram 16 --accelerate3d off --boot1 net --acpi on --cableconnected1 on --usb off --vrde on --vrdeport 7766 --draganddrop bidirectional --clipboard bidirectional 

With these options, too, does not want?