VT-x is enabled, but ubuntu 18.04 doesn't show it











up vote
0
down vote

favorite












I was running VMWare Workstation 14 on Ubuntu 16.04 for months with no problems. After upgrading to Ubuntu 18.04 I started getting a VT-x not enabled error message. VT-x is enabled in the BIOS. I contacted VMWare and they tested the hardware and confirmed VT-x support is enabled.



They state there must be an issue in Ubuntu 18.04... I agree.



Has anyone found a solution for this problem?



$ lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 4
On-line CPU(s) list: 0-3
Thread(s) per core: 1
Core(s) per socket: 4
Socket(s): 1
NUMA node(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 158
Model name: Intel(R) Core(TM) i5-7500 CPU @ 3.40GHz
Stepping: 9
CPU MHz: 800.016
CPU max MHz: 3800.0000
CPU min MHz: 800.0000
BogoMIPS: 6816.00
Virtualization: VT-x
L1d cache: 32K
L1i cache: 32K
L2 cache: 256K
L3 cache: 6144K
NUMA node0 CPU(s): 0-3









share|improve this question




























    up vote
    0
    down vote

    favorite












    I was running VMWare Workstation 14 on Ubuntu 16.04 for months with no problems. After upgrading to Ubuntu 18.04 I started getting a VT-x not enabled error message. VT-x is enabled in the BIOS. I contacted VMWare and they tested the hardware and confirmed VT-x support is enabled.



    They state there must be an issue in Ubuntu 18.04... I agree.



    Has anyone found a solution for this problem?



    $ lscpu
    Architecture: x86_64
    CPU op-mode(s): 32-bit, 64-bit
    Byte Order: Little Endian
    CPU(s): 4
    On-line CPU(s) list: 0-3
    Thread(s) per core: 1
    Core(s) per socket: 4
    Socket(s): 1
    NUMA node(s): 1
    Vendor ID: GenuineIntel
    CPU family: 6
    Model: 158
    Model name: Intel(R) Core(TM) i5-7500 CPU @ 3.40GHz
    Stepping: 9
    CPU MHz: 800.016
    CPU max MHz: 3800.0000
    CPU min MHz: 800.0000
    BogoMIPS: 6816.00
    Virtualization: VT-x
    L1d cache: 32K
    L1i cache: 32K
    L2 cache: 256K
    L3 cache: 6144K
    NUMA node0 CPU(s): 0-3









    share|improve this question


























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I was running VMWare Workstation 14 on Ubuntu 16.04 for months with no problems. After upgrading to Ubuntu 18.04 I started getting a VT-x not enabled error message. VT-x is enabled in the BIOS. I contacted VMWare and they tested the hardware and confirmed VT-x support is enabled.



      They state there must be an issue in Ubuntu 18.04... I agree.



      Has anyone found a solution for this problem?



      $ lscpu
      Architecture: x86_64
      CPU op-mode(s): 32-bit, 64-bit
      Byte Order: Little Endian
      CPU(s): 4
      On-line CPU(s) list: 0-3
      Thread(s) per core: 1
      Core(s) per socket: 4
      Socket(s): 1
      NUMA node(s): 1
      Vendor ID: GenuineIntel
      CPU family: 6
      Model: 158
      Model name: Intel(R) Core(TM) i5-7500 CPU @ 3.40GHz
      Stepping: 9
      CPU MHz: 800.016
      CPU max MHz: 3800.0000
      CPU min MHz: 800.0000
      BogoMIPS: 6816.00
      Virtualization: VT-x
      L1d cache: 32K
      L1i cache: 32K
      L2 cache: 256K
      L3 cache: 6144K
      NUMA node0 CPU(s): 0-3









      share|improve this question















      I was running VMWare Workstation 14 on Ubuntu 16.04 for months with no problems. After upgrading to Ubuntu 18.04 I started getting a VT-x not enabled error message. VT-x is enabled in the BIOS. I contacted VMWare and they tested the hardware and confirmed VT-x support is enabled.



      They state there must be an issue in Ubuntu 18.04... I agree.



      Has anyone found a solution for this problem?



      $ lscpu
      Architecture: x86_64
      CPU op-mode(s): 32-bit, 64-bit
      Byte Order: Little Endian
      CPU(s): 4
      On-line CPU(s) list: 0-3
      Thread(s) per core: 1
      Core(s) per socket: 4
      Socket(s): 1
      NUMA node(s): 1
      Vendor ID: GenuineIntel
      CPU family: 6
      Model: 158
      Model name: Intel(R) Core(TM) i5-7500 CPU @ 3.40GHz
      Stepping: 9
      CPU MHz: 800.016
      CPU max MHz: 3800.0000
      CPU min MHz: 800.0000
      BogoMIPS: 6816.00
      Virtualization: VT-x
      L1d cache: 32K
      L1i cache: 32K
      L2 cache: 256K
      L3 cache: 6144K
      NUMA node0 CPU(s): 0-3






      virtualization vmware cpu






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Oct 19 at 0:30









      muru

      134k19282483




      134k19282483










      asked Oct 19 at 0:14









      Tommy Vinson

      12




      12






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote













          I had this same exact problem. It happened after upgrading from ubuntu 16.06 to 18.04. Both virtualbox and vmware 15 started having issues where virtualization was not detected. I didn't change the BIOS and virtualization was enabled (I double checked). cpuinfo also showed that virtualization was enabled.



          Here is how I fixed it. The idea was to force the bios to wipe its settings and then re-enable virtualization... maybe something got corrupted when ubuntu tried to install its key in the EFI partition.




          1. Open the BIOS and restore to defaults. In my case, I had a choice
            between two different defaults one for XP and Win 7 and one for new
            OSes (aka Secure boot settings). I restored to the Win8 and above
            settings


          2. Reboot


          3. Enter the BIOS again and enable Virtualization and Disable Secure
            boot (vmware modules wont load with it on unless you sign them your
            self).


          4. Now vmware worked.



          Good luck!






          share|improve this answer








          New contributor




          rbhkamal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.


















            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "89"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














             

            draft saved


            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1085051%2fvt-x-is-enabled-but-ubuntu-18-04-doesnt-show-it%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            0
            down vote













            I had this same exact problem. It happened after upgrading from ubuntu 16.06 to 18.04. Both virtualbox and vmware 15 started having issues where virtualization was not detected. I didn't change the BIOS and virtualization was enabled (I double checked). cpuinfo also showed that virtualization was enabled.



            Here is how I fixed it. The idea was to force the bios to wipe its settings and then re-enable virtualization... maybe something got corrupted when ubuntu tried to install its key in the EFI partition.




            1. Open the BIOS and restore to defaults. In my case, I had a choice
              between two different defaults one for XP and Win 7 and one for new
              OSes (aka Secure boot settings). I restored to the Win8 and above
              settings


            2. Reboot


            3. Enter the BIOS again and enable Virtualization and Disable Secure
              boot (vmware modules wont load with it on unless you sign them your
              self).


            4. Now vmware worked.



            Good luck!






            share|improve this answer








            New contributor




            rbhkamal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.






















              up vote
              0
              down vote













              I had this same exact problem. It happened after upgrading from ubuntu 16.06 to 18.04. Both virtualbox and vmware 15 started having issues where virtualization was not detected. I didn't change the BIOS and virtualization was enabled (I double checked). cpuinfo also showed that virtualization was enabled.



              Here is how I fixed it. The idea was to force the bios to wipe its settings and then re-enable virtualization... maybe something got corrupted when ubuntu tried to install its key in the EFI partition.




              1. Open the BIOS and restore to defaults. In my case, I had a choice
                between two different defaults one for XP and Win 7 and one for new
                OSes (aka Secure boot settings). I restored to the Win8 and above
                settings


              2. Reboot


              3. Enter the BIOS again and enable Virtualization and Disable Secure
                boot (vmware modules wont load with it on unless you sign them your
                self).


              4. Now vmware worked.



              Good luck!






              share|improve this answer








              New contributor




              rbhkamal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.




















                up vote
                0
                down vote










                up vote
                0
                down vote









                I had this same exact problem. It happened after upgrading from ubuntu 16.06 to 18.04. Both virtualbox and vmware 15 started having issues where virtualization was not detected. I didn't change the BIOS and virtualization was enabled (I double checked). cpuinfo also showed that virtualization was enabled.



                Here is how I fixed it. The idea was to force the bios to wipe its settings and then re-enable virtualization... maybe something got corrupted when ubuntu tried to install its key in the EFI partition.




                1. Open the BIOS and restore to defaults. In my case, I had a choice
                  between two different defaults one for XP and Win 7 and one for new
                  OSes (aka Secure boot settings). I restored to the Win8 and above
                  settings


                2. Reboot


                3. Enter the BIOS again and enable Virtualization and Disable Secure
                  boot (vmware modules wont load with it on unless you sign them your
                  self).


                4. Now vmware worked.



                Good luck!






                share|improve this answer








                New contributor




                rbhkamal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.









                I had this same exact problem. It happened after upgrading from ubuntu 16.06 to 18.04. Both virtualbox and vmware 15 started having issues where virtualization was not detected. I didn't change the BIOS and virtualization was enabled (I double checked). cpuinfo also showed that virtualization was enabled.



                Here is how I fixed it. The idea was to force the bios to wipe its settings and then re-enable virtualization... maybe something got corrupted when ubuntu tried to install its key in the EFI partition.




                1. Open the BIOS and restore to defaults. In my case, I had a choice
                  between two different defaults one for XP and Win 7 and one for new
                  OSes (aka Secure boot settings). I restored to the Win8 and above
                  settings


                2. Reboot


                3. Enter the BIOS again and enable Virtualization and Disable Secure
                  boot (vmware modules wont load with it on unless you sign them your
                  self).


                4. Now vmware worked.



                Good luck!







                share|improve this answer








                New contributor




                rbhkamal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.









                share|improve this answer



                share|improve this answer






                New contributor




                rbhkamal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.









                answered Nov 22 at 17:50









                rbhkamal

                1




                1




                New contributor




                rbhkamal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.





                New contributor





                rbhkamal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.






                rbhkamal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.






























                     

                    draft saved


                    draft discarded



















































                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1085051%2fvt-x-is-enabled-but-ubuntu-18-04-doesnt-show-it%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Category:香港粉麵

                    List *all* the tuples!

                    Channel [V]