VirtualBox is saying that VT-x is not available, but it is?


  1. Posts : 7
    Windows, Linux, and Everything Else Under The Sun OS
       #1

    VirtualBox is saying that VT-x is not available, but it is?


    So this is my first thread on this site! :3 Nice to meet you all. :) I'm a Linux user who's started to come back to Windows to learn more about it (I need to, if I truly call myself a Geek). So, a bit of context. VirtualBox works just fine under Linux (Ubuntu), with VT-x, Nested Paging and everything working just fine. :) But under Windows, despite having VT-x enabled in the UEFI, I still can't seem to get my VMs up and running. :\ VirtualBox complains about VT-x not being available, thought it's enabled in the UEFI on this HP EliteBook 8470p... I checked Hyper-V in the features and settings Program (I'm using Windows 10 Pro with a Windows 7 Pro License linked to my Microsoft Account, which surprisingly worked). But alas, to no avail. :\ What am I missing here? Is it something deep in the Windows Registry, or is it some more general setting? Before I enabled Hyper-V, it didn't work either. Currently, I'm under Ubuntu (yes, I like Ubuntu despite all the other Distros I've used. ) VirtualBox is also the latest stable version, version 6... I also like Windows 10 and WSL with Debian, so I can Compile Programs without having to octa-boot between Operating Systems. :) Well, this is my first post. It's very nice to meet you all. I'll reboot into Windows 10 now, so I can further provide any info. Thanks for any suggestions and help!
      My Computer


  2. Posts : 13,301
    Windows 10 Pro (x64) 21H2 19044.1526
       #2

    Welcome,
    Sounds like you may have a conflict, you could disabling hyper V and rebooting to see
    if that has an effect.
    Till the Gurus chime in you might want to browse the great tutorial section we have here

    click on the link below which what I came up with a quick search

    https://www.tenforums.com/gtsearch.p...&sa.x=0&sa.y=0
      My Computers


  3. Posts : 15,485
    Windows10
       #3

    Older versions of virtualbox cannot coexist with the Hyper-V hypervisor running. VB6 is supposed to be able to coexist but it is flakey i.e. works for some (does not work for me).
      My Computer


  4. Posts : 7
    Windows, Linux, and Everything Else Under The Sun OS
    Thread Starter
       #4

    thomaseg1 said:
    Welcome,
    Sounds like you may have a conflict, you could disabling hyper V and rebooting to see
    if that has an effect.
    Till the Gurus chime in you might want to browse the great tutorial section we have here

    click on the link below which what I came up with a quick search

    https://www.tenforums.com/gtsearch.p...&sa.x=0&sa.y=0
    Hey there. :) Yeah, it sounds like it might be something with HyperV after all. :\ I'll do as you suggested. :) I will report back! :3

    - - - Updated - - -

    cereberus said:
    Older versions of virtualbox cannot coexist with the Hyper-V hypervisor running. VB6 is supposed to be able to coexist but it is flakey i.e. works for some (does not work for me).
    Hmm... Should I look into VMWare? :) Well, I'll reboot into Windows and see about this issue. As I said above, I will report back. :)
      My Computer


  5. Posts : 15,485
    Windows10
       #5

    blackneos940 said:
    Hey there. :) Yeah, it sounds like it might be something with HyperV after all. :\ I'll do as you suggested. :) I will report back! :3

    - - - Updated - - -



    Hmm... Should I look into VMWare? :) Well, I'll reboot into Windows and see about this issue. As I said above, I will report back. :)
    Vmware cannot coexist either.
      My Computer


  6. Posts : 7
    Windows, Linux, and Everything Else Under The Sun OS
    Thread Starter
       #6

    cereberus said:
    Vmware cannot coexist either.
    Ah, I see. :\ Well, I tried un-checking Hyper-V, but now it's complaining about a missing Assembly Reference. C#-related...? :\
      My Computer


  7. Posts : 11,247
    Windows / Linux : Arch Linux
       #7

    Hi there

    @blackneos940

    I'm running W10 (19H2) quite successfully on an Intel Laptop using HOST CENTOS and VMWare workstation.

    No problems whatsoever. I'm posting this from a W10 VM running on the Linux Host.

    In VMWare also you can set the virtualisation within the VM as well -- it's greyed out here as you can't change for a running VM.

    VirtualBox is saying that VT-x is not available, but it is?-snapshot1.png

    Setting those in a VM you can "nest" VM's so you can run HYPER-V on a VM itself even if the VM is running on VMware or other VM software. Don't expect stellar performance from a 2 level VM and if you decide to try running from KVM / XEN ( Linux Hypervisors) add the libvirt-io libraries to (significantly) improve the I/O on the guests.

    I'd always run VMWare in preference to Virtual box -- seems to give less problems -- you can use the free VMWARE player product .

    There was a problem a little while ago with VM on some older W10 releases of 19H1 but all has been fixed for quite a while now.

    I can't give any recent info about running W10 guests on a Windows Host as I invariably use Linux as a Host -- however in the past I've run W7, and XP VM's on a Windows host without any problems. I did have a problem running a W10 guest on W10 host but fixed as below :

    I suspect in your Windows config you've still got some settings that have sandbox / Hyper-V enabled -- I found that once you've enabled these --disabling again still causes problems running VMWare guests -- I'm not a Windows Guru so I just restored a windows image to before I did any mucking about with HYPER-V or the sandbox and it all worked again.

    For what I use Windows for I find running it as a guest on a Linux host does me just fine these days --it's very rare now that I ever need to boot into a Native Windows machine. VM software is so much better now - there's absolutely no problems running things like photoshop on a VM - I'm not a gamer so I don't need extreme video / GPU performance - for multi-media I just stream from a Linux NAS to fire TV sticks / remote TV's etc using KODI which suits me perfectly.

    Cheers
    jimbo
      My Computer


  8. Posts : 7
    Windows, Linux, and Everything Else Under The Sun OS
    Thread Starter
       #8

    jimbo45 said:
    Hi there

    @blackneos940

    I'm running W10 (19H2) quite successfully on an Intel Laptop using HOST CENTOS and VMWare workstation.

    No problems whatsoever. I'm posting this from a W10 VM running on the Linux Host.

    In VMWare also you can set the virtualisation within the VM as well -- it's greyed out here as you can't change for a running VM.

    VirtualBox is saying that VT-x is not available, but it is?-snapshot1.png

    Setting those in a VM you can "nest" VM's so you can run HYPER-V on a VM itself even if the VM is running on VMware or other VM software. Don't expect stellar performance from a 2 level VM and if you decide to try running from KVM / XEN ( Linux Hypervisors) add the libvirt-io libraries to (significantly) improve the I/O on the guests.

    I'd always run VMWare in preference to Virtual box -- seems to give less problems -- you can use the free VMWARE player product .

    There was a problem a little while ago with VM on some older W10 releases of 19H1 but all has been fixed for quite a while now.

    I can't give any recent info about running W10 guests on a Windows Host as I invariably use Linux as a Host -- however in the past I've run W7, and XP VM's on a Windows host without any problems. I did have a problem running a W10 guest on W10 host but fixed as below :

    I suspect in your Windows config you've still got some settings that have sandbox / Hyper-V enabled -- I found that once you've enabled these --disabling again still causes problems running VMWare guests -- I'm not a Windows Guru so I just restored a windows image to before I did any mucking about with HYPER-V or the sandbox and it all worked again.

    For what I use Windows for I find running it as a guest on a Linux host does me just fine these days --it's very rare now that I ever need to boot into a Native Windows machine. VM software is so much better now - there's absolutely no problems running things like photoshop on a VM - I'm not a gamer so I don't need extreme video / GPU performance - for multi-media I just stream from a Linux NAS to fire TV sticks / remote TV's etc using KODI which suits me perfectly.

    Cheers
    jimbo
    Well thank you for that insight! :) Yeah, I use Windows 10 and Linux here too, but I also prefer Windows 10 on actual Hardware in addition to Linux, because of things like Visual Studio and gaming (and I don't have any extra License Keys). :) I'll look into VMWare Player, to rule out anything. Thanks for your help, and cheers to you too! :)
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 10:32.
Find Us




Windows 10 Forums