How I can get /vagrant folder on ubuntu/xenial64

后端 未结 5 1375
情歌与酒
情歌与酒 2021-02-20 16:58

I have just installed vagrant box with command:

vagrant init ubuntu/xenial64

and the booted it up with:

vagrant up --provider v         


        
5条回答
  •  再見小時候
    2021-02-20 17:02

    You could try installing the vbguest addition plugin, and see if that helps.

    $ vagrant plugin install vagrant-vbguest
    

    vb-guest plugin repo

    Also, sometimes when you install the vbox on your computer if you dont give permissions to the additional drivers that it wants to install it will not function properly. You might need to re install to make sure that you accept the prompt when asking to install some drivers.

    In case none of this works, you might try to boot withouth a gui, and paste here the output when trying to start the vagrant machine.

提交回复
热议问题