Error VT-x not available for Vagrant machine inside Virtualbox

后端 未结 7 767
无人共我
无人共我 2020-12-13 02:36

I have an Ubuntu Virtual machine that is configured to have VT-x enabled, 6 Processors, and 25 GB RAM.

Inside that virtual machine I am trying to start a vagrant mac

7条回答
  •  [愿得一人]
    2020-12-13 03:27

    If you run vagrant + VirtualBox within a VirtualBox virtual machine and you face networking problems :

    Don't forget to set the right virtual network adapter

    I had to set the Adapter type to Paravirtualized Network (virtio-net)

    in Settings -> Network -> Advanced to make it work

提交回复
热议问题