Skip to main content

All Questions

Tagged with
1 vote
0 answers
258 views

Multiple disks on different locations in Vagrant

I have a Windows Server on which I want to create 3 virtual machines with Vagrant. Each one should have two disks attached: the primary one - SSD with 50GB of storage space and another one - HDD with ...
Tree's user avatar
  • 11
3 votes
2 answers
1k views

What is needed to use Vagrant with Hyper-V

I've set up vagrant as described in the docs. When running vagrant up I get the following message: Bringing machine 'default' up with 'hyperv' provider... ==> default: Verifying Hyper-V is enabled.....
Nils's user avatar
  • 155
0 votes
1 answer
768 views

Vagrant shell commands aren't being run on the guest OS box

I have the following Vagrant file: Vagrant.configure("2") do |config| config.vm.box = "laravel/homestead" config.vm.provision "shell", inline: <<-SHELL ...
neubert's user avatar
  • 7,212
0 votes
1 answer
3k views

Why my Vagrantfile is calling Hyper-V hypervisor even disabled at Windows?

I did an upgrade of Windows 10 Professional to the lastest build (brazilian portuguese): Microsoft Windows [versão 10.0.18363.592] After this when I ran my Vagrantfile even calling the config ...
Marlon's user avatar
  • 379
11 votes
3 answers
11k views

HyperV - Static Ip with Vagrant

I'm using Laravel Homestead with Vagrant, and I thought I'd would make sense to use Hyper-V instead of Virtual Box, as it's integrated with Windows. Here is my problem. Every now and then my Hyper-v ...
Jazerix's user avatar
  • 221
0 votes
1 answer
1k views

How to setup vagrant-sshfs for work properly in Win10 with Hyper-V?

I am trying to setup Vagrant and Hyper-V and it is almost done but folder sharing is failing because I refuse to use SMB and instead I want to use vagrant-sshfs. It is know that in Windows system ...
ReynierPM's user avatar
  • 385
12 votes
1 answer
37k views

How to setup HyperV virtual machine to have static IP and have access to internet?

Is possible to setup HyperV virtual machine to have static IP and also have access to internet ? (on latest Windows 10 Pro) To sum up, requirements are like so: virtual machine should have local (...
Jurosh's user avatar
  • 269
1 vote
1 answer
2k views

"vagrant up" and VirtualBox Crashes Windows 10

I'm trying to get a vagrant box for ubuntu and running on my windows machine, and every time I type in "vagrant up" I get a BSOD. I've turned off Hyper-V in windows as this was the suggested fix. The ...
PapaJer's user avatar
  • 11
4 votes
2 answers
12k views

Properly disable IPv6 for Hyperv

When connecting to vagrant, I get an IPv6 address. default: IP: fe80::215:5dff:fe38:151 ==> default: Waiting for machine to boot. This may take a few minutes... default: SSH address: fe80:...
Roel Veldhuizen's user avatar
0 votes
1 answer
424 views

Can Vagrant use Hyper-V server as a provider?

Can Vagrant be used to provision Virtual Machines using Hyper-V server, such as Hyper-V server 2012 or 2016? Our lab has Windows licenses for guests, so since Vagrant already has support for Hyper-V ...
Ghost of Goes's user avatar
1 vote
1 answer
333 views

Warning: Authentication failure. Retrying

when i try to create a VM using vagrant up it's output show like this. how can i resolve this? im using a existing vhdx(using manually created vhdx and also it conected to the domain). I use the ...
Lakshan's user avatar
  • 55
0 votes
0 answers
447 views

Creating a Hyper-V Vagrant box from a vhdx

i have a vhdx, i want to create a vagrant box from it. this is my vhdx after i create vagrant box and vagrant file from that box how do i create the hyper-v virtual machine from it? how do i change ...
Lakshan's user avatar
  • 55