0

I have win10 64 and using vb installed ubuntu 64 I want to install vb on ubuntu 64 but when I do I don't have 64 bit option on virtual box

1 Answers1

0

For me it was the Hyper-V that was enabled (turn windows features on/off). I.e. you have to disable it (both can't work together as it seems).
Check this question/answer here:

Why does virtualbox only have 32-bit option, no 64-bit option on Windows 7?

If VirtualBox is only showing 32 bit versions in the Version list make sure:
Your Host OS is 64-bits
Intel Virtualization Technology and VT-d are both enabled in the BIOS
The Hyper-V platform is disabled in your Windows Feature list.

Also, more details as to 'why': Virtualbox has no 64-bit options

This is more of a summary (as Q/A on this are not that specific) and Hyper-V seems like the most common problem (virtualization is most often enable already, and you probably know what type of system you're running).

EDIT: this is not the answer to OP troubles, once he described what he actually wants, but I'm leaving it as it is for now.

NSGaga
  • 101
  • 1
    I'm running Ubuntu 64bit on vb and now on Ubuntu vb installation 64 bit not showing – Johnny Ragas Feb 10 '18 at 18:57
  • you mean you're trying to install virtualbox within VM within VirtualBox? But why? Just install it in your original Win10 VirtualBox. And you do need to be more specific with your question (describe things better). – NSGaga Feb 10 '18 at 19:02
  • And as to why that might not work - my guess is that Ubuntu VM doesn't have virtualization enabled (for some reason, drivers or whatever), i.e. it can't be the "host", or is clashing with the VirtualBox upstream. Anyways, that seems like a really bad idea, I'd be surprised if that works. – NSGaga Feb 10 '18 at 19:07